:root {
  color: #111;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #fff;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  --accent: #ee6a52;
  --accent-rgb: 238, 106, 82;
  --accent-bright: #ff9572;
  --accent-deep: #c94f3f;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #fff;
}

body {
  color: #111;
}

body.landing-body {
  height: 100%;
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  appearance: none;
}

a {
  color: inherit;
}

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

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
  pointer-events: none;
  animation: splash-screen-fade 1.05s ease both;
}

.splash-logo {
  display: grid;
  width: min(clamp(110px, 14vw, 190px), 28vh, calc(100vw - 64px));
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 24%;
  background: #fff;
  box-shadow: 0 22px 80px rgba(var(--accent-rgb), 0.2);
  animation: splash-logo-fade 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.splash-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-shell {
  position: fixed;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
}

.login-view {
  --landing-logo-size: min(clamp(300px, 35vw, 480px), calc(100vw - 56px), 62vh);
  --landing-logo-top-space: max(28px, calc(37vh - (var(--landing-logo-size) / 2)));
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vh, 28px);
  align-items: center;
  padding: var(--landing-logo-top-space) 28px 0;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% 105%, rgba(var(--accent-rgb), 0.16), transparent 34%),
    #fff;
  overscroll-behavior: none;
  text-align: center;
}

.login-brand-mark {
  position: relative;
  width: var(--landing-logo-size);
  height: var(--landing-logo-size);
  flex: 0 0 var(--landing-logo-size);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 24%;
  background: #fff;
  box-shadow:
    0 28px 90px rgba(var(--accent-rgb), 0.22),
    0 0 58px 8px rgba(var(--accent-rgb), 0.12),
    inset 0 0 0 1px rgba(17, 17, 17, 0.06);
  animation: app-icon-heartbeat 2.15s cubic-bezier(0.34, 0, 0.2, 1) infinite;
  transform-origin: center;
  will-change: box-shadow;
}

.landing-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-logo-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.logo-face-eye {
  fill: #fff;
  filter: drop-shadow(0 2px 6px rgba(var(--accent-rgb), 0.22));
  transform-box: fill-box;
  transform-origin: center;
  animation: logo-eye-blink 5.4s ease-in-out infinite;
}

.logo-face-mouth {
  fill: none;
  stroke: #fff;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 6px rgba(var(--accent-rgb), 0.18));
}

.login-copy {
  display: grid;
  max-width: min(760px, calc(100vw - 56px));
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.login-copy h1,
.login-copy p {
  margin: 0;
}

.login-copy h1 {
  color: #111;
  font-family: "Righteous", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.landing-subtitle {
  color: #6f747b;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 560;
  line-height: 1.45;
}

.landing-description {
  max-width: 680px;
  margin-top: 18px;
  color: #363b42;
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 460;
  line-height: 1.6;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.app-store-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #111;
  border-radius: 14px;
  padding: 0 16px 0 14px;
  background: #111;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.app-store-button:hover,
.app-store-button:focus-visible {
  opacity: 0.88;
  transform: translateY(-1px);
}

.app-store-mark {
  font-size: 28px;
  line-height: 1;
}

.app-store-copy {
  display: grid;
  justify-items: start;
  line-height: 1;
}

.app-store-copy span {
  font-size: 10px;
  font-weight: 700;
}

.app-store-copy strong {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 850;
}

.app-store-status {
  margin-left: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
}

.waitlist-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.waitlist-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.42);
  backdrop-filter: blur(14px);
}

.waitlist-dialog {
  position: relative;
  display: grid;
  width: min(480px, calc(100vw - 48px));
  gap: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 34px 110px rgba(17, 17, 17, 0.2);
  text-align: left;
  transform: translateY(10px) scale(0.98);
  transition:
    width 240ms ease,
    padding 240ms ease,
    border-radius 240ms ease,
    transform 240ms ease;
}

.waitlist-modal.is-open .waitlist-dialog {
  transform: translateY(0) scale(1);
}

.waitlist-dialog h2,
.waitlist-dialog p {
  margin: 0;
}

.waitlist-dialog h2 {
  max-width: 390px;
  color: #111;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 860;
  line-height: 1;
  letter-spacing: 0;
}

.waitlist-dialog p:not(.section-kicker):not(.waitlist-message) {
  color: #525960;
  font-size: 15px;
  line-height: 1.6;
}

.waitlist-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #fff;
  color: #6f747b;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.waitlist-form {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.waitlist-form label {
  color: #363b42;
  font-size: 13px;
  font-weight: 820;
}

.waitlist-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.waitlist-input-row input,
.waitlist-input-row button {
  min-height: 52px;
  border-radius: 14px;
}

.waitlist-input-row input {
  width: 100%;
  border: 1px solid #d9dde2;
  padding: 0 14px;
  color: #111;
  background: #fff;
  outline: none;
}

.waitlist-input-row input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.14);
}

.waitlist-input-row button {
  border: 1px solid #111;
  padding: 0 20px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-weight: 840;
}

.waitlist-input-row button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.waitlist-message {
  min-height: 20px;
  color: #525960;
  font-size: 13px;
  font-weight: 680;
}

.waitlist-message.is-error {
  color: #b43828;
}

.waitlist-message.is-success {
  color: #137a4a;
}

.waitlist-success {
  display: none;
  align-items: center;
  gap: 12px;
}

.waitlist-success-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--accent);
  font-size: 21px;
  font-weight: 900;
}

.waitlist-success p {
  display: grid;
  gap: 3px;
}

.waitlist-success strong {
  color: #111;
  font-size: 16px;
  font-weight: 860;
  line-height: 1.15;
}

.waitlist-success span:not(.waitlist-success-mark) {
  color: #525960;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.35;
}

.waitlist-modal.is-complete .waitlist-dialog {
  width: min(420px, calc(100vw - 48px));
  border-radius: 18px;
  padding: 18px 20px;
}

.waitlist-modal.is-complete .waitlist-close,
.waitlist-modal.is-complete .section-kicker,
.waitlist-modal.is-complete #waitlistTitle,
.waitlist-modal.is-complete .waitlist-dialog > p,
.waitlist-modal.is-complete .waitlist-form {
  display: none;
}

.waitlist-modal.is-complete .waitlist-success {
  display: flex;
}

.landing-sections {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(1040px, calc(100vw - 56px));
  gap: clamp(56px, 8vw, 108px);
  margin-top: max(72px, 12vh);
  text-align: left;
}

.detail-bubble-field {
  position: absolute;
  inset: -180px -16vw -120px;
  z-index: 0;
  width: calc(100% + 32vw);
  height: calc(100% + 300px);
  pointer-events: none;
  filter: blur(17px);
  opacity: 0.62;
  mix-blend-mode: multiply;
}

.landing-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: clamp(36px, 5.5vw, 68px) 0;
  border-top: 0;
}

.landing-section h2,
.landing-section h3,
.landing-section p {
  margin: 0;
  letter-spacing: 0;
}

.landing-section h2 {
  max-width: 760px;
  color: #111;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 860;
  line-height: 0.98;
}

.landing-section h3 {
  color: #111;
  font-size: 18px;
  font-weight: 820;
}

.landing-section p {
  color: #525960;
  font-size: 15px;
  line-height: 1.6;
}

.section-kicker {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

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

.workflow article {
  display: grid;
  gap: 14px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 50px rgba(17, 17, 17, 0.05);
}

.workflow span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 860;
}

.feature-showcase {
  gap: 28px;
}

.feature-intro {
  display: grid;
  max-width: 820px;
  gap: 16px;
}

.feature-grid {
  display: grid;
  gap: clamp(56px, 8vw, 104px);
}

.feature-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
  margin: 0;
  min-height: 540px;
  padding: clamp(40px, 6vw, 76px) 0;
  border-top: 0;
}

.feature-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 300px;
}

.feature-card:nth-child(even) .feature-media {
  order: 2;
}

.feature-media {
  display: grid;
  justify-items: center;
}

.feature-phone {
  width: 252px;
  max-width: 100%;
  height: 546px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 34px;
  background: #fff;
  box-shadow:
    0 24px 70px rgba(17, 17, 17, 0.12),
    0 0 0 10px rgba(255, 255, 255, 0.72);
}

.feature-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.feature-copy {
  display: grid;
  max-width: 680px;
  gap: 18px;
}

.feature-label {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 860;
  text-transform: uppercase;
}

.feature-copy h3 {
  max-width: 720px;
  color: #111;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 880;
  line-height: 0.98;
}

.feature-copy > p:not(.feature-label) {
  max-width: 620px;
  color: #525960;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.62;
}

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

.plans article.featured {
  border-color: rgba(var(--accent-rgb), 0.38);
  box-shadow: 0 18px 60px rgba(var(--accent-rgb), 0.1);
}

.plans strong {
  color: #111;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.plans strong span {
  color: #6f747b;
  font-size: 14px;
  font-weight: 700;
}

.plans ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #363b42;
  font-size: 14px;
  font-weight: 680;
  list-style: none;
}

.plans li::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
  vertical-align: 1px;
}

.billing-note {
  max-width: 820px;
}

.safety-section {
  padding-bottom: 0;
}

.safety-section p:not(.section-kicker) {
  max-width: 760px;
  font-size: 17px;
}

.landing-footer {
  --footer-bleed-top: clamp(72px, 8vh, 120px);
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  min-height: calc(clamp(280px, 36vh, 440px) + var(--footer-bleed-top));
  margin-top: max(12px, 3vh);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: var(--footer-bleed-top) 28px 20px;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  color: #8b929a;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.25;
  background: linear-gradient(
    to top,
    rgba(var(--accent-rgb), 0.42) 0,
    rgba(var(--accent-rgb), 0.3) 72px,
    rgba(var(--accent-rgb), 0.14) 164px,
    rgba(var(--accent-rgb), 0) 100%
  );
  box-shadow: 0 104px 0 0 rgba(var(--accent-rgb), 0.42);
  overflow: hidden;
}

.landing-footer::before,
.landing-footer::after {
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  z-index: -1;
  height: calc(100% + 36px);
  min-height: 360px;
  content: "";
  pointer-events: none;
  filter: blur(min(1.8vw, 2.77vh));
  mask-image: linear-gradient(
    to top,
    #000 0%,
    rgba(0, 0, 0, 0.68) 24%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0) 100%
  );
  transform-origin: center bottom;
}

.landing-footer::before {
  background:
    linear-gradient(to top, rgba(var(--accent-rgb), 0.38) 0 16%, transparent 42%),
    radial-gradient(54% 80% at 22% 86%, rgba(var(--accent-rgb), 0.74), transparent 65%),
    radial-gradient(58% 76% at 54% 94%, rgba(255, 255, 255, 0.7), transparent 62%),
    radial-gradient(46% 66% at 84% 88%, rgba(255, 149, 114, 0.72), transparent 62%),
    linear-gradient(to top, rgba(var(--accent-rgb), 0.5), rgba(var(--accent-rgb), 0));
  animation: landing-footer-aurora-wave 0.95s ease-in-out infinite;
}

.landing-footer::after {
  background:
    radial-gradient(48% 64% at 34% 100%, rgba(var(--accent-rgb), 0.54), transparent 70%),
    radial-gradient(52% 72% at 72% 96%, rgba(255, 255, 255, 0.42), transparent 72%);
  opacity: 0.72;
  animation: landing-footer-aurora-drift 1.18s ease-in-out infinite;
}

.landing-footer-rights {
  flex-basis: 100%;
  order: 2;
  color: inherit;
  font-weight: 680;
}

.landing-footer a {
  color: inherit;
  text-decoration: none;
}

.landing-footer a:hover,
.landing-footer a:focus-visible {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 850;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

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

.nav a {
  color: #6f747b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 760;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 22px 84px;
  background: #fff;
}

.legal-page h1 {
  margin: 0;
  color: #111;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.95;
  font-weight: 900;
}

.legal-page h2 {
  margin-top: 36px;
  color: #111;
  font-size: 24px;
}

.legal-page p,
.legal-page li {
  color: #525960;
  line-height: 1.7;
}

.legal-page strong {
  color: #111;
}

@keyframes landing-footer-aurora-wave {
  0% {
    transform: translate3d(-3.2%, 0, 0) scale(1.08, 1.03) skewX(-1.8deg);
  }

  24% {
    transform: translate3d(1.8%, 0, 0) scale(1.16, 1.08) skewX(1.2deg);
  }

  52% {
    transform: translate3d(3.6%, 0, 0) scale(1.12, 1.04) skewX(-1deg);
  }

  76% {
    transform: translate3d(-1.4%, 0, 0) scale(1.19, 1.09) skewX(1.6deg);
  }

  100% {
    transform: translate3d(-3.2%, 0, 0) scale(1.08, 1.03) skewX(-1.8deg);
  }
}

@keyframes landing-footer-aurora-drift {
  0% {
    transform: translate3d(4%, 0, 0) scale(1.08, 1.02) skewX(1.4deg);
  }

  30% {
    transform: translate3d(-2.4%, 0, 0) scale(1.18, 1.07) skewX(-1.6deg);
  }

  60% {
    transform: translate3d(-4.2%, 0, 0) scale(1.12, 1.04) skewX(1deg);
  }

  84% {
    transform: translate3d(1.8%, 0, 0) scale(1.2, 1.08) skewX(-1.2deg);
  }

  100% {
    transform: translate3d(4%, 0, 0) scale(1.08, 1.02) skewX(1.4deg);
  }
}

@keyframes app-icon-heartbeat {
  0%,
  100% {
    transform: none;
    box-shadow:
      0 28px 90px rgba(var(--accent-rgb), 0.22),
      0 0 58px 8px rgba(var(--accent-rgb), 0.12),
      inset 0 0 0 1px rgba(17, 17, 17, 0.06);
  }

  12% {
    transform: none;
    box-shadow:
      0 32px 100px rgba(var(--accent-rgb), 0.23),
      0 0 46px 8px rgba(var(--accent-rgb), 0.13),
      inset 0 0 0 1px rgba(17, 17, 17, 0.06);
  }

  22% {
    transform: none;
    box-shadow:
      0 30px 96px rgba(var(--accent-rgb), 0.22),
      0 0 34px 5px rgba(var(--accent-rgb), 0.12),
      inset 0 0 0 1px rgba(17, 17, 17, 0.06);
  }

  34% {
    transform: none;
    box-shadow:
      0 34px 108px rgba(var(--accent-rgb), 0.27),
      0 0 56px 12px rgba(var(--accent-rgb), 0.16),
      inset 0 0 0 1px rgba(17, 17, 17, 0.06);
  }

  50% {
    transform: none;
    box-shadow:
      0 28px 90px rgba(var(--accent-rgb), 0.22),
      0 0 58px 8px rgba(var(--accent-rgb), 0.12),
      inset 0 0 0 1px rgba(17, 17, 17, 0.06);
  }
}

@keyframes logo-eye-blink {
  0%,
  86%,
  89%,
  92%,
  95%,
  100% {
    transform: scaleY(1);
  }

  87.5%,
  93.5% {
    transform: scaleY(0.08);
  }
}

@keyframes splash-screen-fade {
  0%,
  78% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes splash-logo-fade {
  0% {
    opacity: 0;
    transform: scale(0.94);
  }

  10%,
  78% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {
  .splash-screen,
  .splash-logo,
  .landing-footer::before,
  .landing-footer::after,
  .login-brand-mark {
    animation-duration: 1ms;
  }

  .detail-bubble-field {
    opacity: 0.34;
  }
}

@media (max-width: 900px) {
  .workflow,
  .plans,
  .feature-card,
  .feature-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:nth-child(even) {
    min-height: 0;
  }

  .feature-card:nth-child(even) .feature-media {
    order: 0;
  }
}

@media (max-width: 620px) {
  .login-view {
    --landing-logo-size: min(300px, calc(100vw - 56px), 46vh);
  }

  .landing-actions,
  .site-header,
  .nav {
    display: grid;
  }

  .feature-card {
    padding: 18px;
  }

  .feature-phone {
    width: 214px;
    height: 464px;
    border-radius: 28px;
  }

  .feature-copy h3 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .app-store-button {
    width: min(300px, calc(100vw - 56px));
  }

  .waitlist-dialog {
    padding: 24px;
  }

  .waitlist-modal.is-complete .waitlist-dialog {
    width: min(360px, calc(100vw - 48px));
    padding: 16px;
  }

  .waitlist-input-row {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: relative;
    justify-content: start;
  }

  .nav {
    justify-items: start;
    gap: 10px;
  }
}
