:root {
  color-scheme: light;
  --ink: #15211d;
  --ink-soft: #52615a;
  --deep: #092b26;
  --deep-2: #0f3f37;
  --jade: #0c7367;
  --leaf: #56784d;
  --saffron: #d86d2c;
  --marigold: #efb756;
  --cream: #fff8ee;
  --paper: #f5efe4;
  --mist: #e8efe9;
  --white: #ffffff;
  --line: rgba(21, 33, 29, 0.14);
  --line-dark: rgba(255, 248, 238, 0.18);
  --shadow-soft: 0 16px 40px rgba(17, 29, 25, 0.12);
  --shadow-strong: 0 26px 70px rgba(7, 28, 24, 0.28);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

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

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

.site-header > *,
.hero-content,
.page-hero-content,
.section-heading,
.split > *,
.persona-layout > *,
.moments-layout > *,
.operating-layout > *,
.contact-grid > *,
.footer-inner > *,
.demo-card > *,
.app-experience-layout > * {
  min-width: 0;
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

p,
dt,
dd,
a,
button,
input,
select,
textarea,
figcaption {
  overflow-wrap: break-word;
}

.partner-badge,
.button,
.store-badge {
  overflow-wrap: anywhere;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1120px, calc(100% - 32px));
  min-height: 66px;
  padding: 10px 12px 10px 16px;
  color: var(--cream);
  background: rgba(7, 28, 24, 0.82);
  border: 1px solid rgba(255, 248, 238, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(4, 18, 15, 0.18);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 850;
  font-size: 1.04rem;
}

.brand-sigil {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--cream);
  background: var(--saffron);
  border: 1px solid rgba(255, 248, 238, 0.34);
  border-radius: 8px;
  font-weight: 950;
}

.primary-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  justify-self: center;
  padding: 4px;
  background: rgba(255, 248, 238, 0.08);
  border: 1px solid rgba(255, 248, 238, 0.1);
  border-radius: 8px;
}

.primary-nav a,
.partner-badge {
  min-height: 38px;
  padding: 9px 13px;
  color: rgba(255, 248, 238, 0.76);
  border-radius: 7px;
  font-size: 0.92rem;
  font-weight: 760;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.active {
  color: var(--cream);
  background: rgba(255, 248, 238, 0.13);
}

.partner-badge {
  justify-self: end;
  max-width: 235px;
  text-align: center;
  color: var(--cream);
  background: rgba(12, 115, 103, 0.55);
  border: 1px solid rgba(239, 183, 86, 0.36);
  font-size: 0.8rem;
}

.partner-badge:hover,
.partner-badge:focus-visible {
  transform: translateY(-1px);
  background: rgba(216, 109, 44, 0.76);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--deep);
}

.hero {
  min-height: 780px;
}

.page-hero {
  min-height: 580px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
}

.home-hero .hero-bg {
  object-position: center center;
}

.page-hero .hero-bg {
  object-position: center center;
}

.contact-hero .hero-bg {
  object-position: right center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 22, 19, 0.95) 0%, rgba(7, 28, 24, 0.82) 42%, rgba(7, 28, 24, 0.28) 74%),
    linear-gradient(180deg, rgba(6, 22, 19, 0.14) 0%, rgba(6, 22, 19, 0.82) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(350px, 0.72fr);
  gap: 48px;
  align-items: end;
  width: min(1120px, calc(100% - 48px));
  min-height: 780px;
  margin: 0 auto;
  padding: 150px 0 68px;
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero-content {
  width: min(1120px, calc(100% - 48px));
  max-width: 780px;
  margin: 0 auto;
  padding-top: 190px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--marigold);
  font-size: 0.76rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: 4.9rem;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.18;
}

.hero-copy,
.page-hero-content p {
  max-width: 700px;
  color: rgba(255, 248, 238, 0.86);
  font-size: 1.13rem;
}

.section-lead,
.section-heading p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-store {
  margin-top: 16px;
}

.store-badge {
  display: grid;
  gap: 2px;
  align-content: center;
  min-width: 154px;
  min-height: 58px;
  padding: 9px 14px 10px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(7, 28, 24, 0.98), rgba(9, 43, 38, 0.95));
  border: 1px solid rgba(255, 248, 238, 0.24);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(4, 18, 15, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.store-badge span {
  color: rgba(255, 248, 238, 0.72);
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1;
}

.store-badge strong {
  font-size: 1.04rem;
  line-height: 1.08;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239, 183, 86, 0.66);
  box-shadow: 0 16px 38px rgba(4, 18, 15, 0.26);
}

.play-store {
  background:
    linear-gradient(135deg, rgba(12, 115, 103, 0.96), rgba(9, 43, 38, 0.98));
}

.light-store {
  color: var(--deep);
  background: var(--cream);
  border-color: rgba(255, 248, 238, 0.34);
}

.light-store span {
  color: rgba(9, 43, 38, 0.62);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 840;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(8, 28, 24, 0.22);
}

.button.primary {
  color: var(--cream);
  background: var(--saffron);
  border-color: rgba(255, 248, 238, 0.18);
}

.button.secondary {
  color: var(--cream);
  background: rgba(255, 248, 238, 0.12);
  border-color: rgba(255, 248, 238, 0.28);
}

.button.dark.primary {
  color: var(--cream);
  background: var(--deep);
}

.button.dark.secondary {
  color: var(--ink);
  background: rgba(255, 248, 238, 0.64);
  border-color: rgba(21, 33, 29, 0.22);
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin: 36px 0 0;
  padding: 0;
}

.signal-row div {
  min-height: 94px;
  padding: 15px;
  background: rgba(255, 248, 238, 0.1);
  border: 1px solid rgba(255, 248, 238, 0.16);
  border-radius: 8px;
}

.signal-row dt {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 880;
}

.signal-row dd {
  margin: 0;
  color: rgba(255, 248, 238, 0.72);
  font-size: 0.84rem;
}

.conversation-panel {
  width: 100%;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 248, 238, 0.92);
  border: 1px solid rgba(255, 248, 238, 0.74);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
}

.panel-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--jade);
  font-size: 0.76rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversation-panel h2 {
  margin-bottom: 18px;
  font-size: 1.38rem;
  line-height: 1.1;
}

.chat-stack {
  display: grid;
  gap: 10px;
}

.chat-stack p {
  margin: 0;
  padding: 13px 14px;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.93rem;
}

.fit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.fit-row span {
  padding: 7px 9px;
  color: var(--deep);
  background: var(--mist);
  border: 1px solid rgba(12, 115, 103, 0.18);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 760;
}

.section {
  padding: 94px 0;
}

#personas,
#try-app,
#genetics {
  scroll-margin-top: 112px;
}

.section-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.trust-strip {
  padding: 26px 0;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

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

.trust-grid article,
.contact-proof article {
  display: grid;
  gap: 5px;
  min-height: 116px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 29, 25, 0.06);
}

.trust-grid strong,
.contact-proof strong {
  font-size: 0.98rem;
}

.trust-grid span,
.contact-proof span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.journey-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.journey-links a,
.micro-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 33, 29, 0.12);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.journey-links a:hover,
.journey-links a:focus-visible,
.micro-links a:hover,
.micro-links a:focus-visible {
  transform: translateY(-1px);
  background: var(--white);
  border-color: rgba(12, 115, 103, 0.4);
}

.persona-section,
.steps-band,
.contact-section,
.story-section {
  background: var(--cream);
}

.persona-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 28px;
  align-items: stretch;
}

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

.persona-card {
  display: grid;
  gap: 12px;
  min-height: 224px;
  padding: 10px;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.persona-card:hover,
.persona-card:focus-visible,
.persona-card.active {
  transform: translateY(-2px);
  border-color: rgba(12, 115, 103, 0.5);
  box-shadow: var(--shadow-soft);
}

.persona-card.active {
  background: #fbfff9;
}

.persona-thumb {
  min-height: 124px;
  border-radius: 7px;
  background-image: url("../images/persona-gallery-india.jpg");
  background-size: 315%;
  background-repeat: no-repeat;
  border: 1px solid rgba(21, 33, 29, 0.08);
}

.thumb-friend {
  background-position: 5% 12%;
}

.thumb-companion {
  background-position: 48% 10%;
}

.thumb-investor {
  background-position: 94% 12%;
}

.thumb-coach {
  background-position: 5% 86%;
}

.thumb-expert {
  background-position: 49% 84%;
}

.thumb-listener {
  background-position: 94% 84%;
}

.persona-title,
.persona-meta {
  display: block;
  padding: 0 4px;
}

.persona-title {
  font-weight: 880;
  font-size: 1.02rem;
}

.persona-meta {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.persona-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 34px;
  color: var(--cream);
  background:
    linear-gradient(160deg, rgba(9, 43, 38, 0.96) 0%, rgba(21, 33, 29, 0.94) 64%),
    url("../images/meeto-india-hero.jpg") center / cover;
  border: 1px solid rgba(255, 248, 238, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.persona-detail h3 {
  font-size: 2rem;
}

.persona-detail p {
  color: rgba(255, 248, 238, 0.82);
  font-size: 1.03rem;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.detail-tags span {
  padding: 8px 10px;
  color: var(--cream);
  background: rgba(255, 248, 238, 0.1);
  border: 1px solid rgba(255, 248, 238, 0.2);
  border-radius: 7px;
  font-size: 0.82rem;
  font-weight: 760;
}

.moments-section,
.operating-band {
  color: var(--cream);
  background: var(--deep);
}

.moments-section .section-heading p,
.operating-band .section-lead {
  color: rgba(255, 248, 238, 0.72);
}

.moments-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: start;
}

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

.moments-grid article,
.operating-list article {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 248, 238, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}

.moments-grid span,
.operating-list span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--marigold);
  font-size: 0.82rem;
  font-weight: 900;
}

.moments-grid p,
.operating-list p {
  color: rgba(255, 248, 238, 0.76);
}

.gallery-band,
.values-band {
  background: var(--mist);
}

.gallery-heading {
  margin-bottom: 26px;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-auto-rows: 318px;
  gap: 16px;
}

.image-mosaic figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--deep);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.image-mosaic .mosaic-large {
  grid-row: span 2;
}

.image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-mosaic figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  color: var(--cream);
  background: rgba(7, 28, 24, 0.72);
  border: 1px solid rgba(255, 248, 238, 0.24);
  border-radius: 7px;
  font-size: 0.82rem;
  font-weight: 800;
}

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

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

.steps-grid article,
.values-grid article {
  min-height: 212px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 29, 25, 0.06);
}

.step-number {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--saffron);
  font-weight: 920;
  font-size: 0.86rem;
}

.steps-grid p,
.values-grid p {
  color: var(--ink-soft);
}

.closing-cta {
  color: var(--ink);
  background: var(--marigold);
}

.closing-cta .eyebrow {
  color: #7b3318;
}

.story-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.operating-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: start;
}

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

.operating-list article {
  min-height: auto;
}

.operating-list span {
  margin-bottom: 12px;
}

.operating-list p {
  margin-bottom: 0;
}

.genetics-band {
  color: var(--cream);
  background: var(--deep-2);
}

.genetics-band .section-lead {
  color: rgba(255, 248, 238, 0.78);
}

.partner-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 220px;
  padding: 32px;
  color: var(--cream);
  background: rgba(255, 248, 238, 0.08);
  border: 1px solid rgba(255, 248, 238, 0.22);
  border-radius: 8px;
  font-size: 1.65rem;
  font-weight: 880;
  text-align: center;
}

.partner-lockup strong {
  color: var(--marigold);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 52px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-list a {
  display: block;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 820;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(12, 115, 103, 0.42);
  box-shadow: var(--shadow-soft);
}

.contact-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.contact-proof article {
  min-height: 138px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 780;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfbf7;
  border: 1px solid rgba(21, 33, 29, 0.22);
  border-radius: 7px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(12, 115, 103, 0.16);
  border-color: var(--jade);
  background: var(--white);
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.site-footer {
  padding: 40px 0;
  color: var(--cream);
  background: #071c18;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 248, 238, 0.68);
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-inner nav a {
  color: rgba(255, 248, 238, 0.76);
  font-weight: 720;
}

:focus-visible {
  outline: 3px solid rgba(239, 183, 86, 0.72);
  outline-offset: 3px;
}

.hero-phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
}

.phone-glow {
  position: absolute;
  width: min(460px, 92%);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(239, 183, 86, 0.38), transparent 34%),
    radial-gradient(circle at 48% 52%, rgba(12, 115, 103, 0.46), transparent 58%);
  filter: blur(8px);
  animation: glowPulse 5.5s ease-in-out infinite;
}

.phone-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 330px);
  min-height: 590px;
  padding: 16px;
  color: var(--cream);
  background:
    linear-gradient(160deg, rgba(10, 43, 38, 0.98), rgba(7, 28, 24, 0.98)),
    radial-gradient(circle at top, rgba(239, 183, 86, 0.14), transparent 52%);
  border: 1px solid rgba(255, 248, 238, 0.2);
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.phone-shell::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 86px;
  height: 22px;
  background: #04120f;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-phone {
  transform: rotate(2deg);
  animation: phoneFloat 6s ease-in-out infinite;
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding-top: 18px;
  border-bottom: 1px solid rgba(255, 248, 238, 0.12);
}

.phone-top strong,
.phone-top small {
  display: block;
}

.phone-top small {
  color: rgba(255, 248, 238, 0.62);
  font-size: 0.78rem;
}

.phone-avatar {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--deep);
  background: var(--marigold);
  border-radius: 50%;
  font-weight: 920;
}

.phone-chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  min-height: 360px;
  padding: 18px 0;
}

.bubble {
  max-width: 84%;
  margin: 0;
  padding: 12px 13px;
  border-radius: 16px;
  font-size: 0.9rem;
  line-height: 1.38;
  opacity: 0;
  transform: translateY(10px);
  animation: messageRise 620ms ease forwards;
}

.bubble.ai {
  align-self: flex-start;
  color: var(--ink);
  background: rgba(255, 248, 238, 0.94);
  border-bottom-left-radius: 6px;
}

.bubble.user {
  align-self: flex-end;
  color: var(--cream);
  background: var(--jade);
  border-bottom-right-radius: 6px;
  animation-delay: 560ms;
}

.bubble.delay-1 {
  animation-delay: 1.08s;
}

.bubble.delay-2 {
  animation-delay: 1.62s;
}

.typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  margin: 0;
  padding: 12px 13px;
  background: rgba(255, 248, 238, 0.14);
  border: 1px solid rgba(255, 248, 238, 0.14);
  border-radius: 15px;
}

.typing-dots span {
  display: block;
  width: 7px;
  height: 7px;
  background: var(--marigold);
  border-radius: 50%;
  animation: typingBounce 1.1s ease-in-out infinite;
}

.typing-dots span:nth-child(2) {
  animation-delay: 0.16s;
}

.typing-dots span:nth-child(3) {
  animation-delay: 0.32s;
}

.phone-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 10px 12px;
  color: rgba(255, 248, 238, 0.62);
  background: rgba(255, 248, 238, 0.09);
  border: 1px solid rgba(255, 248, 238, 0.12);
  border-radius: 18px;
  font-size: 0.84rem;
}

.phone-input strong {
  color: var(--marigold);
  font-size: 0.82rem;
}

.mobile-demo-section {
  position: relative;
  background:
    linear-gradient(180deg, var(--cream), #f0eadc 46%, var(--deep) 46%, var(--deep));
}

.demo-heading {
  max-width: 900px;
}

.demo-showcase {
  display: grid;
  gap: 28px;
}

.reveal-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.demo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.48fr) minmax(0, 0.72fr);
  gap: 22px;
  align-items: center;
  min-height: 520px;
  padding: 22px;
  background: rgba(255, 248, 238, 0.95);
  border: 1px solid rgba(21, 33, 29, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.demo-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.investor-demo {
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(9, 43, 38, 0.96), rgba(7, 28, 24, 0.98));
  border-color: rgba(255, 248, 238, 0.16);
}

.investor-demo .demo-copy p,
.investor-demo .section-heading p {
  color: rgba(255, 248, 238, 0.74);
}

.demo-visual {
  position: relative;
  height: 470px;
  overflow: hidden;
  background: var(--deep);
  border-radius: 8px;
}

.demo-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 700ms ease;
}

.demo-card:hover .demo-visual img {
  transform: scale(1.06);
}

.scene-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  color: var(--cream);
  background: rgba(7, 28, 24, 0.72);
  border: 1px solid rgba(255, 248, 238, 0.22);
  border-radius: 7px;
  font-size: 0.8rem;
  font-weight: 820;
}

.demo-phone {
  width: min(100%, 292px);
  min-height: 535px;
  justify-self: center;
  transform: rotate(-2deg);
}

.investor-phone {
  transform: rotate(2deg);
}

.demo-copy {
  max-width: 360px;
}

.demo-copy h3 {
  font-size: 2rem;
  line-height: 1.05;
}

.demo-copy p {
  color: var(--ink-soft);
}

.app-experience-section {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 72% 16%, rgba(239, 183, 86, 0.22), transparent 30%),
    radial-gradient(circle at 18% 84%, rgba(12, 115, 103, 0.35), transparent 34%),
    linear-gradient(145deg, #071c18 0%, var(--deep) 48%, #10352f 100%);
}

.app-experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 52px;
  align-items: center;
}

.app-experience-copy {
  max-width: 580px;
  margin-bottom: 0;
}

.app-experience-copy p {
  color: rgba(255, 248, 238, 0.76);
}

.app-experience-copy .store-actions {
  margin-top: 28px;
}

.micro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.micro-links a {
  color: var(--cream);
  background: rgba(255, 248, 238, 0.08);
  border-color: rgba(255, 248, 238, 0.16);
}

.experience-stage {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 238, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.1), rgba(255, 248, 238, 0.03)),
    radial-gradient(circle at 50% 42%, rgba(239, 183, 86, 0.18), transparent 42%);
  box-shadow: var(--shadow-strong);
  perspective: 1200px;
}

.stage-orbit {
  position: absolute;
  inset: 20px;
  transform-style: preserve-3d;
  animation: stageOrbit 14s ease-in-out infinite;
}

.stage-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 284px;
  min-height: 540px;
  transform: translate(-50%, -50%) rotateX(8deg) rotateY(-16deg) translateZ(84px);
  animation: stagePhoneFloat 6.5s ease-in-out infinite;
}

.stage-card,
.stage-photo {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(4, 18, 15, 0.28);
}

.stage-card {
  display: grid;
  gap: 6px;
  width: 198px;
  padding: 16px;
  color: var(--cream);
  background: rgba(255, 248, 238, 0.1);
  border: 1px solid rgba(255, 248, 238, 0.18);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
  animation: stageCardFloat 5.8s ease-in-out infinite;
}

.stage-card span,
.stage-card small {
  color: rgba(255, 248, 238, 0.66);
  font-size: 0.76rem;
  font-weight: 760;
}

.stage-card strong {
  font-size: 1rem;
  line-height: 1.12;
}

.stage-user {
  top: 88px;
  left: 8px;
  transform: rotateY(22deg) translateZ(105px);
}

.stage-ai {
  right: 16px;
  bottom: 92px;
  animation-delay: 0.7s;
  transform: rotateY(-20deg) translateZ(115px);
}

.stage-investor {
  right: 38px;
  top: 58px;
  animation-delay: 1.1s;
  transform: rotateY(-26deg) translateZ(82px);
}

.stage-photo {
  width: 180px;
  height: 226px;
  object-fit: cover;
  border: 1px solid rgba(255, 248, 238, 0.2);
  animation: stagePhotoFloat 6.4s ease-in-out infinite;
}

.stage-photo-one {
  top: 158px;
  right: 22px;
  transform: rotateY(-24deg) rotateZ(2deg) translateZ(70px);
}

.stage-photo-two {
  bottom: 30px;
  left: 28px;
  animation-delay: 0.9s;
  transform: rotateY(18deg) rotateZ(-2deg) translateZ(62px);
}

.stage-pulse {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(239, 183, 86, 0.95), transparent);
  opacity: 0.6;
  animation: pulseLine 2.8s ease-in-out infinite;
}

.pulse-one {
  top: 210px;
  left: 126px;
  width: 210px;
  --pulse-rotate: 18deg;
}

.pulse-two {
  right: 124px;
  bottom: 188px;
  width: 200px;
  animation-delay: 0.8s;
  --pulse-rotate: -22deg;
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-14px) rotate(-1deg);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.76;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes messageRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typingBounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@keyframes stageOrbit {
  0%,
  100% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(2deg) rotateY(-3deg);
  }
}

@keyframes stagePhoneFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) rotateX(8deg) rotateY(-16deg) translateZ(84px);
  }
  50% {
    transform: translate(-50%, calc(-50% - 12px)) rotateX(6deg) rotateY(-10deg) translateZ(98px);
  }
}

@keyframes stageCardFloat {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}

@keyframes stagePhotoFloat {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: 12px;
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.18;
    transform: rotate(var(--pulse-rotate, 0deg)) scaleX(0.72);
  }
  50% {
    opacity: 0.9;
    transform: rotate(var(--pulse-rotate, 0deg)) scaleX(1);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    overflow-x: auto;
    max-width: 100%;
  }

  .partner-badge {
    grid-column: 2;
    grid-row: 1;
    max-width: 212px;
  }

  .hero,
  .hero-inner {
    min-height: 900px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
    padding-top: 166px;
  }

  .hero-phone-wrap {
    min-height: 600px;
  }

  h1,
  .page-hero-content h1 {
    font-size: 3.55rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .split,
  .persona-layout,
  .moments-layout,
  .operating-layout,
  .app-experience-layout,
  .demo-card,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .demo-card {
    min-height: auto;
  }

  .app-experience-copy {
    max-width: 760px;
  }

  .experience-stage {
    min-height: 620px;
  }

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

  .trust-grid,
  .persona-picker,
  .values-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 340px;
  }

  .image-mosaic .mosaic-large {
    grid-row: span 1;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
    background: rgba(7, 28, 24, 0.9);
  }

  .brand-sigil {
    width: 32px;
    height: 32px;
  }

  .brand-mark {
    font-size: 0.98rem;
  }

  .partner-badge {
    max-width: 146px;
    font-size: 0.68rem;
    line-height: 1.15;
  }

  .primary-nav a {
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .hero,
  .hero-inner {
    min-height: 820px;
  }

  .hero-inner {
    width: min(100% - 32px, 1120px);
    padding: 150px 0 56px;
  }

  .page-hero {
    min-height: 620px;
  }

  .page-hero-content {
    width: min(100% - 32px, 1120px);
    padding-top: 158px;
  }

  h1,
  .page-hero-content h1 {
    font-size: 2.65rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-copy,
  .page-hero-content p,
  .section-lead,
  .section-heading p {
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .button {
    min-height: 44px;
    padding: 11px 14px;
  }

  .store-badge {
    min-width: 136px;
    min-height: 54px;
    padding: 8px 12px;
  }

  .signal-row {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .signal-row div {
    min-height: 74px;
    padding: 12px;
  }

  .hero-phone-wrap {
    min-height: 520px;
  }

  .phone-shell {
    width: min(100%, 292px);
    min-height: 520px;
  }

  .phone-chat {
    min-height: 310px;
  }

  .mobile-demo-section {
    background: var(--cream);
  }

  .demo-card {
    padding: 16px;
  }

  .demo-visual {
    height: 300px;
  }

  .demo-phone {
    min-height: 500px;
  }

  .experience-stage {
    min-height: 540px;
    margin-right: -8px;
    margin-left: -8px;
  }

  .stage-orbit {
    inset: 8px;
  }

  .stage-phone {
    width: 238px;
    min-height: 470px;
  }

  .stage-card {
    width: 152px;
    padding: 12px;
  }

  .stage-card strong {
    font-size: 0.88rem;
  }

  .stage-card small {
    display: none;
  }

  .stage-user {
    top: 28px;
    left: 4px;
  }

  .stage-ai {
    right: 6px;
    bottom: 34px;
  }

  .stage-investor {
    display: none;
  }

  .stage-photo {
    width: 112px;
    height: 142px;
  }

  .stage-photo-one {
    top: 140px;
    right: 4px;
  }

  .stage-photo-two {
    bottom: 118px;
    left: 6px;
  }

  .stage-pulse {
    display: none;
  }

  .section {
    padding: 68px 0;
  }

  .section-inner {
    width: min(100% - 32px, 1120px);
  }

  .trust-grid,
  .persona-picker,
  .moments-grid,
  .values-grid,
  .steps-grid,
  .contact-proof {
    grid-template-columns: 1fr;
  }

  .persona-card {
    min-height: 196px;
  }

  .persona-detail {
    padding: 26px;
  }

  .persona-detail h3 {
    font-size: 1.65rem;
  }

  .image-mosaic {
    grid-auto-rows: 260px;
  }

  .partner-lockup {
    flex-direction: column;
    font-size: 1.3rem;
  }

  .contact-form {
    padding: 20px;
  }

  #personas,
  #try-app,
  #genetics {
    scroll-margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

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