:root {
  --rose-950: #321d2d;
  --rose-900: #4b2437;
  --rose-800: #6d2c49;
  --rose-700: #7d3654;
  --rose-600: #9c4163;
  --rose-500: #b75e7f;
  --rose-300: #e7a7bd;
  --rose-200: #f0c5d4;
  --rose-100: #fadce7;
  --rose-50: #fdf1f5;
  --paper: #fffafb;
  --surface: #fffbfc;
  --ink: #24191e;
  --muted: #6b5c62;
  --line: #e7d8dd;
  --mint-900: #173630;
  --mint-700: #496a63;
  --mint-300: #afd9d0;
  --mint-100: #d5ede7;
  --plum-100: #f4ddea;
  --shadow-sm: 0 10px 30px rgba(80, 41, 57, .08);
  --shadow-md: 0 22px 70px rgba(80, 41, 57, .14);
  --radius-sm: 16px;
  --radius-md: 28px;
  --radius-lg: 44px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Noto Sans Hebrew", "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform .2s;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 250, 251, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color .25s, box-shadow .25s, background .25s;
}

.site-header.scrolled {
  border-color: rgba(125, 54, 84, .09);
  background: rgba(255, 250, 251, .94);
  box-shadow: 0 8px 35px rgba(76, 43, 56, .07);
}

.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-inline-end: auto;
}

.brand img {
  border-radius: 15px;
  box-shadow: 0 7px 22px rgba(125, 54, 84, .13);
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: var(--rose-800);
  font-size: 1.2rem;
  letter-spacing: -.02em;
}

.brand small {
  color: var(--muted);
  font-size: .7rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #58474e;
  font-size: .9rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 12px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--rose-600);
  content: "";
  transition: width .25s;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s, background .2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.feature-tab:focus-visible,
a:focus-visible {
  outline: 3px solid var(--mint-300);
  outline-offset: 4px;
}

.button svg,
.mobile-download svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-small {
  min-width: 116px;
  padding: 12px 18px;
  background: var(--rose-700);
  color: white;
  box-shadow: 0 8px 22px rgba(125, 54, 84, .2);
}

.button-large {
  min-height: 66px;
  padding: 14px 25px;
  border-radius: 22px;
  font-size: 1rem;
}

.button-large small {
  display: block;
  color: rgba(255, 255, 255, .73);
  font-size: .66rem;
  font-weight: 500;
}

.button-primary {
  background: linear-gradient(135deg, var(--rose-600), var(--rose-700));
  color: white;
  box-shadow: 0 16px 38px rgba(125, 54, 84, .25);
}

.button-primary:hover {
  box-shadow: 0 19px 45px rgba(125, 54, 84, .32);
}

.button-quiet {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .74);
  color: var(--rose-800);
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 142px 0 78px;
  background:
    radial-gradient(circle at 82% 15%, rgba(250, 220, 231, .92), transparent 25%),
    linear-gradient(180deg, #fffafb 0%, #fdf5f8 100%);
}

.hero::after {
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 440px;
  height: 440px;
  border: 80px solid rgba(213, 237, 231, .44);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, .88fr);
  align-items: center;
  gap: 80px;
}

.hero-copy {
  padding-block: 32px;
}

.eyebrow,
.kicker {
  color: var(--rose-600);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(156, 65, 99, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
}

.eyebrow-heart {
  font-size: .9rem;
}

.hero h1 {
  max-width: 690px;
  margin: 25px 0 23px;
  color: var(--rose-950);
  font-size: clamp(3.5rem, 6.9vw, 6.9rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.hero h1 span {
  color: var(--rose-600);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.hero-lead {
  max-width: 630px;
  margin: 0;
  color: #5c4b52;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.75;
}

.hero-promise {
  margin: 20px 0 0;
  color: var(--rose-700);
  font-size: 1rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.tiny-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: var(--muted);
  font-size: .78rem;
}

.tiny-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tiny-trust i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--mint-900);
  font-size: .65rem;
  font-style: normal;
  font-weight: 900;
}

.hero-install-help {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--rose-700);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(125, 54, 84, .24);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.hero-install-help span {
  font-size: 1rem;
  transition: transform .2s;
}

.hero-install-help:hover span {
  transform: translateY(3px);
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.phone {
  position: relative;
  overflow: hidden;
  border: 9px solid #32252b;
  border-radius: 52px;
  background: #32252b;
  box-shadow: var(--shadow-md);
}

.phone::after {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 43px;
  pointer-events: none;
  content: "";
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 50%;
  width: 68px;
  height: 18px;
  border-radius: 999px;
  background: #32252b;
  transform: translateX(-50%);
}

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

.hero-phone {
  z-index: 2;
  width: 326px;
  height: 648px;
  transform: rotate(-3deg);
}

.float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 196px;
  padding: 13px 15px;
  border: 1px solid rgba(125, 54, 84, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .93);
  box-shadow: var(--shadow-sm);
}

.float-card span:last-child {
  display: grid;
  gap: 3px;
}

.float-card strong {
  color: var(--rose-900);
  font-size: .82rem;
}

.float-card small {
  color: var(--muted);
  font-size: .66rem;
}

.float-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--rose-100);
  color: var(--rose-700);
  font-weight: 900;
}

.float-card-private {
  top: 110px;
  right: -25px;
}

.float-card-offline {
  bottom: 100px;
  left: -35px;
}

.petal {
  position: absolute;
  border-radius: 70% 30% 70% 30%;
  background: rgba(240, 197, 212, .55);
}

.petal-one {
  top: 45px;
  left: 35px;
  width: 110px;
  height: 180px;
  transform: rotate(28deg);
}

.petal-two {
  right: 0;
  bottom: 45px;
  width: 130px;
  height: 205px;
  background: rgba(175, 217, 208, .47);
  transform: rotate(-34deg);
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-blob-one {
  top: 80px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: rgba(240, 174, 198, .2);
}

.hero-blob-two {
  right: 38%;
  bottom: -180px;
  width: 360px;
  height: 360px;
  background: rgba(213, 237, 231, .38);
}

.trust-strip {
  position: relative;
  z-index: 5;
  border-block: 1px solid rgba(125, 54, 84, .08);
  background: rgba(255, 255, 255, .78);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
  display: flex;
  min-height: 116px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 24px 18px;
}

.trust-grid article + article {
  border-right: 1px solid var(--line);
}

.trust-grid article div {
  display: grid;
  gap: 5px;
}

.trust-grid strong {
  color: var(--rose-900);
  font-size: .92rem;
}

.trust-grid small {
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.5;
}

.line-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: var(--rose-50);
  color: var(--rose-600);
}

.line-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.install-guide {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(125, 54, 84, .07);
  background:
    radial-gradient(circle at 4% 35%, rgba(213, 237, 231, .55), transparent 24%),
    radial-gradient(circle at 96% 78%, rgba(250, 220, 231, .6), transparent 25%),
    #fffdfd;
}

.install-guide::before {
  position: absolute;
  top: 160px;
  right: -110px;
  width: 250px;
  height: 250px;
  border: 44px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  content: "";
}

.install-guide-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  align-items: center;
  gap: 70px;
  margin-top: 62px;
}

.install-steps {
  display: grid;
  gap: 11px;
}

.install-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 110px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(125, 54, 84, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .66);
  color: var(--ink);
  cursor: pointer;
  text-align: right;
  transition: border-color .25s, box-shadow .25s, transform .25s, background .25s;
}

.install-step::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  border-radius: 0 22px 22px 0;
  background: var(--rose-600);
  content: "";
  opacity: 0;
  transform: scaleY(.35);
  transition: opacity .25s, transform .25s;
}

.install-step:hover {
  border-color: rgba(125, 54, 84, .18);
  transform: translateX(-3px);
}

.install-step:focus-visible,
.demo-toggle:focus-visible {
  outline: 3px solid var(--mint-300);
  outline-offset: 3px;
}

.install-step.active {
  border-color: rgba(125, 54, 84, .19);
  background: white;
  box-shadow: 0 16px 48px rgba(80, 41, 57, .1);
}

.install-step.active::before {
  opacity: 1;
  transform: scaleY(1);
}

.install-step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: var(--rose-50);
  color: var(--rose-700);
  font-size: .88rem;
  font-weight: 900;
  transition: background .25s, color .25s;
}

.install-step.active .install-step-number {
  background: var(--rose-700);
  color: white;
}

.install-step-copy {
  display: grid;
  gap: 7px;
}

.install-step-copy strong {
  color: var(--rose-950);
  font-size: .98rem;
}

.install-step-copy small {
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.65;
}

.install-step-copy b {
  font-weight: 800;
}

.install-step-check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--mint-900);
  font-size: .7rem;
  font-weight: 900;
  opacity: 0;
  transform: scale(.6);
  transition: opacity .2s, transform .2s;
}

.install-step.complete .install-step-check {
  opacity: 1;
  transform: scale(1);
}

.install-demo {
  position: relative;
  width: min(100%, 520px);
  min-height: 690px;
  justify-self: center;
  padding: 18px;
  border: 1px solid rgba(125, 54, 84, .11);
  border-radius: 38px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 35px 100px rgba(80, 41, 57, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.install-demo::before {
  position: absolute;
  z-index: -1;
  right: -30px;
  bottom: 70px;
  width: 140px;
  height: 140px;
  border-radius: 45% 55% 65% 35%;
  background: var(--mint-100);
  content: "";
  transform: rotate(18deg);
}

.install-demo-header,
.install-demo-footer {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: 7px;
}

.install-demo-header > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #63535a;
  font-size: .69rem;
  font-weight: 800;
}

.install-demo-header > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55a387;
  box-shadow: 0 0 0 5px rgba(85, 163, 135, .12);
}

.demo-toggle {
  display: inline-flex;
  min-width: 76px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--rose-700);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 800;
}

.demo-toggle-icon {
  font-size: .72rem;
  letter-spacing: -.12em;
}

.install-demo-phone {
  position: relative;
  height: 550px;
  overflow: hidden;
  border: 8px solid #382a31;
  border-radius: 31px;
  background: #f9f7f8;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .14),
    0 18px 50px rgba(41, 28, 34, .18);
  direction: rtl;
}

.install-demo-phone::before {
  position: absolute;
  z-index: 20;
  top: 6px;
  left: 50%;
  width: 64px;
  height: 16px;
  border-radius: 0 0 10px 10px;
  background: #382a31;
  content: "";
  transform: translateX(-50%);
}

.demo-statusbar {
  position: relative;
  z-index: 18;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 17px 0;
  background: white;
  color: #3e3338;
  direction: ltr;
  font-size: .56rem;
  font-weight: 800;
}

.install-screen {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #f8f6f7;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-24px) scale(.985);
  transition: opacity .38s ease, transform .45s ease;
}

.install-screen.active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.demo-browser-bar {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 7px;
  min-height: 50px;
  padding: 8px 13px;
  border-bottom: 1px solid #e9e3e6;
  background: white;
  color: #65575d;
  direction: ltr;
  font-size: .58rem;
}

.demo-browser-bar > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-lock {
  color: #5b8d7c;
  font-size: .56rem;
}

.demo-browser-bar b {
  font-size: 1rem;
  text-align: center;
}

.demo-page {
  display: grid;
  justify-items: center;
  padding: 55px 28px 30px;
  background:
    radial-gradient(circle at 20% 15%, var(--mint-100), transparent 31%),
    linear-gradient(160deg, #fffafb, var(--rose-50));
  text-align: center;
}

.demo-heart {
  display: grid;
  width: 59px;
  height: 59px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 19px;
  background: white;
  color: var(--rose-600);
  box-shadow: 0 10px 28px rgba(80, 41, 57, .1);
  font-size: 1.4rem;
}

.demo-page strong {
  color: var(--rose-900);
  font-size: 1.35rem;
}

.demo-page small {
  margin-top: 5px;
  color: var(--muted);
  font-size: .62rem;
}

.demo-download-button {
  min-width: 180px;
  margin-top: 28px;
  padding: 14px 20px;
  border-radius: 15px;
  background: var(--rose-700);
  color: white;
  box-shadow: 0 11px 30px rgba(125, 54, 84, .22);
  font-size: .72rem;
  font-weight: 900;
}

.demo-download-card {
  position: absolute;
  right: 16px;
  bottom: 18px;
  left: 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid #e5dce0;
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 35px rgba(57, 38, 46, .13);
}

.demo-file-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--rose-50);
  color: var(--rose-700);
  font-weight: 900;
}

.demo-download-card > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.demo-download-card strong {
  overflow: hidden;
  color: #3f3037;
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-download-card small {
  color: var(--muted);
  font-size: .57rem;
}

.demo-download-card > i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--mint-900);
  font-size: .58rem;
  font-style: normal;
}

.demo-settings-title {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 18px;
  padding: 10px 19px;
  border-bottom: 1px solid #ece7e9;
  background: white;
  color: #32262c;
}

.demo-settings-title span {
  font-size: 1.7rem;
  transform: rotate(180deg);
}

.demo-settings-title strong {
  font-size: .77rem;
}

.demo-source {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 30px 22px 20px;
}

.demo-source-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #dd665f, #e7b75b 45%, #64a66f 45%, #4c79c7);
  color: white;
  box-shadow: 0 8px 23px rgba(50, 39, 44, .12);
  font-size: 1rem;
  font-weight: 900;
}

.demo-source > span:last-child {
  display: grid;
  gap: 4px;
}

.demo-source strong {
  color: #382c32;
  font-size: .82rem;
}

.demo-source small {
  color: var(--muted);
  font-size: .58rem;
}

.demo-setting-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 16px;
  margin: 0 14px;
  padding: 20px 12px;
  border-block: 1px solid #e8e2e5;
}

.demo-setting-row > span:first-child {
  display: grid;
  gap: 5px;
}

.demo-setting-row strong {
  color: #382c32;
  font-size: .75rem;
}

.demo-setting-row small {
  max-width: 230px;
  color: var(--muted);
  font-size: .57rem;
  line-height: 1.5;
}

.demo-switch {
  position: relative;
  width: 43px;
  height: 25px;
  border-radius: 30px;
  background: #d2c9cd;
  transition: background .4s .55s;
}

.demo-switch i {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 8px rgba(30, 23, 26, .22);
  transition: transform .4s .55s;
}

.install-screen.active .demo-switch {
  background: var(--rose-600);
}

.install-screen.active .demo-switch i {
  transform: translateX(-18px);
}

.demo-settings-note {
  margin: 18px 25px;
  padding: 14px;
  border-radius: 13px;
  background: var(--mint-100);
  color: var(--mint-900);
  font-size: .59rem;
  line-height: 1.65;
}

.demo-dialog {
  position: absolute;
  top: 50%;
  right: 22px;
  left: 22px;
  display: grid;
  justify-items: center;
  padding: 28px 23px 20px;
  border: 1px solid #e4dde0;
  border-radius: 25px;
  background: white;
  box-shadow: 0 24px 70px rgba(45, 31, 37, .2);
  text-align: center;
  transform: translateY(-50%);
}

.demo-app-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, white, var(--rose-100));
  color: var(--rose-600);
  box-shadow: 0 9px 25px rgba(80, 41, 57, .12);
  font-size: 1.35rem;
}

.demo-dialog > strong {
  color: #33262c;
  font-size: .92rem;
}

.demo-dialog p {
  max-width: 300px;
  margin: 11px 0 24px;
  color: #66585e;
  font-size: .64rem;
  line-height: 1.7;
}

.demo-dialog-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  border-top: 1px solid #eee8eb;
  padding-top: 14px;
  color: var(--rose-700);
  font-size: .62rem;
  font-weight: 900;
}

.demo-dialog-actions span {
  padding: 9px 11px;
  border-radius: 10px;
}

.demo-action-highlight {
  background: var(--rose-50);
  box-shadow: 0 0 0 1px rgba(125, 54, 84, .08);
}

.demo-dialog-expanded {
  top: 44%;
}

.demo-success {
  position: absolute;
  z-index: 7;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid #cadfd9;
  border-radius: 16px;
  background: #f2fffb;
  box-shadow: 0 14px 38px rgba(34, 65, 57, .18);
  opacity: 0;
  transform: translateY(20px);
}

.install-screen.active .demo-success {
  animation: show-install-success 4.2s ease forwards;
}

.demo-success > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-700);
  color: white;
  font-size: .75rem;
  font-weight: 900;
}

.demo-success > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.demo-success strong {
  color: var(--mint-900);
  font-size: .67rem;
}

.demo-success small {
  color: #58716a;
  font-size: .55rem;
}

.demo-success b {
  padding: 8px 10px;
  border-radius: 9px;
  background: var(--mint-700);
  color: white;
  font-size: .58rem;
}

.demo-tap {
  position: absolute;
  z-index: 8;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(125, 54, 84, .68);
  border-radius: 50%;
  opacity: 0;
}

.install-screen.active .demo-tap {
  animation: demo-tap 1.25s ease-out .65s 2;
}

.demo-tap-download {
  top: 60%;
  right: 47%;
}

.demo-tap-toggle {
  top: 157px;
  left: 19px;
}

.demo-tap-more {
  right: 45px;
  bottom: 137px;
}

.demo-tap-install {
  right: 56px;
  bottom: 163px;
}

.install-demo-footer {
  min-height: 56px;
  padding-top: 6px;
}

.install-demo-footer p {
  margin: 0;
  color: #67575e;
  font-size: .65rem;
  font-weight: 800;
}

.demo-progress {
  display: flex;
  gap: 5px;
}

.demo-progress i {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #d8ccd1;
  transition: width .25s, background .25s;
}

.demo-progress i.active {
  width: 20px;
  background: var(--rose-600);
}

.install-safety {
  display: flex;
  max-width: 990px;
  align-items: center;
  gap: 16px;
  margin: 38px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(73, 106, 99, .13);
  border-radius: 20px;
  background: rgba(213, 237, 231, .62);
  color: var(--mint-900);
}

.install-safety-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: white;
  color: var(--rose-600);
  box-shadow: 0 7px 20px rgba(48, 77, 69, .09);
}

.install-safety p {
  margin: 0;
  font-size: .76rem;
  line-height: 1.75;
}

.install-guide-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--rose-700);
  font-size: .74rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(125, 54, 84, .25);
  text-underline-offset: 5px;
}

.install-guide-link span {
  transition: transform .2s;
}

.install-guide-link:hover span {
  transform: translateX(-3px);
}

@keyframes demo-tap {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  35% {
    opacity: .78;
  }
  100% {
    opacity: 0;
    transform: scale(2.1);
  }
}

@keyframes show-install-success {
  0%,
  54% {
    opacity: 0;
    transform: translateY(20px);
  }
  67%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 680px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.privacy h2,
.start h2 {
  margin: 15px 0 20px;
  color: var(--rose-950);
  font-size: clamp(2.3rem, 4.7vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.section-heading p,
.privacy-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.why {
  background:
    radial-gradient(circle at 15% 45%, rgba(213, 237, 231, .36), transparent 18%),
    var(--paper);
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 58px;
}

.value-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(125, 54, 84, .07);
  border-radius: var(--radius-md);
}

.value-card.rose {
  background: linear-gradient(145deg, #fff7fa, var(--rose-100));
}

.value-card.mint {
  background: linear-gradient(145deg, #f8fffd, var(--mint-100));
}

.value-card.plum {
  background: linear-gradient(145deg, #fff9fc, var(--plum-100));
}

.value-card::after {
  position: absolute;
  bottom: -85px;
  left: -60px;
  width: 190px;
  height: 190px;
  border: 38px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  content: "";
}

.card-number {
  color: rgba(73, 47, 58, .48);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.heart-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 47px 0 24px;
  place-items: center;
  border-radius: 19px;
  background: rgba(255, 255, 255, .62);
  color: var(--rose-600);
  box-shadow: 0 8px 30px rgba(99, 50, 69, .08);
  font-size: 1.5rem;
}

.value-card.mint .heart-mark {
  color: var(--mint-700);
}

.value-card h3 {
  margin: 0 0 12px;
  color: var(--rose-950);
  font-size: 1.35rem;
}

.value-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #68565e;
  font-size: .92rem;
  line-height: 1.75;
}

.experience {
  overflow: hidden;
  background: #fdf4f7;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 100px;
}

.feature-tabs {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

.feature-tab {
  position: relative;
  display: grid;
  width: 100%;
  gap: 5px;
  padding: 18px 21px 18px 54px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 19px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: right;
  transition: background .25s, border-color .25s, transform .25s;
}

.feature-tab::after {
  position: absolute;
  top: 50%;
  left: 21px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.feature-tab:hover {
  transform: translateX(-3px);
}

.feature-tab.active {
  border-color: rgba(125, 54, 84, .1);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-sm);
  color: var(--rose-700);
}

.feature-tab span {
  font-size: 1rem;
  font-weight: 800;
}

.feature-tab small {
  color: var(--muted);
  font-size: .76rem;
}

.soft-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  padding: 17px 19px;
  border-radius: 18px;
  background: var(--mint-100);
  color: var(--mint-900);
}

.soft-note > span {
  font-size: 1.25rem;
}

.soft-note p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.6;
}

.experience-visual {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
}

.feature-phone {
  z-index: 2;
  width: 340px;
  height: 680px;
  transition: transform .35s, opacity .25s;
}

.feature-phone.changing {
  opacity: .3;
  transform: translateY(8px) scale(.985);
}

.screen-glow {
  position: absolute;
  width: 610px;
  height: 610px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--rose-100), rgba(250, 220, 231, 0) 68%);
}

.screen-caption {
  position: absolute;
  z-index: 4;
  right: -18px;
  bottom: 65px;
  display: grid;
  min-width: 260px;
  gap: 4px;
  padding: 17px 19px;
  border: 1px solid rgba(125, 54, 84, .09);
  border-radius: 19px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-sm);
}

.screen-caption strong {
  color: var(--rose-800);
  font-size: .9rem;
}

.screen-caption span {
  color: var(--muted);
  font-size: .72rem;
}

.privacy {
  position: relative;
  overflow: hidden;
  background: var(--rose-950);
  color: white;
}

.privacy::before {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 560px;
  height: 560px;
  border: 90px solid rgba(240, 174, 198, .055);
  border-radius: 50%;
  content: "";
}

.privacy-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr .78fr;
  align-items: center;
  gap: 120px;
}

.privacy h2 {
  color: white;
}

.kicker-light {
  color: var(--rose-300);
}

.privacy-copy > p {
  color: #ddced4;
}

.privacy-list {
  display: grid;
  gap: 15px;
  margin: 35px 0 30px;
  padding: 0;
  list-style: none;
  color: #f8edf1;
}

.privacy-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: .94rem;
}

.privacy-list span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(213, 237, 231, .13);
  color: var(--mint-300);
  font-size: .72rem;
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rose-700);
  font-size: .86rem;
  font-weight: 800;
}

.light-link {
  color: var(--rose-300);
}

.text-link span {
  transition: transform .2s;
}

.text-link:hover span {
  transform: translateX(-4px);
}

.privacy-seal {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
}

.seal {
  position: relative;
  z-index: 3;
  display: grid;
  width: 270px;
  height: 270px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 0 70px rgba(255, 255, 255, .035);
}

.seal img {
  margin-bottom: 14px;
  border-radius: 28px;
}

.seal strong {
  font-size: 1.5rem;
}

.seal span {
  margin-top: 4px;
  color: var(--rose-300);
}

.seal small {
  margin-top: 3px;
  color: #bbaab1;
  font-size: .68rem;
}

.seal-orbit {
  position: absolute;
  border: 1px solid rgba(240, 174, 198, .15);
  border-radius: 50%;
}

.orbit-one {
  width: 380px;
  height: 380px;
}

.orbit-two {
  width: 460px;
  height: 460px;
  border-style: dashed;
  animation: spin 45s linear infinite;
}

.orbit-two::after {
  position: absolute;
  top: 27px;
  left: 75px;
  color: var(--rose-300);
  content: "♥";
  font-size: 1.2rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.move {
  background:
    radial-gradient(circle at 90% 50%, rgba(213, 237, 231, .46), transparent 28%),
    var(--paper);
}

.move-grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  gap: 100px;
}

.move-visual {
  position: relative;
  display: grid;
  min-height: 480px;
  place-items: center;
}

.backup-card {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: 15px;
  display: grid;
  width: 315px;
  gap: 10px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow-md);
  transform: rotate(4deg);
}

.backup-lock {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 19px;
  background: var(--rose-100);
  color: var(--rose-700);
}

.backup-lock svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.file-name {
  direction: ltr;
  overflow: hidden;
  color: var(--rose-950);
  font-size: .83rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.encrypted-pill {
  justify-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mint-100);
  color: var(--mint-900);
  font-size: .68rem;
  font-weight: 800;
}

.new-phone {
  position: absolute;
  right: 225px;
  bottom: 25px;
  display: grid;
  width: 190px;
  height: 330px;
  place-items: center;
  align-content: center;
  gap: 18px;
  border: 8px solid #3a2b32;
  border-radius: 38px;
  background: linear-gradient(145deg, var(--rose-50), var(--rose-100));
  box-shadow: var(--shadow-md);
  transform: rotate(-5deg);
}

.new-phone::before {
  position: absolute;
  top: 10px;
  width: 52px;
  height: 13px;
  border-radius: 999px;
  background: #3a2b32;
  content: "";
}

.new-phone-heart {
  color: var(--rose-600);
  font-size: 3.4rem;
}

.new-phone small {
  color: var(--muted);
  font-weight: 700;
}

.transfer-line {
  position: absolute;
  z-index: 5;
  top: 255px;
  right: 175px;
  display: flex;
  gap: 12px;
  transform: rotate(-16deg);
}

.transfer-line i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rose-500);
}

.backup-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.backup-steps span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #57474d;
  font-size: .75rem;
  font-weight: 700;
}

.backup-steps b {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-100);
  color: var(--rose-700);
  font-size: .65rem;
}

.backup-warning {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 19px 0 0 !important;
  color: var(--rose-700) !important;
  font-size: .78rem !important;
  font-weight: 700;
}

.transfer-guide {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  counter-reset: transfer-step;
  list-style: none;
}

.transfer-guide li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 11px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .74);
  color: #57474d;
  font-size: .78rem;
  line-height: 1.65;
  counter-increment: transfer-step;
}

.transfer-guide li::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-100);
  color: var(--rose-700);
  content: counter(transfer-step);
  font-size: .72rem;
  font-weight: 900;
}

.recovery-guide {
  background:
    radial-gradient(circle at 91% 9%, rgba(213, 237, 231, .65), transparent 24%),
    radial-gradient(circle at 8% 70%, rgba(248, 220, 226, .55), transparent 26%),
    var(--paper);
  scroll-margin-top: 90px;
}

.recovery-update-note,
.recovery-finish {
  display: flex;
  max-width: 890px;
  align-items: flex-start;
  gap: 14px;
  margin: 38px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(73, 133, 116, .22);
  border-radius: 22px;
  background: rgba(233, 247, 242, .82);
  color: #315f53;
}

.recovery-update-note > span,
.recovery-finish > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--rose-600);
  font-size: 1.05rem;
  box-shadow: 0 7px 18px rgba(78, 52, 63, .08);
}

.recovery-update-note p,
.recovery-finish p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.75;
}

.recovery-signature-note {
  border-color: rgba(188, 71, 91, .24);
  background: #fff1f2;
  color: #84384b;
}

.recovery-signature-note > span {
  background: #fff;
  color: #b83f59;
  font-weight: 950;
}

.recovery-steps {
  display: grid;
  max-width: 1060px;
  gap: 28px;
  margin: 58px auto 0;
}

.recovery-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  padding: 36px 52px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 65px rgba(91, 61, 73, .08);
}

.recovery-step:nth-child(even) .recovery-copy { order: 2; }
.recovery-step:nth-child(even) .recovery-shot { order: 1; }

.recovery-copy {
  position: relative;
}

.recovery-number {
  position: absolute;
  z-index: 0;
  top: -54px;
  left: -5px;
  color: rgba(185, 75, 113, .08);
  font-family: ui-rounded, "SF Pro Rounded", system-ui, sans-serif;
  font-size: 6.7rem;
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: 1;
}

.recovery-copy > *:not(.recovery-number) {
  position: relative;
  z-index: 1;
}

.recovery-copy h3 {
  margin: 8px 0 12px;
  color: var(--rose-950);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.18;
}

.recovery-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.85;
}

.recovery-tip,
.recovery-danger {
  margin-top: 17px !important;
  padding: 12px 14px;
  border-radius: 15px;
  background: var(--rose-50);
  color: #7a4558 !important;
  font-size: .8rem !important;
  line-height: 1.65 !important;
}

.recovery-danger {
  border: 1px solid rgba(188, 71, 91, .2);
  background: #fff1f2;
  color: #92384d !important;
}

.recovery-copy a:not(.button) {
  color: var(--rose-700);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.recovery-download {
  margin-top: 22px;
}

.recovery-shot {
  position: relative;
  justify-self: center;
  width: min(100%, 300px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 7px solid #3a2b32;
  border-radius: 35px;
  background: #fffafb;
  box-shadow: 0 24px 48px rgba(68, 46, 55, .18);
  color: #372b30;
  direction: rtl;
}

.recovery-shot::before {
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 50%;
  width: 72px;
  height: 15px;
  border-radius: 999px;
  background: #30252a;
  content: "";
  transform: translateX(-50%);
}

.shot-status {
  display: flex;
  height: 39px;
  align-items: end;
  justify-content: space-between;
  padding: 0 16px 7px;
  background: white;
  font-size: .55rem;
  font-weight: 900;
  direction: ltr;
}

.shot-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 17px;
  border-bottom: 1px solid #eadfe3;
  background: white;
  color: var(--rose-950);
  font-size: .83rem;
}

.shot-appbar span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 11px;
  background: var(--rose-100);
  color: var(--rose-600);
}

.shot-card {
  display: grid;
  gap: 0;
  margin: 18px 13px;
  padding: 13px;
  border: 1px solid #eadfe3;
  border-radius: 17px;
  background: white;
  box-shadow: 0 9px 22px rgba(63, 43, 51, .05);
}

.shot-card strong {
  margin-bottom: 8px;
  font-size: .74rem;
}

.shot-card span {
  padding: 10px 6px;
  border-top: 1px solid #f0e8eb;
  color: #56464c;
  font-size: .6rem;
}

.shot-card .shot-highlight {
  margin: 2px 0;
  border: 0;
  border-radius: 10px;
  background: var(--rose-100);
  color: var(--rose-800);
  font-weight: 900;
}

.shot-dialog {
  position: absolute;
  z-index: 5;
  right: 13px;
  bottom: 35px;
  left: 13px;
  display: grid;
  gap: 7px;
  padding: 17px;
  border-radius: 21px;
  background: white;
  box-shadow: 0 18px 52px rgba(49, 34, 40, .28);
}

.shot-dialog strong { margin-bottom: 3px; font-size: .72rem; }
.shot-dialog label { color: var(--muted); font-size: .49rem; }

.password-dots {
  padding: 8px 10px;
  border: 1px solid #d9cbd0;
  border-radius: 8px;
  color: #725763;
  direction: ltr;
  font-size: .66rem;
  letter-spacing: .12em;
}

.shot-dialog > div,
.android-dialog > div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
  margin-top: 5px;
  color: var(--rose-700);
  font-size: .57rem;
}

.files-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 13px;
  border-bottom: 1px solid #e4e6ea;
  background: white;
  font-size: .7rem;
}

.files-toolbar > span { font-size: 1.1rem; }
.files-toolbar > b { color: #1967d2; }

.folder-pill {
  width: fit-content;
  margin: 17px 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e9f1ff;
  color: #185abc;
  font-size: .58rem;
  font-weight: 900;
}

.backup-file-row,
.restore-file-pop,
.download-complete,
.mail-confirm {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 8px 13px;
  padding: 12px;
  border: 1px solid #e4e6ea;
  border-radius: 15px;
  background: white;
  box-shadow: 0 8px 22px rgba(45, 54, 72, .07);
  direction: ltr;
}

.backup-file-row > span:nth-child(2),
.restore-file-pop p,
.download-complete p,
.mail-confirm p {
  display: grid;
  min-width: 0;
  flex: 1;
  margin: 0;
}

.backup-file-row b,
.restore-file-pop b,
.download-complete b {
  overflow: hidden;
  font-size: .48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.backup-file-row small,
.restore-file-pop small,
.download-complete small,
.mail-confirm small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .45rem;
}

.file-lock {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--rose-100);
  color: var(--rose-700);
}

.backup-file-row i,
.restore-file-pop i,
.download-complete i {
  color: #258b68;
  font-style: normal;
  font-weight: 900;
}

.mail-confirm {
  position: absolute;
  right: 9px;
  bottom: 33px;
  left: 9px;
  border-color: rgba(65, 145, 116, .25);
  background: #effaf5;
  color: #306f5b;
  direction: rtl;
}

.mail-confirm > span { font-size: 1.1rem; }
.mail-confirm b { font-size: .58rem; }

.android-home {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(155deg, #f8dfe7 0%, #fef6f8 45%, #dff2ec 100%);
}

.home-cloud {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}

.cloud-one { top: 100px; right: -40px; width: 180px; height: 180px; }
.cloud-two { bottom: 70px; left: -55px; width: 210px; height: 210px; }

.home-app {
  position: absolute;
  top: 145px;
  right: 50%;
  display: grid;
  justify-items: center;
  gap: 6px;
  transform: translateX(50%);
}

.home-app span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, var(--rose-100));
  color: var(--rose-600);
  font-size: 1.8rem;
  box-shadow: 0 12px 27px rgba(82, 51, 63, .16);
}

.home-app small { font-size: .55rem; font-weight: 800; }

.android-dialog {
  position: absolute;
  z-index: 5;
  right: 15px;
  bottom: 46px;
  left: 15px;
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 23px 18px 16px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 22px 55px rgba(52, 38, 44, .26);
  text-align: center;
}

.dialog-heart {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 14px;
  background: var(--rose-100);
  color: var(--rose-600);
  font-size: 1.45rem;
}

.android-dialog strong { font-size: .74rem; }
.android-dialog p { margin: 0; color: var(--muted); font-size: .54rem; line-height: 1.55; }
.android-dialog > div { width: 100%; justify-content: space-around; margin-top: 9px; }

.browser-address {
  margin: 8px 10px 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f0f1f3;
  color: #60636a;
  font-size: .47rem;
  text-align: center;
}

.download-shot {
  display: grid;
  justify-items: center;
  align-content: start;
  background: linear-gradient(180deg, #fffafb, #fff 55%);
  text-align: center;
}

.download-shot .shot-status,
.restore-shot .shot-status { width: 100%; box-sizing: border-box; }

.download-heart {
  display: grid;
  width: 66px;
  height: 66px;
  margin-top: 48px;
  place-items: center;
  border-radius: 22px;
  background: var(--rose-100);
  color: var(--rose-600);
  font-size: 2rem;
}

.download-shot > strong { margin-top: 17px; color: var(--rose-950); font-size: .88rem; }
.download-shot > p { margin: 7px 0 18px; color: var(--muted); font-size: .51rem; }

.fake-download {
  display: grid;
  width: 75%;
  gap: 3px;
  padding: 12px;
  border-radius: 14px;
  background: var(--rose-700);
  color: white;
  font-size: .64rem;
  font-weight: 900;
}

.fake-download small { opacity: .8; font-size: .42rem; }

.download-complete {
  position: absolute;
  right: 9px;
  bottom: 32px;
  left: 9px;
  text-align: left;
}

.download-complete > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #e9f1ff;
  color: #185abc;
  font-weight: 900;
}

.restore-shot {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fffafb;
  text-align: center;
}

.restore-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-top: 42px;
  place-items: center;
  border-radius: 18px;
  background: var(--rose-100);
  color: var(--rose-700);
  font-size: 1.55rem;
  font-weight: 900;
}

.restore-shot > strong { width: 82%; margin-top: 16px; color: var(--rose-950); font-size: .78rem; }
.restore-shot > p { width: 78%; margin: 9px 0 14px; color: var(--muted); font-size: .49rem; line-height: 1.6; }

.restore-private {
  display: flex;
  width: 78%;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 13px;
  background: #e9f5f1;
  color: #35685a;
  text-align: right;
}

.restore-private span { font-size: .8rem; }
.restore-private small { font-size: .44rem; line-height: 1.5; }

.restore-button {
  width: 78%;
  margin-top: 18px;
  padding: 11px;
  border-radius: 13px;
  background: var(--rose-700);
  color: white;
  font-size: .57rem;
  font-weight: 900;
}

.restore-skip { margin-top: 10px; color: var(--rose-700); font-size: .52rem; font-weight: 800; }

.restore-file-pop {
  position: absolute;
  right: 9px;
  bottom: 28px;
  left: 9px;
  text-align: left;
}

.restore-file-pop > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--rose-100);
  color: var(--rose-700);
}

.recovery-finish {
  max-width: 760px;
  align-items: center;
  margin-top: 42px;
  border-color: rgba(185, 75, 113, .2);
  background: linear-gradient(135deg, var(--rose-50), rgba(233, 247, 242, .8));
  color: var(--rose-950);
}

.recovery-finish strong { font-size: 1rem; }
.recovery-finish p { margin-top: 4px; color: var(--muted); }

.start {
  padding-top: 60px;
  background: var(--paper);
}

.start-card {
  position: relative;
  overflow: hidden;
  padding: 78px 35px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 30%, rgba(213, 237, 231, .85), transparent 26%),
    linear-gradient(135deg, var(--rose-50), var(--rose-100));
  text-align: center;
}

.start-card::after {
  position: absolute;
  top: -165px;
  left: -90px;
  width: 370px;
  height: 370px;
  border: 65px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  content: "";
}

.start-heart {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 21px;
  background: white;
  color: var(--rose-600);
  box-shadow: var(--shadow-sm);
  font-size: 1.65rem;
}

.start h2 {
  margin-bottom: 10px;
}

.start-card > p {
  margin: 0 0 30px;
  color: var(--muted);
}

.start-card .button {
  position: relative;
  z-index: 2;
}

.install-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
}

.install-note i {
  color: var(--rose-500);
  font-style: normal;
}

.medical-note {
  padding: 24px 0 56px;
}

.medical-note p {
  max-width: 900px;
  margin: 0 auto;
  color: #74656b;
  font-size: .72rem;
  line-height: 1.75;
  text-align: center;
}

.site-footer {
  padding: 45px 0;
  border-top: 1px solid var(--line);
  background: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand div {
  display: grid;
  gap: 4px;
}

.footer-brand strong {
  color: var(--rose-800);
  font-size: 1.1rem;
}

.footer-brand span {
  color: var(--muted);
  font-size: .7rem;
}

.footer-links {
  display: flex;
  gap: 23px;
  color: #5d4e54;
  font-size: .78rem;
  font-weight: 700;
}

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

.site-footer p {
  justify-self: end;
  margin: 0;
  color: var(--muted);
  font-size: .7rem;
}

.site-footer p span {
  color: var(--rose-600);
}

.mobile-download {
  display: none;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}

.js .reveal[data-delay="1"] {
  transition-delay: .12s;
}

.js .reveal[data-delay="2"] {
  transition-delay: .24s;
}

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

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 34px, 760px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 125px;
  }

  .hero-grid,
  .install-guide-layout,
  .experience-grid,
  .privacy-grid,
  .move-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 35px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions,
  .tiny-trust {
    justify-content: center;
  }

  .hero-visual {
    min-height: 650px;
  }

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

  .trust-grid article:nth-child(3) {
    border-right: 0;
  }

  .trust-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .install-guide-layout {
    gap: 42px;
  }

  .install-demo {
    order: -1;
  }

  .install-steps {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .value-cards {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-inline: auto;
  }

  .value-card {
    min-height: 280px;
  }

  .heart-mark {
    margin-top: 33px;
  }

  .experience-grid {
    gap: 45px;
  }

  .experience-copy .section-heading {
    margin-inline: auto;
    text-align: center;
  }

  .feature-tabs,
  .soft-note {
    max-width: 620px;
    margin-inline: auto;
  }

  .soft-note {
    margin-top: 24px;
  }

  .privacy-grid {
    gap: 40px;
  }

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

  .privacy-seal {
    min-height: 450px;
  }

  .move-grid {
    gap: 25px;
  }

  .recovery-step {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 32px;
    padding: 34px 30px;
  }

  .move-visual {
    order: 2;
  }

  .move .section-heading {
    margin-inline: auto;
    text-align: center;
  }

  .backup-steps,
  .backup-warning {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer p {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 78px;
  }

  .site-header {
    background: rgba(255, 250, 251, .94);
  }

  .nav {
    min-height: 68px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand small {
    display: none;
  }

  .nav > .button {
    display: none;
  }

  .hero {
    padding: 106px 0 48px;
  }

  .hero::after {
    display: none;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-promise {
    font-size: .88rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .tiny-trust {
    gap: 10px;
    font-size: .7rem;
  }

  .hero-install-help {
    justify-content: center;
  }

  .hero-visual {
    min-height: 570px;
  }

  .hero-phone {
    width: 278px;
    height: 556px;
  }

  .float-card {
    min-width: 164px;
    padding: 11px;
  }

  .float-card-private {
    top: 70px;
    right: -7px;
  }

  .float-card-offline {
    bottom: 58px;
    left: -8px;
  }

  .float-card strong {
    font-size: .72rem;
  }

  .float-card small {
    font-size: .58rem;
  }

  .petal-one {
    left: -20px;
  }

  .petal-two {
    right: -35px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    min-height: 95px;
    justify-content: start;
    padding: 20px 24px;
  }

  .trust-grid article + article,
  .trust-grid article:nth-child(3) {
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .install-guide-layout {
    gap: 30px;
    margin-top: 38px;
  }

  .recovery-guide .section-heading h2 br {
    display: none;
  }

  .recovery-update-note,
  .recovery-finish {
    align-items: flex-start;
    padding: 16px;
  }

  .recovery-steps {
    gap: 22px;
    margin-top: 36px;
  }

  .recovery-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 32px 18px 24px;
    border-radius: 26px;
  }

  .recovery-step .recovery-copy {
    order: 1;
  }

  .recovery-step .recovery-shot {
    order: 2;
    width: min(100%, 280px);
  }

  .recovery-number {
    top: -28px;
    font-size: 5rem;
  }

  .recovery-copy h3 {
    font-size: 1.65rem;
  }

  .install-demo {
    min-height: 623px;
    padding: 11px;
    border-radius: 29px;
  }

  .install-demo-header {
    padding-inline: 5px;
  }

  .install-demo-phone {
    height: 500px;
    border-width: 7px;
    border-radius: 25px;
  }

  .install-step {
    grid-template-columns: 39px minmax(0, 1fr) 20px;
    min-height: 0;
    gap: 11px;
    padding: 15px 14px;
    border-radius: 19px;
  }

  .install-step-number {
    width: 39px;
    height: 39px;
    border-radius: 13px;
  }

  .install-step-copy strong {
    font-size: .9rem;
  }

  .install-step-copy small {
    font-size: .69rem;
  }

  .install-step-check {
    width: 20px;
    height: 20px;
  }

  .demo-page {
    padding-top: 39px;
  }

  .demo-dialog {
    right: 14px;
    left: 14px;
    padding-inline: 17px;
  }

  .demo-dialog-actions {
    gap: 3px;
  }

  .demo-dialog-actions span {
    padding-inline: 8px;
  }

  .demo-tap-more {
    bottom: 115px;
  }

  .demo-tap-install {
    bottom: 140px;
  }

  .install-demo-footer {
    min-height: 50px;
  }

  .install-demo-footer p {
    font-size: .59rem;
  }

  .install-safety {
    align-items: flex-start;
    margin-top: 28px;
    padding: 16px;
  }

  .install-safety-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .install-safety p {
    font-size: .7rem;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .privacy h2,
  .start h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .section-heading p,
  .privacy-copy > p {
    font-size: .98rem;
  }

  .value-cards {
    margin-top: 38px;
  }

  .value-card {
    min-height: 265px;
    padding: 27px;
  }

  .feature-tab {
    padding-right: 17px;
  }

  .experience-visual {
    min-height: 610px;
  }

  .feature-phone {
    width: 292px;
    height: 584px;
  }

  .screen-caption {
    right: -4px;
    bottom: 30px;
    min-width: 230px;
  }

  .privacy-grid {
    gap: 25px;
  }

  .privacy-seal {
    min-height: 380px;
  }

  .seal {
    width: 230px;
    height: 230px;
  }

  .orbit-one {
    width: 300px;
    height: 300px;
  }

  .orbit-two {
    width: 370px;
    height: 370px;
  }

  .move-visual {
    min-height: 410px;
    transform: scale(.86);
  }

  .backup-card {
    right: 0;
  }

  .new-phone {
    right: 170px;
  }

  .transfer-line {
    right: 155px;
  }

  .backup-steps {
    display: grid;
  }

  .start {
    padding-top: 30px;
  }

  .start-card {
    padding: 58px 20px;
    border-radius: 30px;
  }

  .start-card > p {
    font-size: .9rem;
  }

  .install-note i {
    display: none;
  }

  .install-guide-link {
    max-width: 260px;
    justify-content: center;
    line-height: 1.6;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mobile-download {
    position: fixed;
    z-index: 90;
    right: 14px;
    bottom: 12px;
    left: 14px;
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--rose-600), var(--rose-700));
    color: white;
    box-shadow: 0 15px 40px rgba(62, 31, 44, .36);
    font-size: .95rem;
    font-weight: 900;
  }

  .mobile-download svg {
    width: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

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

  .demo-tap {
    display: none;
  }
}
