@font-face {
  font-family: "Louize";
  src: url("assets/fonts/louize-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louize";
  src: url("assets/fonts/louize-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louize";
  src: url("assets/fonts/louize-italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Louize";
  src: url("assets/fonts/louize-medium-italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lausanne";
  src: url("assets/fonts/lausanne-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lausanne";
  src: url("assets/fonts/lausanne-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fcfcfd;
  --ink: #08152e;
  --muted: rgba(8, 21, 46, 0.66);
  --hairline: rgba(8, 21, 46, 0.08);
  --blue: #0098ff;
  --max: 1024px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Lausanne", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

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

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

.site-header {
  position: relative;
  z-index: 20;
  width: min(var(--max), calc(100% - 48px));
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  width: auto;
  height: 28px;
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.05em;
  gap: 12px;
}

.brand img {
  width: 117px;
  height: 28px;
}

.brand-icon {
  position: relative;
  width: 60px;
  height: 32px;
  flex: 0 0 auto;
}

.brand-icon img {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 64px;
  max-width: none;
  height: auto;
  clip-path: inset(0 0 7px 0);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-nav a {
  border-radius: 10px;
  padding: 7px 16px;
  color: rgba(8, 21, 46, 0.8);
  font-size: 14px;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease;
}

.main-nav a:hover {
  background: rgba(8, 21, 46, 0.05);
  color: var(--ink);
}

.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pill,
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms var(--ease), opacity 180ms ease, background-color 180ms ease;
}

.pill {
  min-height: 30px;
  padding: 8px 11px;
  font-size: 14px;
}

.pill.ghost {
  background: rgba(252, 252, 253, 0.62);
  box-shadow: inset 0 0 0 1px rgba(8, 21, 46, 0.1);
}

.pill.dark,
.cta.dark {
  background: var(--ink);
  color: var(--paper);
}

.pill:hover,
.cta:hover {
  opacity: 0.9;
}

.pill:active,
.cta:active {
  transform: scale(0.96);
}

.menu-button {
  display: none;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(252, 252, 253, 0.7);
  box-shadow: inset 0 0 0 1px rgba(8, 21, 46, 0.1);
}

.menu-button span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 4px auto;
  background: var(--ink);
}

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

.hero {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  min-height: min(960px, calc(100svh - 126px));
  padding: 58px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 520px) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
  overflow: hidden;
}

.hero-intro {
  position: relative;
  z-index: 8;
  text-align: left;
}

.hero-title {
  max-width: 390px;
  margin: 0;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.3rem, 4.6vw, 4.8rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-align: left;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.role-wrap {
  display: block;
  min-height: 0.92em;
  font-style: normal;
}

.headline-line {
  display: inline-block;
}

.role-wrap span {
  display: inline-block;
  filter: blur(0);
  opacity: 1;
}

.role-wrap span.switching {
  opacity: 1;
  transform: none;
  filter: none;
}

.hero-support {
  max-width: 330px;
  margin: 28px 0 0;
  color: #665F5A;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.hero-side {
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-copy {
  width: min(466px, 100%);
  margin: 42px auto 0;
  color: rgba(8, 21, 46, 0.84);
  font-size: 16px;
  line-height: 1.42;
}

.cta {
  min-height: 36px;
  padding: 10px 16px;
  font-size: 14px;
}

.cta.light {
  gap: 9px;
  margin-top: 31px;
  background: rgba(252, 252, 253, 0.72);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(8, 21, 46, 0.08), inset 0 0 0 1px rgba(8, 21, 46, 0.1);
  backdrop-filter: blur(12px);
}

.hero-side .cta.light {
  margin-top: 0;
}

.hero-side .waitlist-form {
  width: min(360px, 100%);
  min-height: 62px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1.5px solid #000000;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 21, 46, 0.08);
}

.waitlist-form input {
  min-width: 0;
  flex: 1;
  padding: 0 12px 0 22px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000000;
  font: 400 16px/1 "Inter", Arial, sans-serif;
}

.waitlist-form input::placeholder {
  color: #665F5A;
  opacity: 0.82;
}

.waitlist-form button {
  margin: 5px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font: 600 15px/1 "Inter", Arial, sans-serif;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.waitlist-form button:hover:not(:disabled) {
  background: #202020;
  transform: translateY(-1px);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.waitlist-status {
  min-height: 22px;
  margin: 14px 0 -36px;
  color: #665F5A;
  font: 400 14px/1.45 "Inter", Arial, sans-serif;
}

.waitlist-status[data-state="success"] {
  color: #000000;
  font-weight: 500;
}

.waitlist-status[data-state="error"] {
  color: #8d3c35;
}

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

.hero-side .text-wave-cta {
  min-height: 62px;
  padding: 0 29px;
  gap: 12px;
  border: 1.5px solid #000000;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 21, 46, 0.08);
  color: #000000;
  font-size: 23px;
  font-weight: 600;
}

.hero-side .text-wave-cta:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8, 21, 46, 0.14);
}

.hero-side .text-wave-cta:active {
  transform: translateY(0) scale(0.98);
}

.hero-side .hero-copy {
  width: 100%;
  max-width: 270px;
  margin: 24px 0 0;
  color: #665F5A;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.cta.light img {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.hero-side .text-wave-cta img {
  width: 29px;
  height: 29px;
  border-radius: 8px;
}

.phone-stage {
  position: relative;
  width: 100%;
  height: 840px;
  margin: 0;
}

.phone {
  position: absolute;
  inset: 0;
  width: 410px;
  height: 840px;
  margin: 0 auto;
  animation: phoneFloat 6.5s ease-in-out infinite;
}

.phone-frame {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.phone-screen {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 16px;
  bottom: 15px;
  left: 16px;
  overflow: hidden;
  border-radius: 57px;
  background: #fbfbfc;
  color: #141414;
}

.status-row {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 50px 0 50px;
  font-size: 13px;
  line-height: 1;
}

.status-icons {
  font-size: 12px;
  color: #0b0b0b;
}

.chat-top {
  position: absolute;
  z-index: 3;
  top: 72px;
  left: 34px;
  right: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #737377;
}

.back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
}

.back b {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #050505;
  color: white;
  font-size: 10px;
}

.video {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(240, 241, 242, 0.82);
  color: #686c72;
  font-size: 11px;
}

.wave-contact {
  position: relative;
  z-index: 3;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  line-height: 1;
}

.wave-contact .contact-avatar {
  width: 42px;
  height: 42px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: #f7f7f8;
  box-shadow: 0 8px 16px rgba(40, 0, 0, 0.13);
}

.wave-contact .contact-avatar img {
  width: 64px;
  max-width: none;
  height: auto;
  transform: translate(-10px, 3px);
}

.date {
  display: block;
  margin-top: 30px;
  color: #b9bcc2;
  font-size: 9px;
  text-align: center;
}

.bubble {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 236px;
  border-radius: 18px;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.24;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  animation: messageIn 650ms var(--ease) forwards;
}

.mine {
  margin-left: auto;
  margin-right: 28px;
  background: var(--blue);
  color: white;
}

.theirs {
  margin-left: 35px;
  background: #ebebee;
  color: #161719;
}

.first {
  margin-top: 10px;
  animation-delay: 500ms;
}

.second {
  margin-top: 14px;
  animation-delay: 1500ms;
}

.third {
  animation-delay: 2300ms;
}

.fourth {
  margin-top: 10px;
  animation-delay: 3100ms;
}

.fifth {
  margin-top: 5px;
  animation-delay: 3800ms;
}

.sixth {
  margin-top: 12px;
  animation-delay: 4700ms;
}

.seventh {
  margin-top: 8px;
  animation-delay: 5400ms;
}

.trip-stack {
  position: relative;
  z-index: 2;
  width: 248px;
  height: 113px;
  margin: 11px 0 0 35px;
  opacity: 0;
  transform: translateY(16px);
  animation: messageIn 650ms var(--ease) forwards;
}

.trip-stack img {
  position: absolute;
  top: 0;
  width: 104px;
  height: 113px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 22px rgba(8, 21, 46, 0.12);
}

.trip-stack img:nth-child(1) {
  left: 0;
}

.trip-stack img:nth-child(2) {
  left: 70px;
}

.trip-stack img:nth-child(3) {
  left: 140px;
}

.input-row {
  position: absolute;
  z-index: 3;
  left: 35px;
  right: 35px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #b9bdc3;
}

.input-row span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f5f5f5;
  color: #6e737b;
  font-size: 17px;
}

.input-row p {
  flex: 1;
  height: 29px;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-radius: 999px;
  background: #f4f4f5;
  font-size: 13px;
}

.petal {
  position: absolute;
  width: 31px;
  opacity: 0.18;
  animation: petalPulse 3.8s ease-in-out infinite;
}

.petal-left-1 {
  top: -31px;
  left: 72px;
  transform: rotate(-23deg);
}

.petal-left-2 {
  top: -4px;
  left: 50px;
  transform: rotate(-55deg);
  animation-delay: 400ms;
}

.petal-right-1 {
  top: -31px;
  right: 72px;
  transform: scaleX(-1) rotate(-23deg);
}

.petal-right-2 {
  top: -4px;
  right: 50px;
  transform: scaleX(-1) rotate(-55deg);
  animation-delay: 400ms;
}

.testimonial {
  width: min(900px, calc(100% - 48px));
  min-height: 500px;
  margin: 0 auto;
  padding: 98px 0 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial img {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  margin-bottom: 44px;
  box-shadow: 0 26px 62px rgba(8, 21, 46, 0.17);
}

blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Louize", Georgia, serif;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.testimonial p {
  margin: 20px 0 0;
  color: rgba(8, 21, 46, 0.17);
  font-size: 15px;
}

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

.feature {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(320px, 540px);
  gap: 88px;
  align-items: center;
}

.feature.flip .feature-media {
  order: 1;
}

.feature.flip .feature-copy {
  order: 2;
}

.feature-copy h3 {
  margin: 0 0 21px;
  font-family: "Louize", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.feature-copy p {
  max-width: 470px;
  margin: 0 0 33px;
  color: rgba(8, 21, 46, 0.67);
  font-size: 16px;
  line-height: 1.45;
}

.feature-copy ul {
  width: 100%;
  margin: 0 0 33px;
  padding: 0;
  list-style: none;
}

.feature-copy li {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--hairline);
  color: rgba(8, 21, 46, 0.72);
  font-size: 16px;
}

.line-icon {
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(8, 21, 46, 0.72);
  font-size: 18px;
}

.feature-copy .cta {
  min-height: 34px;
  padding: 10px 16px;
}

.feature-media {
  position: relative;
  height: 440px;
  border-radius: 18px;
  overflow: hidden;
}

.base-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95);
}

.app-stack {
  background: #0d2136;
}

.app-stack .base-photo {
  filter: blur(2px) saturate(1.15);
  transform: scale(1.03);
}

.app-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(4, 13, 31, 0.22);
  animation: iconFloat 5.5s ease-in-out infinite;
}

.app-icon.gmail {
  top: 87px;
  left: 73px;
}

.app-icon.calendar {
  top: 40px;
  left: 214px;
  animation-delay: 500ms;
}

.app-icon.slack {
  top: 73px;
  right: 122px;
  animation-delay: 900ms;
}

.app-icon.orchid {
  top: 195px;
  left: 238px;
  width: 62px;
  height: 62px;
  padding: 0;
  animation-delay: 1200ms;
}

.app-icon.notion {
  top: 214px;
  right: 61px;
  padding: 11px;
  animation-delay: 1500ms;
}

.app-icon.figma {
  right: 156px;
  bottom: 77px;
  animation-delay: 1800ms;
}

.app-icon.dropbox {
  bottom: 41px;
  left: 181px;
  animation-delay: 2100ms;
}

.separator {
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 34px;
}

.separator::before,
.separator::after {
  content: "";
  height: 1px;
  background: var(--hairline);
}

.separator span {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 60% 45% 60% 42%;
  background: rgba(8, 21, 46, 0.42);
  transform: rotate(var(--r, 0deg));
}

.separator span:nth-child(2) {
  --r: 18deg;
}

.separator span:nth-child(3) {
  --r: 46deg;
}

.separator span:nth-child(4) {
  --r: 74deg;
}

.separator span:nth-child(5) {
  --r: 108deg;
}

.prompt-card .base-photo,
.admin-card .base-photo,
.notify-card .base-photo,
.memory-card .base-photo {
  filter: blur(2.4px) saturate(1.14) brightness(0.75);
  transform: scale(1.04);
}

.prompt-list {
  position: absolute;
  inset: 78px 55px auto;
  display: grid;
  gap: 13px;
}

.prompt-list p {
  margin: 0;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(8, 21, 46, 0.88);
  font-size: 15px;
  box-shadow: 0 16px 44px rgba(4, 13, 31, 0.18);
  animation: promptLift 7s ease-in-out infinite;
}

.prompt-list p:nth-child(2) {
  animation-delay: 400ms;
}

.prompt-list p:nth-child(3) {
  animation-delay: 800ms;
}

.prompt-list p:nth-child(4) {
  animation-delay: 1200ms;
}

.prompt-list p:nth-child(5) {
  animation-delay: 1600ms;
}

.floating-app {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 14px;
  animation: iconFloat 5.8s ease-in-out infinite;
}

.floating-app img {
  width: 72px;
  height: 72px;
  border-radius: 19px;
  box-shadow: 0 18px 42px rgba(4, 13, 31, 0.26);
}

.floating-app.mail {
  top: 156px;
  left: 148px;
}

.floating-app.messages {
  top: 266px;
  left: 208px;
  animation-delay: 700ms;
}

.floating-app.calendar {
  top: 101px;
  right: 194px;
  animation-delay: 1100ms;
}

.floating-app.phone-app {
  top: 191px;
  right: 108px;
  animation-delay: 1600ms;
}

.notification {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 194px;
  min-height: 92px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 17px;
  padding: 16px 22px;
  border-radius: 28px;
  color: white;
  background: rgba(85, 109, 133, 0.52);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 22px 62px rgba(4, 13, 31, 0.28);
  backdrop-filter: blur(18px);
  animation: notificationIn 5.8s ease-in-out infinite;
}

.notification > img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.mini-message {
  position: absolute;
  left: 56px;
  top: 55px;
  width: 20px;
  height: 20px;
}

.notification p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.notification strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.notification em {
  float: right;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.memory-card {
  color: white;
}

.memory-card .bubble {
  opacity: 1;
  transform: none;
  animation: none;
}

.memory-question {
  position: absolute;
  top: 91px;
  right: 103px;
  max-width: 236px;
  margin: 0;
  font-size: 14px;
}

.memory-answer {
  position: absolute;
  left: 102px;
  bottom: 74px;
  display: flex;
  align-items: end;
  gap: 14px;
}

.memory-answer img {
  width: 143px;
  height: 190px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(4, 13, 31, 0.3);
}

.memory-answer .bubble {
  max-width: 210px;
  margin: 0 0 8px;
  color: #151619;
  font-size: 14px;
}

.final-cta {
  position: relative;
  width: min(1025px, calc(100% - 48px));
  height: 576px;
  margin: 126px auto 120px;
  overflow: hidden;
  border-radius: 30px;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2.4px) saturate(1.08) brightness(0.72);
  transform: scale(1.02);
}

.final-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 34, 0.18);
}

.final-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 74px;
  max-width: 720px;
  font-family: "Louize", Georgia, serif;
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.final-cta .cta {
  position: absolute;
  z-index: 2;
  top: calc(50% + 58px);
  left: 50%;
  transform: translateX(-50%);
}

.final-cta .cta:active {
  transform: translateX(-50%) scale(0.96);
}

.site-footer {
  width: min(1025px, calc(100% - 48px));
  min-height: 300px;
  margin: 0 auto;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 110px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px;
}

.footer-links h3 {
  margin: 0 0 24px;
  font-family: "Louize", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.footer-links a {
  display: block;
  margin-bottom: 17px;
  color: rgba(8, 21, 46, 0.64);
  font-size: 14px;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease), filter 800ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

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

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes petalPulse {
  0%,
  100% {
    opacity: 0.16;
  }

  50% {
    opacity: 0.28;
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes promptLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes notificationIn {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.site-footer-minimal {
  width: min(1280px, calc(100% - 48px));
  min-height: 56px;
  margin: 0 auto;
  padding: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(8, 21, 46, 0.55);
  font-size: 13px;
}

.site-footer-minimal > span {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-footer-minimal > div {
  display: flex;
  gap: 18px;
}

.site-footer-minimal a {
  color: inherit;
}

.text-wave-modal[hidden] {
  display: none;
}

.text-wave-modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.text-wave-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 21, 46, 0.24);
  backdrop-filter: blur(3px);
}

.text-wave-modal-panel {
  position: relative;
  width: min(470px, 100%);
  padding: 30px 30px 26px;
  border: 1px solid rgba(8, 21, 46, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(8, 21, 46, 0.22);
}

.text-wave-modal-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #000000;
  font: 700 15px/1 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.text-wave-modal-brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.text-wave-modal-panel h2 {
  margin: 0;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

.text-wave-modal-panel p {
  margin: 10px 0 22px;
  color: #665F5A;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.text-wave-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #665F5A;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.text-wave-copy-card {
  width: 100%;
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(8, 21, 46, 0.15);
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.text-wave-copy-card:hover {
  border-color: rgba(8, 21, 46, 0.42);
  background: #fafafa;
  transform: translateY(-1px);
}

.text-wave-message-card {
  margin-top: 12px;
}

.text-wave-card-label,
.text-wave-card-helper {
  display: block;
  color: #665F5A;
  font: 400 13px/1.35 "Inter", Arial, sans-serif;
}

.text-wave-copy-card strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.text-wave-message-card strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.text-wave-card-helper {
  min-height: 18px;
}

.text-wave-open-button {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #000000;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font: 600 18px/1 "Inter", Arial, sans-serif;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.text-wave-open-button:hover {
  background: #202020;
  transform: translateY(-1px);
}

.text-wave-open-button img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
}

.text-wave-fallback {
  margin: 18px 0 0 !important;
  color: #665F5A;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.text-wave-fallback button {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

@keyframes phoneDemoShift {
  0%,
  47% {
    transform: translateY(0);
  }

  58%,
  67% {
    transform: translateY(-170px);
  }

  77%,
  85% {
    transform: translateY(-330px);
  }

  94%,
  100% {
    transform: translateY(-490px);
  }
}

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

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

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

@keyframes typingMoment {
  0%,
  15% {
    opacity: 0;
    transform: translateY(8px);
  }

  25%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes typingDot {
  to {
    opacity: 0.35;
    transform: translateY(-2px);
  }
}

.phone-recommendations {
  position: absolute;
  z-index: 2;
  top: 188px;
  right: 24px;
  bottom: 54px;
  left: 24px;
  overflow: hidden;
}

.demo-sequence {
  padding: 0 10px 18px;
  animation: phoneDemoShift 16s ease-in-out forwards;
}

.demo-step,
.demo-card {
  opacity: 0;
  transform: translateY(8px);
}

.demo-step {
  animation: demoAppear 320ms var(--ease) forwards;
}

.step-1 { animation-delay: 400ms; }
.step-2 { animation: typingMoment 900ms ease forwards; animation-delay: 850ms; }
.step-3 { animation-delay: 1.65s; }
.step-4 { animation-delay: 2.3s; }
.step-5 { animation: typingMoment 800ms ease forwards; animation-delay: 2.65s; }
.step-6 { animation-delay: 3.35s; }
.step-7 { animation-delay: 3.95s; }
.step-8 { animation-delay: 4.6s; }
.step-9 { animation-delay: 5.2s; }
.step-10 { animation-delay: 5.85s; }
.step-11 { animation-delay: 6.5s; }
.step-12 { animation: typingMoment 800ms ease forwards; animation-delay: 6.85s; }
.step-13 { animation-delay: 7.55s; }
.step-17 { animation-delay: 10.55s; }
.step-21 { animation-delay: 13.2s; }

.typing-indicator {
  width: 43px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0 0 10px;
  padding: 8px 10px;
  border-radius: 16px;
  background: #ebebee;
}

.typing-indicator i {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #777b81;
  animation: typingDot 600ms ease-in-out infinite alternate;
}

.typing-indicator i:nth-child(2) { animation-delay: 150ms; }
.typing-indicator i:nth-child(3) { animation-delay: 300ms; }

.recommendation-cycle {
  padding: 0 10px 12px;
}

.message-bubble {
  width: fit-content;
  max-width: 220px;
  border-radius: 16px;
  padding: 8px 11px;
  font-size: 11px;
  line-height: 1.28;
}

.message-mine {
  margin: 0 0 9px auto;
  background: var(--blue);
  color: white;
}

.message-wave {
  margin: 0 0 10px;
  background: #ebebee;
  color: #161719;
}

.message-found {
  margin-top: 4px;
  margin-bottom: 14px;
}

.recommendation-intro {
  margin-top: 18px;
  margin-bottom: 10px;
}

.listing-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 11px;
  min-height: 122px;
  margin-top: 12px;
  padding: 5px;
  border: 1px solid rgba(8, 21, 46, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 14px rgba(8, 21, 46, 0.08);
}

.demo-card {
  animation: cardAppear 360ms var(--ease) forwards;
}

.card-one { animation-delay: 8.3s; }
.card-two { animation-delay: 11.2s; }
.card-three { animation-delay: 13.85s; }

.demo-card .listing-details strong,
.demo-card .listing-details span,
.demo-card .listing-details small,
.demo-card .listing-match {
  opacity: 0;
  transform: translateY(4px);
  animation: detailAppear 240ms var(--ease) forwards;
}

.card-one .listing-details strong { animation-delay: 8.8s; }
.card-one .listing-details span { animation-delay: 8.98s; }
.card-one .listing-details small { animation-delay: 9.14s; }
.card-one .listing-match { animation-delay: 9.34s; }
.card-two .listing-details strong { animation-delay: 11.7s; }
.card-two .listing-details span { animation-delay: 11.88s; }
.card-two .listing-details small { animation-delay: 12.04s; }
.card-two .listing-match { animation-delay: 12.24s; }
.card-three .listing-details strong { animation-delay: 14.35s; }
.card-three .listing-details span { animation-delay: 14.53s; }
.card-three .listing-details small { animation-delay: 14.69s; }
.card-three .listing-match { animation-delay: 14.89s; }

.listing-photo {
  min-height: 110px;
  border-radius: 10px;
  background-image: url("assets/images/wave-apartment-cards.png");
  background-size: 200% 200%;
}

.photo-one { background-position: 0 0; }
.photo-two { background-position: 100% 0; }
.photo-three { background-position: 0 100%; }
.photo-four { background-position: 100% 100%; }

.listing-details {
  min-width: 0;
  padding: 2px 2px 0 0;
  color: #161719;
  line-height: 1.15;
}

.listing-details strong,
.listing-details span,
.listing-details small,
.listing-details p {
  display: block;
}

.listing-match span {
  display: block;
  margin-top: 2px;
}

.listing-details strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-details span,
.listing-details small {
  margin-top: 3px;
  color: #5f6369;
  font-size: 10px;
}

.listing-details p {
  margin: 6px 0 0;
  color: #3c4046;
  font-size: 9px;
  line-height: 1.3;
}

@media (max-width: 1020px) {
  .hero {
    min-height: auto;
    padding: 58px 0 72px;
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .hero-intro {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .hero-title {
    width: 100%;
    min-width: 0;
    max-width: min(720px, 100%);
    margin: 0 auto;
    overflow-wrap: break-word;
    text-align: center;
  }

  .hero-support {
    margin: 24px auto 0;
    text-align: center;
  }

  .phone-stage {
    width: 100%;
    margin-top: 52px;
  }

  .hero-side {
    width: min(466px, 100%);
    margin: 28px auto 0;
    align-items: center;
    text-align: center;
  }

  .hero-side .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 860px) {
  .site-header {
    width: min(100% - 32px, var(--max));
    gap: 16px;
  }

  .main-nav,
  .nav-actions {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .section,
  .feature-section,
  .final-cta,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .hero {
    min-height: 1160px;
    padding-top: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    max-width: min(100%, 720px, calc(100vw - 32px));
    font-size: clamp(44px, 12vw, 70px);
  }

  .hero-side {
    position: static;
    width: min(466px, 100%);
    margin: 42px auto 0;
  }

  .phone-stage {
    width: 100%;
    height: 630px;
    margin-top: 58px;
  }

  .phone {
    width: 302px;
    height: 617px;
  }

  .status-row {
    padding: 28px 39px 0;
    font-size: 11px;
  }

  .chat-top {
    top: 56px;
    left: 28px;
    right: 28px;
  }

  .wave-contact {
    margin-top: 24px;
  }

  .wave-contact img {
    width: 42px;
    height: 42px;
  }

  .wave-contact .contact-avatar {
    width: 36px;
    height: 36px;
  }

  .wave-contact .contact-avatar img {
    width: 54px;
    height: auto;
    transform: translate(-9px, 3px);
  }

  .date {
    margin-top: 22px;
  }

  .phone-recommendations {
    top: 164px;
    right: 17px;
    bottom: 47px;
    left: 17px;
  }

  .recommendation-cycle {
    padding: 0 7px 10px;
  }

  .message-bubble {
    max-width: 176px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .listing-card {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 7px;
    min-height: 66px;
    margin-top: 8px;
    padding: 4px;
    border-radius: 11px;
  }

  .listing-photo {
    min-height: 58px;
    border-radius: 8px;
  }

  .listing-details strong {
    font-size: 9px;
  }

  .listing-details span,
  .listing-details small,
  .listing-details p {
    font-size: 7px;
  }

  .bubble {
    max-width: 190px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .theirs {
    margin-left: 27px;
  }

  .mine {
    margin-right: 22px;
  }

  .trip-stack {
    width: 205px;
    height: 87px;
    margin-left: 28px;
  }

  .trip-stack img {
    width: 82px;
    height: 87px;
    border-radius: 14px;
  }

  .trip-stack img:nth-child(2) {
    left: 57px;
  }

  .trip-stack img:nth-child(3) {
    left: 114px;
  }

  .input-row {
    left: 28px;
    right: 28px;
    bottom: 20px;
  }

  .petal-left-1 {
    left: calc(50% - 192px);
  }

  .petal-left-2 {
    left: calc(50% - 214px);
  }

  .petal-right-1 {
    right: calc(50% - 192px);
  }

  .petal-right-2 {
    right: calc(50% - 214px);
  }

  .testimonial {
    padding: 64px 0;
  }

  blockquote {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.35;
  }

  .feature {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 28px 0;
  }

  .feature.flip .feature-media,
  .feature.flip .feature-copy {
    order: initial;
  }

  .feature-media {
    height: 360px;
  }

  .feature-copy h3 {
    font-size: 30px;
  }

  .separator {
    height: 70px;
    column-gap: 22px;
  }

  .final-cta {
    height: 460px;
    margin: 78px auto 84px;
    border-radius: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .footer-links {
    gap: 30px;
  }
}

@media (max-width: 560px) {
  .text-wave-modal {
    align-items: start;
    overflow-y: auto;
    padding: 16px;
  }

  .text-wave-modal-panel {
    margin: 16px 0;
    padding: 26px 20px 22px;
  }

  .text-wave-copy-card {
    padding: 18px 14px;
  }

  .text-wave-copy-card strong {
    font-size: 22px;
  }

  .text-wave-message-card strong {
    font-size: 15px;
  }

  .hero {
    min-height: 1060px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .phone {
    width: 278px;
    height: 568px;
  }

  .phone-stage {
    height: 580px;
  }

  .feature-section {
    width: min(100% - 32px, var(--max));
  }

  .feature-media {
    height: 300px;
    border-radius: 16px;
  }

  .app-icon {
    width: 42px;
    height: 42px;
  }

  .app-icon.orchid {
    width: 52px;
    height: 52px;
  }

  .prompt-list {
    inset: 46px 24px auto;
    gap: 10px;
  }

  .prompt-list p {
    padding: 11px 14px;
    font-size: 13px;
  }

  .floating-app img {
    width: 54px;
    height: 54px;
  }

  .floating-app.mail {
    left: 72px;
    top: 102px;
  }

  .floating-app.messages {
    left: 136px;
    top: 190px;
  }

  .floating-app.calendar {
    right: 130px;
    top: 68px;
  }

  .floating-app.phone-app {
    right: 55px;
    top: 132px;
  }

  .notification {
    left: 24px;
    right: 24px;
    top: 130px;
    grid-template-columns: 48px 1fr;
    padding: 14px 16px;
  }

  .notification p {
    font-size: 12px;
  }

  .memory-question {
    top: 62px;
    right: 34px;
  }

  .memory-answer {
    left: 34px;
    bottom: 42px;
  }

  .memory-answer img {
    width: 96px;
    height: 128px;
  }

  .memory-answer .bubble {
    max-width: 158px;
    font-size: 12px;
  }

  .final-cta h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

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

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

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .demo-sequence {
    animation: none;
    transform: translateY(-490px);
  }

  .demo-step,
  .demo-card,
  .demo-card .listing-details strong,
  .demo-card .listing-details span,
  .demo-card .listing-details small,
  .demo-card .listing-match {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
