/* Babyphone.Online 2026 brand refresh
   Visual overrides only: existing structure, content and JavaScript behaviour stay intact. */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/quicksand-latin.woff2") format("woff2");
}

/* ========================================================================== *
 * Baby unit dashboard — live camera first, compact liquid-glass controls
 * ========================================================================== */
#screenBaby {
  min-height: 100dvh;
  padding: 18px;
  background:
    radial-gradient(circle at 11% 8%, rgba(95, 174, 255, 0.22), transparent 30%),
    radial-gradient(circle at 91% 14%, rgba(255, 111, 158, 0.18), transparent 29%),
    linear-gradient(145deg, #f7fbff 0%, #fff9fc 48%, #f4f8ff 100%);
}

#screenBaby .bdash {
  width: min(1660px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(340px, 0.78fr);
  grid-template-areas:
    "top top"
    "title title"
    "video controls"
    "stats controls"
    "pair features"
    "tip tip";
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 30px 80px rgba(12, 47, 99, 0.11),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(28px) saturate(1.2);
}

#screenBaby .dash-topbar {
  grid-area: top;
  min-height: 68px;
  margin: 0;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(95, 174, 255, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 34px rgba(47, 143, 240, 0.08),
    inset 0 1px 0 #fff;
}

#screenBaby .dash-titlerow {
  grid-area: title;
  margin: 0;
  padding: 2px 4px 0;
}

#screenBaby .dash-title h1 {
  color: #0c2f63;
  letter-spacing: -0.035em;
}

#screenBaby .vcard.baby {
  grid-area: video;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(95, 174, 255, 0.44);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(47, 143, 240, 0.22), transparent 45%),
    linear-gradient(150deg, #0c2f63, #061b3d) !important;
  box-shadow:
    0 24px 55px rgba(12, 47, 99, 0.22),
    0 0 0 8px rgba(255, 255, 255, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#screenBaby .vcard.baby video {
  object-fit: cover;
}

#screenBaby .vcard-focus,
#screenBaby .vcard-shade {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(7, 31, 70, 0.62);
  color: #fff;
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

#screenBaby .bstat-row {
  grid-area: stats;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

#screenBaby .bstat {
  min-height: 116px;
  padding: 18px 20px;
  border: 1px solid rgba(95, 174, 255, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow:
    0 14px 35px rgba(12, 47, 99, 0.075),
    inset 0 1px 0 #fff;
}

#screenBaby .bstat-h {
  color: #0c2f63;
  font-weight: 800;
}

#screenBaby .bstat > b,
#screenBaby .bstat .big {
  color: #0c2f63;
}

#screenBaby .bgrid {
  display: contents;
}

#screenBaby .bpair {
  grid-area: pair;
  min-height: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(95, 174, 255, 0.23);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 255, 0.7));
  box-shadow:
    0 18px 44px rgba(12, 47, 99, 0.08),
    inset 0 1px 0 #fff;
}

#screenBaby .bpair-row {
  margin-top: 14px;
}

#screenBaby .bpair-code {
  padding: 8px 14px;
  border: 1px solid rgba(47, 143, 240, 0.18);
  border-radius: 14px;
  color: #2f8ff0;
  background: rgba(245, 250, 255, 0.85);
  letter-spacing: 0.18em;
}

#screenBaby .bpair-qrrow {
  margin-top: 18px;
  align-items: center;
}

#screenBaby .bpair-qr {
  border: 8px solid #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(12, 47, 99, 0.1);
}

#screenBaby .btoggles {
  grid-area: controls;
  align-self: stretch;
  min-height: 0;
  margin: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(95, 174, 255, 0.22);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.82), rgba(245, 250, 255, 0.58));
  box-shadow:
    0 22px 56px rgba(12, 47, 99, 0.11),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(24px);
}

#screenBaby .btgl {
  flex: 0 0 auto;
  min-height: 82px;
  margin: 0;
  padding: 13px 14px;
  gap: 12px;
  border: 1px solid rgba(95, 174, 255, 0.18);
  border-radius: 20px;
  color: #0c2f63;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 9px 24px rgba(12, 47, 99, 0.06),
    inset 0 1px 0 #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#screenBaby .btgl:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 143, 240, 0.42);
  box-shadow: 0 13px 28px rgba(47, 143, 240, 0.12);
}

#screenBaby .btgl:focus-visible {
  outline: 3px solid rgba(47, 143, 240, 0.34);
  outline-offset: 2px;
}

#screenBaby .btgl:has(.switch.on) {
  border-color: rgba(47, 143, 240, 0.32);
  background:
    linear-gradient(135deg, rgba(245, 250, 255, 0.96), rgba(239, 246, 255, 0.82));
}

#screenBaby .btgl-ic {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid rgba(95, 174, 255, 0.2);
  border-radius: 15px;
  color: #2f8ff0;
  background: linear-gradient(145deg, #f5faff, #e7f2ff);
  box-shadow: inset 0 1px 0 #fff;
}

#screenBaby .btgl-t b {
  font-size: 16px;
  color: #0c2f63;
}

#screenBaby .btgl-t small {
  margin-top: 4px;
  color: #6e9fde;
}

#screenBaby .switch {
  flex: 0 0 50px;
  width: 50px;
  height: 29px;
  border: 1px solid rgba(47, 143, 240, 0.2);
  background: #e5edf8;
}

#screenBaby .switch.on {
  border-color: #2f8ff0;
  background: linear-gradient(135deg, #5faeff, #2f8ff0);
  box-shadow: 0 8px 18px rgba(47, 143, 240, 0.25);
}

#screenBaby .btiles {
  grid-area: features;
  align-self: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

#screenBaby .btile {
  min-height: 0;
  padding: 18px 12px;
  border: 1px solid rgba(95, 174, 255, 0.18);
  border-radius: 22px;
  color: #0c2f63;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 12px 28px rgba(12, 47, 99, 0.07),
    inset 0 1px 0 #fff;
}

#screenBaby .bt-ic {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #2f8ff0;
  background: linear-gradient(145deg, #f5faff, #e7f2ff);
}

#screenBaby .btip {
  grid-area: tip;
  margin: 0;
  border: 1px solid rgba(255, 111, 158, 0.2);
  border-radius: 18px;
  color: #0c2f63;
  background: linear-gradient(90deg, rgba(255, 245, 248, 0.9), rgba(245, 250, 255, 0.88));
}

@media (max-width: 1050px) {
  #screenBaby .bdash {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "title"
      "video"
      "stats"
      "controls"
      "pair"
      "features"
      "tip";
  }

  #screenBaby .btoggles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #screenBaby .btgl:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 680px) {
  #screenBaby {
    padding: 0;
  }

  #screenBaby .bdash {
    padding: 10px;
    gap: 12px;
    border-radius: 0;
  }

  #screenBaby .dash-topbar {
    min-height: 60px;
    border-radius: 18px;
  }

  #screenBaby .vcard.baby {
    border-radius: 22px;
    box-shadow:
      0 18px 38px rgba(12, 47, 99, 0.2),
      0 0 0 4px rgba(255, 255, 255, 0.66);
  }

  #screenBaby .bstat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  #screenBaby .bstat {
    min-height: 98px;
    padding: 13px 10px;
    border-radius: 17px;
  }

  #screenBaby .bstat small {
    font-size: 10px;
  }

  #screenBaby .btoggles {
    display: flex;
    border-radius: 24px;
  }

  #screenBaby .btgl {
    min-height: 72px;
  }

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

  #screenBaby .bpair {
    padding: 18px;
    border-radius: 24px;
  }
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/nunito-latin.woff2") format("woff2");
}

:root {
  --bp-pink: #ff6f9e;
  --bp-pink-soft: #ff8db2;
  --bp-pink-hover: #e95e8b;
  --bp-blue: #2f8ff0;
  --bp-blue-light: #5faeff;
  --bp-blue-hover: #2479d8;
  --bp-navy: #0c2f63;
  --bp-muted: #6e9fde;
  --bp-white: #ffffff;
  --bp-sky: #f5faff;
  --bp-blush: #fff5f8;
  --bp-line: rgba(110, 159, 222, 0.28);
  --bp-glass: rgba(255, 255, 255, 0.68);
  --bp-glass-strong: rgba(255, 255, 255, 0.86);
  --bp-shadow: 0 24px 70px rgba(12, 47, 99, 0.13);
  --bp-shadow-soft: 0 12px 34px rgba(47, 143, 240, 0.12);
  --bp-radius: 28px;
  --bp-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* {
  scrollbar-color: var(--bp-muted) transparent;
}

::selection {
  color: var(--bp-navy);
  background: rgba(255, 111, 158, 0.26);
}

:where(a, button, input, select, [role="button"], [role="switch"]):focus-visible {
  outline: 3px solid rgba(47, 143, 240, 0.42) !important;
  outline-offset: 3px;
}

.bp-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font: 700 20px/1 "Quicksand", "Nunito", sans-serif;
  letter-spacing: -0.035em;
}

.bp-wordmark > span:first-child {
  color: var(--bp-pink);
}

.bp-wordmark > span:last-child {
  color: var(--bp-blue);
}

.bp-brand-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 7px 11px rgba(47, 143, 240, 0.18));
}

.bp-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.bp-brand-lockup.compact .bp-brand-icon {
  width: 32px;
  height: 32px;
}

.bp-brand-lockup.compact .bp-wordmark {
  font-size: 16px;
}

/* --------------------------------------------------------------------------
   Landing
   -------------------------------------------------------------------------- */

body:not(.app-mode):not(.content-page) {
  color: var(--bp-navy);
  background:
    radial-gradient(circle at 10% 8%, rgba(95, 174, 255, 0.26), transparent 27rem),
    radial-gradient(circle at 92% 18%, rgba(255, 141, 178, 0.26), transparent 25rem),
    linear-gradient(145deg, var(--bp-white) 0%, var(--bp-sky) 48%, var(--bp-blush) 100%);
  background-attachment: fixed;
}

.lp {
  --lp-surface: rgba(255, 255, 255, 0.72);
  --lp-surface-2: rgba(245, 250, 255, 0.9);
  --lp-line: var(--bp-line);
  --lp-text: var(--bp-navy);
  --lp-muted: #557aa9;
  --lp-accent: var(--bp-pink);
  --lp-accent-2: var(--bp-pink-soft);
  --lp-ok: #2a9b76;
  color: var(--bp-navy);
  position: relative;
  isolation: isolate;
}

.lp::before,
.lp::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(8px);
}

.lp::before {
  width: min(42vw, 560px);
  aspect-ratio: 1;
  left: -14vw;
  top: 36vh;
  background: radial-gradient(circle, rgba(47, 143, 240, 0.13), transparent 68%);
}

.lp::after {
  width: min(38vw, 500px);
  aspect-ratio: 1;
  right: -12vw;
  top: 62vh;
  background: radial-gradient(circle, rgba(255, 111, 158, 0.14), transparent 68%);
}

.lp-nav {
  position: sticky;
  top: 12px;
  z-index: 30;
  margin: 12px 0 20px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(245, 250, 255, 0.58));
  box-shadow: 0 14px 44px rgba(12, 47, 99, 0.08), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.lp-brand {
  gap: 9px;
}

.lp-logo {
  display: none;
}

.lp-navlink {
  color: #456d9f;
  transition: color 180ms var(--bp-ease);
}

.lp-navlink:hover {
  color: var(--bp-blue);
}

.lp .lang-pill,
.content-page .lang-pill {
  color: var(--bp-navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--bp-line);
  box-shadow: inset 0 1px 0 #fff;
}

.lp .lang-pill .lang-select,
.lp .lang-pill .globe,
.content-page select.lang-select,
.content-page .lang-pill svg {
  color: var(--bp-navy);
}

.lp-hero {
  min-height: min(690px, 72vh);
  gap: clamp(26px, 5vw, 68px);
  padding: clamp(28px, 6vw, 78px) 2px 30px;
}

.lp-hero-text h1 {
  max-width: 650px;
  color: var(--bp-navy);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.lp-sub {
  color: #4e719e;
  font-size: clamp(17px, 2vw, 20px);
}

.lp-bullets {
  max-width: 500px;
}

.lp-bullets b {
  color: var(--bp-navy);
}

.lp-bullets small {
  color: #557aa9;
}

.lp-b-ic {
  color: var(--bp-blue);
  background: linear-gradient(145deg, rgba(95, 174, 255, 0.18), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(95, 174, 255, 0.24);
  box-shadow: inset 0 1px 0 #fff;
}

.lp-b-ic svg {
  color: var(--bp-blue);
}

.lp-hero-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 42px 42px 110px 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 32%, rgba(95, 174, 255, 0.28), transparent 34%),
    radial-gradient(circle at 74% 66%, rgba(255, 141, 178, 0.3), transparent 34%),
    rgba(255, 255, 255, 0.56);
  box-shadow: var(--bp-shadow), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

.bp-hero-logo {
  position: absolute;
  inset: -2% -11%;
  width: 122%;
  height: 104%;
  object-fit: cover;
  filter: brightness(1.68) contrast(1.12) saturate(1.35);
  mix-blend-mode: multiply;
  opacity: 0.82;
}

.bp-hero-baby {
  position: absolute;
  right: 3%;
  bottom: -2%;
  width: min(46%, 260px);
  filter: drop-shadow(0 20px 24px rgba(12, 47, 99, 0.18));
  animation: bp-float 5.5s ease-in-out infinite;
}

.bp-hero-heart,
.bp-hero-sleep {
  position: absolute;
  width: clamp(86px, 19%, 132px);
  filter: drop-shadow(0 15px 20px rgba(12, 47, 99, 0.14));
}

.bp-hero-heart {
  left: 5%;
  bottom: 4%;
  transform: rotate(-8deg);
}

.bp-hero-sleep {
  right: 8%;
  top: 5%;
  transform: rotate(7deg);
}

@keyframes bp-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1deg); }
  50% { transform: translate3d(0, -9px, 0) rotate(-1deg); }
}

.lp-choose {
  position: relative;
  overflow: hidden;
  margin-top: 52px;
  padding: clamp(22px, 4vw, 38px);
  color: var(--bp-navy);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(245, 250, 255, 0.58));
  box-shadow: var(--bp-shadow), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(28px) saturate(155%);
  backdrop-filter: blur(28px) saturate(155%);
}

.lp-choose::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 260px;
  right: -130px;
  bottom: -90px;
  background: url("brand/baby-moods-grid.png") center / cover no-repeat;
  opacity: 0.055;
  transform: rotate(-6deg);
}

.lp-h2 {
  color: var(--bp-navy);
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.035em;
}

.lp-framed {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--bp-line);
}

.lp-row + .lp-row,
.lp-cell + .lp-cell {
  border-color: var(--bp-line);
}

.lp-cell-txt h3,
.lp-cell-code label,
.lp-qr-text h4 {
  color: var(--bp-navy);
}

.lp-cell-txt p,
.lp-cell-code small,
.lp-qr-text small {
  color: #557aa9;
}

.lp-role-baby {
  width: min(190px, 36vw);
  height: auto;
  filter: drop-shadow(0 18px 22px rgba(12, 47, 99, 0.16));
}

.lp-role-parent {
  width: min(145px, 29vw);
  height: auto;
  filter: drop-shadow(0 18px 22px rgba(47, 143, 240, 0.18));
}

.lp-btn {
  min-height: 48px;
  color: #fff;
  background: linear-gradient(135deg, var(--bp-blue-light), var(--bp-blue));
  box-shadow: 0 12px 28px rgba(47, 143, 240, 0.24);
  transition: transform 180ms var(--bp-ease), box-shadow 180ms var(--bp-ease), background 180ms var(--bp-ease);
}

.lp-row-roles .lp-cell:first-child .lp-btn {
  background: linear-gradient(135deg, var(--bp-pink-soft), var(--bp-pink));
  box-shadow: 0 12px 28px rgba(255, 111, 158, 0.24);
}

.lp-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--bp-blue), var(--bp-blue-hover));
  box-shadow: 0 16px 34px rgba(47, 143, 240, 0.28);
}

.lp-row-roles .lp-cell:first-child .lp-btn:hover {
  background: linear-gradient(135deg, var(--bp-pink), var(--bp-pink-hover));
  box-shadow: 0 16px 34px rgba(255, 111, 158, 0.3);
}

.lp-code-input {
  color: var(--bp-navy);
  background: rgba(245, 250, 255, 0.86);
  border-color: var(--bp-line);
  box-shadow: inset 0 1px 0 #fff;
}

.lp-code-input:focus {
  border-color: var(--bp-blue);
  box-shadow: 0 0 0 4px rgba(47, 143, 240, 0.12);
}

.lp-code-input::placeholder {
  color: var(--bp-muted);
}

.lp-qr-btn,
.lp-qr-preview {
  border-color: var(--bp-line);
  background-color: rgba(255, 255, 255, 0.8);
}

.lp-or {
  color: var(--bp-muted);
  background: var(--bp-white);
  border-color: var(--bp-line);
}

.lp-assure {
  border-color: var(--bp-line);
}

.lp-assure span {
  color: #4d719e;
}

.lp-trust {
  position: relative;
  isolation: isolate;
  margin-top: 72px;
}

.lp-trust::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38px -4vw;
  background: url("brand/baby-moods-grid.png") center / min(1120px, 100%) auto no-repeat;
  opacity: 0.035;
  filter: saturate(1.2);
}

.lp-trust-grid {
  gap: 16px;
}

.lp-trust-item {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  padding: 24px 22px 132px;
  color: var(--bp-navy);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 255, 0.58));
  box-shadow: var(--bp-shadow-soft), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.lp-trust-item:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 245, 248, 0.65));
}

.lp-trust-item b {
  color: var(--bp-navy);
}

.lp-trust-item p {
  color: #557aa9;
}

.lp-trust-ic {
  background: rgba(95, 174, 255, 0.13);
  border: 1px solid rgba(95, 174, 255, 0.2);
}

.lp-trust-ic svg {
  color: var(--bp-blue);
}

.bp-trust-baby {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 126px;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 14px 18px rgba(12, 47, 99, 0.14));
}

.lp-trust-item:nth-child(2) .bp-trust-baby {
  width: 134px;
}

.lp-trust-item:nth-child(4) .bp-trust-baby {
  width: 122px;
}

.lp-footer {
  border-color: var(--bp-line);
}

.lp-footer p,
.lp-foot-links a,
.lp-foot-ver {
  color: #557aa9;
}

.lp-foot-links a:hover {
  color: var(--bp-blue);
}

.lp-footer-brand .bp-brand-icon {
  width: 36px;
  height: 36px;
}

/* --------------------------------------------------------------------------
   Parent and baby app screens
   -------------------------------------------------------------------------- */

body.app-mode {
  color: var(--bp-navy);
  background:
    radial-gradient(circle at 12% 8%, rgba(95, 174, 255, 0.25), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(255, 141, 178, 0.22), transparent 25rem),
    linear-gradient(145deg, var(--bp-white), var(--bp-sky) 54%, var(--bp-blush));
  background-attachment: fixed;
}

.dash,
.bdash {
  --d-bg: var(--bp-sky);
  --d-surf: rgba(255, 255, 255, 0.72);
  --d-surf2: rgba(245, 250, 255, 0.88);
  --d-line: var(--bp-line);
  --d-text: var(--bp-navy);
  --d-muted: #557aa9;
  --d-accent: var(--bp-blue);
  --d-accent2: var(--bp-blue-hover);
  --d-ok: #2a9b76;
  color: var(--bp-navy);
  position: relative;
  isolation: isolate;
}

.dash::before,
.bdash::before {
  content: "";
  position: fixed;
  z-index: -1;
  right: -170px;
  bottom: -130px;
  width: 620px;
  height: 420px;
  background: url("brand/babyphone-online-logo-glow.png") center / cover no-repeat;
  opacity: 0.045;
  filter: brightness(1.5) saturate(1.3);
  pointer-events: none;
}

.dash-side,
.dash-status,
.ameter,
.statcard,
.evlog,
.dpanel,
.bstat,
.bcard,
.btile,
.btip,
.pair-box,
.plus-panel,
.vcard {
  border-color: rgba(255, 255, 255, 0.88) !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(245, 250, 255, 0.42)) !important;
  box-shadow: var(--bp-shadow-soft), inset 0 1px 0 #fff !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.dash-title h1,
.dash-title small b,
.bstat b,
.bcard-h span,
.btgl-t b,
.btile b,
.dpanel-h,
.dpanel-h2,
body.app-mode .pair-head h1,
body.app-mode .pair-box h4 {
  color: var(--bp-navy) !important;
}

.dash-title small,
.bstat small,
.bcard-h small,
.btgl-t small,
.btile small,
.dpanel-sub,
.connecting-row,
body.app-mode .pair-head .unit-sub,
body.app-mode .backlink a {
  color: #557aa9 !important;
}

.dash-brand {
  gap: 8px;
}

.dash-logo-img {
  display: none !important;
}

.dash-head {
  margin-bottom: 20px;
}

.dash-title-ic,
.btgl-ic,
.btile .bt-ic,
.evrow .ev-ic,
.cb-ic,
.dnav.active,
.lp-trust-ic {
  color: var(--bp-blue) !important;
  background: rgba(95, 174, 255, 0.13) !important;
  border-color: rgba(95, 174, 255, 0.2) !important;
}

.dash-title-ic.baby {
  color: var(--bp-pink) !important;
  background: rgba(255, 111, 158, 0.13) !important;
}

.dnav {
  color: #6181aa;
}

.dnav:hover {
  color: var(--bp-navy);
  background: rgba(95, 174, 255, 0.09);
}

.dnav.active {
  color: var(--bp-blue) !important;
}

.dash .lang-pill,
.bdash .lang-pill {
  color: var(--bp-navy);
  border-color: var(--bp-line);
  background: rgba(255, 255, 255, 0.78);
}

.dash .lang-pill .lang-select,
.bdash .lang-pill .lang-select,
.dash .lang-pill .globe,
.bdash .lang-pill .globe {
  color: var(--bp-navy);
}

.vcard {
  overflow: hidden;
}

.vcard-poster {
  background:
    radial-gradient(circle at 28% 32%, rgba(95, 174, 255, 0.32), transparent 32%),
    radial-gradient(circle at 76% 68%, rgba(255, 141, 178, 0.28), transparent 33%),
    linear-gradient(145deg, #eaf5ff, #fff4f8) !important;
}

.vcard-badge,
.vcard-focus,
.vcard-hd,
.vcard-shade {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(12, 47, 99, 0.7) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.ctrlbtn,
.musicbtn,
.icon-btn,
.dsb-fs,
.dash-gear,
.switch,
.bpair-code,
body.app-mode .bigcode,
body.app-mode .bigcode-input,
body.app-mode .btn.secondary {
  color: var(--bp-navy) !important;
  border-color: var(--bp-line) !important;
  background: rgba(255, 255, 255, 0.75) !important;
  box-shadow: inset 0 1px 0 #fff;
}

.ctrlbtn:hover,
.musicbtn:hover,
.icon-btn:hover,
.dsb-fs:hover {
  border-color: rgba(47, 143, 240, 0.5) !important;
  background: rgba(245, 250, 255, 0.96) !important;
}

.ctrlbtn.active,
.musicbtn.on,
.talk-big.on,
.switch.on,
.btn,
body.app-mode .btn {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--bp-blue-light), var(--bp-blue)) !important;
  box-shadow: 0 12px 28px rgba(47, 143, 240, 0.24) !important;
}

.ctrlbtn.danger,
.btn-stop,
.bctrl.danger.active {
  color: #fff !important;
  background: linear-gradient(135deg, var(--bp-pink-soft), var(--bp-pink)) !important;
  box-shadow: 0 12px 28px rgba(255, 111, 158, 0.24) !important;
}

.switch::after {
  background: #98b6d8;
}

.switch.on::after {
  background: #fff;
}

.bpair-code,
body.app-mode .bigcode,
.qr-hint,
.waiting-pill {
  color: var(--bp-blue) !important;
}

body.app-mode .waiting-pill {
  background: rgba(47, 143, 240, 0.12) !important;
}

body.app-mode .waiting-pill .spinner {
  border-color: rgba(47, 143, 240, 0.22);
  border-top-color: var(--bp-blue);
}

.plus-badge,
.plus-cta {
  background: linear-gradient(135deg, var(--bp-pink-soft), var(--bp-pink)) !important;
}

/* --------------------------------------------------------------------------
   Guide, legal and information pages
   -------------------------------------------------------------------------- */

body.content-page {
  min-height: 100vh;
  color: var(--bp-navy);
  background:
    radial-gradient(circle at 8% 8%, rgba(95, 174, 255, 0.25), transparent 26rem),
    radial-gradient(circle at 92% 14%, rgba(255, 141, 178, 0.24), transparent 25rem),
    linear-gradient(145deg, var(--bp-white), var(--bp-sky) 52%, var(--bp-blush));
  background-attachment: fixed;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, sans-serif;
}

.content-page .wrap {
  max-width: 860px;
}

.content-page header {
  padding-top: 10px;
}

.content-page .brand {
  gap: 9px;
  text-decoration: none;
}

.content-page .brand > img:not(.bp-brand-icon) {
  display: none;
}

.content-page .back {
  color: #557aa9;
  font-weight: 700;
}

.content-page .back:hover,
.content-page footer a:hover {
  color: var(--bp-blue);
}

.content-page main,
.content-page .post {
  position: relative;
  overflow: hidden;
  color: var(--bp-navy);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  padding: clamp(24px, 5vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.83), rgba(245, 250, 255, 0.56));
  box-shadow: var(--bp-shadow), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

.content-page main::after,
.content-page .post::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -36px;
  width: 150px;
  height: 150px;
  background: url("brand/baby-sleeping.png") center / contain no-repeat;
  opacity: 0.09;
  pointer-events: none;
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page dt,
.content-page .step b,
.content-page ul.features li b {
  color: var(--bp-navy);
}

.content-page h1 {
  letter-spacing: -0.035em;
}

.content-page p,
.content-page li,
.content-page dd,
.content-page .lede,
.content-page ol.steps li,
.content-page ul.features li span {
  color: #466b99;
}

.content-page a {
  color: var(--bp-blue);
}

.content-page .updated,
.content-page .post-meta,
.content-page figcaption,
.content-page footer,
.content-page footer a {
  color: #6b8fb9;
}

.content-page .kicker {
  color: var(--bp-pink);
}

.content-page main .step .n,
.content-page ol.steps li::before {
  color: #fff;
  background: linear-gradient(135deg, var(--bp-blue-light), var(--bp-blue));
  box-shadow: 0 10px 24px rgba(47, 143, 240, 0.22);
}

.content-page .keybox,
.content-page .warnbox,
.content-page .note,
.content-page ul.features li {
  color: #466b99;
  border-color: var(--bp-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(245, 250, 255, 0.5));
  box-shadow: var(--bp-shadow-soft), inset 0 1px 0 #fff;
}

.content-page figure img {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 52px rgba(12, 47, 99, 0.16), inset 0 1px 0 #fff;
}

.content-page .cta {
  color: var(--bp-navy);
  border-color: rgba(255, 111, 158, 0.28);
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 141, 178, 0.22), transparent 44%),
    rgba(255, 255, 255, 0.7);
  box-shadow: var(--bp-shadow-soft), inset 0 1px 0 #fff;
}

.content-page .cta.btn,
.content-page .btn,
.content-page a.cta {
  color: #fff;
  background: linear-gradient(135deg, var(--bp-pink-soft), var(--bp-pink));
  box-shadow: 0 12px 28px rgba(255, 111, 158, 0.24);
}

.content-page footer {
  border-color: var(--bp-line);
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .lp-nav,
  .lp-hero-visual,
  .lp-choose,
  .lp-trust-item,
  .dash-side,
  .dash-status,
  .ameter,
  .statcard,
  .evlog,
  .dpanel,
  .bstat,
  .bcard,
  .btile,
  .btip,
  .pair-box,
  .content-page main,
  .content-page .post {
    background-color: #f8fbff !important;
  }
}

@media (min-width: 760px) {
  .lp-hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  }

  .lp-hero-text {
    align-self: center;
  }
}

@media (max-width: 759px) {
  .lp-nav {
    top: 8px;
  }

  .lp-nav-right {
    gap: 9px;
  }

  .lp-navlink {
    display: none;
  }

  .lp-hero {
    min-height: 0;
    padding-top: 36px;
  }

  .lp-hero-text h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .lp-hero-visual {
    min-height: 350px;
    border-radius: 34px 34px 78px 34px;
  }

  .bp-hero-logo {
    inset: 2% -16%;
    width: 132%;
    height: 96%;
  }

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

@media (max-width: 520px) {
  .lp {
    padding-inline: 14px;
  }

  .bp-wordmark {
    font-size: 17px;
  }

  .bp-brand-icon {
    width: 36px;
    height: 36px;
  }

  .lp-nav .bp-wordmark {
    display: none;
  }

  .lp-nav .lp-brand,
  .lp-nav .bp-brand-lockup {
    flex: 0 0 auto;
  }

  .lp-footer .bp-wordmark {
    display: inline-flex;
  }

  .lp .lang-pill {
    padding: 7px 9px;
  }

  .lp-hero-visual {
    min-height: 310px;
  }

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

  .lp-trust-item {
    min-height: 240px;
  }

  .content-page .wrap {
    padding-inline: 14px;
  }

  .content-page header {
    align-items: flex-start;
  }

  .content-page .bp-wordmark {
    font-size: 15px;
  }

  .content-page .bp-brand-icon {
    width: 32px;
    height: 32px;
  }

  .content-page footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 4px;
    overflow-wrap: anywhere;
  }

  .content-page footer a {
    margin-inline: 4px;
  }

  .content-page footer > div {
    flex-basis: 100%;
  }
}

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

/* ==========================================================================
   Calm Signal — award direction v2
   One open canvas, one role dock, one continuous signal path.
   ========================================================================== */

body:not(.app-mode):not(.content-page) {
  background:
    radial-gradient(circle at 9% 15%, rgba(95, 174, 255, 0.15), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(255, 111, 158, 0.13), transparent 25rem),
    linear-gradient(145deg, #ffffff 0%, #f8fbff 54%, #fff8fa 100%);
}

.setup-wrap {
  overflow: clip;
}

.lp {
  width: min(1380px, calc(100% - 44px));
  max-width: none;
  padding: 0;
}

.lp-nav {
  top: 14px;
  min-height: 66px;
  margin: 14px 0 0;
  padding: 10px 13px 10px 18px;
  border-color: rgba(255, 255, 255, 0.94);
  border-radius: 23px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(245, 250, 255, 0.7));
  box-shadow:
    0 18px 55px rgba(12, 47, 99, 0.08),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(110, 159, 222, 0.1);
}

.lp-nav::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 143, 240, 0.38), rgba(255, 111, 158, 0.36), transparent);
}

.lp-brand {
  text-decoration: none;
}

.lp-nav .bp-brand-icon {
  width: 46px;
  height: 46px;
}

.lp-nav .bp-wordmark {
  font-size: 22px;
}

.lp-nav-right {
  gap: 12px;
}

.lp-navlink {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--bp-navy);
  font-size: 14px;
  font-weight: 800;
}

.lp-navlink:hover {
  color: var(--bp-blue);
  background: rgba(95, 174, 255, 0.1);
}

.lp .lang-pill {
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.lp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  min-height: 655px;
  padding: clamp(64px, 7vw, 94px) 18px 112px;
}

.lp-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -13vw;
  right: -13vw;
  bottom: 24px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(47, 143, 240, 0.1), transparent 61%),
    linear-gradient(170deg, transparent 24%, rgba(95, 174, 255, 0.08) 43%, rgba(255, 141, 178, 0.07) 65%, transparent 80%);
  filter: blur(10px);
  transform: rotate(-2deg);
}

.lp-hero-text {
  position: relative;
  z-index: 3;
}

.lp-hero-text h1 {
  max-width: 680px;
  margin: 0;
  color: var(--bp-navy);
  font-size: clamp(58px, 6.3vw, 94px);
  line-height: 0.93;
  letter-spacing: -0.067em;
  text-wrap: balance;
}

.lp-sub {
  max-width: 650px;
  margin-top: 28px;
  color: #52749e;
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 600;
  line-height: 1.55;
}

.lp-bullets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 30px;
}

.lp-bullets li {
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.lp-bullets .lp-b-ic {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  border-radius: 13px;
}

.lp-bullets b {
  font-size: 13px;
  line-height: 1.25;
}

.lp-bullets small {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.35;
}

.lp-hero-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 50% 44% 52% 46% / 48% 52% 44% 56%;
  background: #f5faff;
  box-shadow:
    0 42px 110px rgba(47, 143, 240, 0.15),
    0 18px 55px rgba(255, 111, 158, 0.09),
    inset 0 0 0 1px rgba(110, 159, 222, 0.13),
    inset 24px 18px 50px rgba(255, 255, 255, 0.72);
  transform: rotate(1.4deg);
}

.lp-hero-visual::before,
.lp-hero-visual::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
  border-radius: 50%;
}

.lp-hero-visual::before {
  inset: 4%;
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    inset -8px -2px 0 rgba(47, 143, 240, 0.05),
    inset 7px 2px 0 rgba(255, 111, 158, 0.05);
}

.lp-hero-visual::after {
  width: 42%;
  height: 18%;
  left: 29%;
  bottom: 4%;
  background: radial-gradient(ellipse, rgba(12, 47, 99, 0.15), transparent 70%);
  filter: blur(18px);
}

.bp-hero-motion {
  position: absolute;
  z-index: 1;
  inset: -1%;
  width: 102%;
  height: 102%;
  object-fit: cover;
  border-radius: inherit;
  filter: saturate(1.02) contrast(1.01);
  transform: rotate(-1.4deg) scale(1.03);
}

.bp-hero-logo {
  z-index: 0;
  inset: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  opacity: 0.035;
  filter: brightness(1.65) saturate(1.2);
  mix-blend-mode: multiply;
}

.bp-hero-glint {
  position: absolute;
  z-index: 5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 30px 8px rgba(95, 174, 255, 0.28);
  pointer-events: none;
}

.bp-hero-glint-a {
  left: 18%;
  top: 21%;
}

.bp-hero-glint-b {
  right: 16%;
  bottom: 22%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 26px 7px rgba(255, 111, 158, 0.25);
}

.lp-choose {
  position: relative;
  z-index: 8;
  margin: -82px 18px 0;
  padding: 28px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 141, 178, 0.11), transparent 30%),
    radial-gradient(circle at 96% 100%, rgba(95, 174, 255, 0.13), transparent 34%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.91), rgba(245, 250, 255, 0.73));
  box-shadow:
    0 32px 90px rgba(12, 47, 99, 0.12),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(110, 159, 222, 0.13);
}

.lp-choose::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--bp-pink), var(--bp-blue), transparent);
  opacity: 0.55;
}

.lp-choose::after {
  right: 12px;
  bottom: -24px;
  width: 240px;
  height: 178px;
  opacity: 0.025;
}

.lp-h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(25px, 2.6vw, 36px);
  letter-spacing: -0.045em;
}

.lp-framed {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lp-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.lp-row + .lp-row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(110, 159, 222, 0.16);
}

.lp-cell {
  min-width: 0;
  border: 1px solid rgba(110, 159, 222, 0.19) !important;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 #fff;
}

.lp-row-roles .lp-cell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 202px;
  padding: 18px;
}

.lp-row-roles .lp-cell:first-child {
  border-color: rgba(255, 111, 158, 0.23) !important;
  background: linear-gradient(145deg, rgba(255, 245, 248, 0.85), rgba(255, 255, 255, 0.57));
}

.lp-row-roles .lp-cell:nth-child(2) {
  border-color: rgba(47, 143, 240, 0.22) !important;
  background: linear-gradient(145deg, rgba(245, 250, 255, 0.9), rgba(255, 255, 255, 0.57));
}

.lp-cell-top,
.lp-cell-top.rev {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.lp-cell-top.rev {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.lp-cell-txt {
  min-width: 0;
}

.lp-cell-txt h3 {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.035em;
}

.lp-cell-txt p {
  max-width: 350px;
  margin-top: 4px;
  line-height: 1.45;
}

.lp-illus {
  flex: 0 0 122px;
  width: 122px;
  height: 112px;
  display: grid;
  place-items: center;
}

.lp-role-baby {
  width: 150px;
}

.lp-role-parent {
  width: 115px;
}

.lp-btn {
  min-height: 52px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
}

.lp-row-roles .lp-btn {
  align-self: end;
  margin-top: 14px;
}

.lp-row-connect .lp-cell {
  padding: 16px;
}

.lp-cell-code-row {
  display: grid;
  grid-template-columns: minmax(155px, 0.75fr) minmax(150px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.lp-cell-code-row label {
  line-height: 1.3;
}

.lp-code-input {
  min-height: 48px;
  border-radius: 14px;
}

.lp-row-connect .lp-btn.sm {
  min-width: 118px;
}

.lp-cell-code > small {
  display: block;
  margin: 8px 0 0;
}

.lp-cell-qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-qr-btn {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
}

.lp-qr-preview {
  width: 40px;
  height: 40px;
  border-radius: 9px;
}

.lp-or {
  z-index: 5;
  width: 30px;
  height: 30px;
  font-size: 9px;
  box-shadow: 0 6px 18px rgba(12, 47, 99, 0.08);
}

.lp-row-roles > .lp-or {
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}

.lp-row-connect > .lp-or {
  left: 50%;
  top: calc(50% + 7px);
  transform: translate(-50%, -50%);
}

.lp-assure {
  margin-top: 18px;
  padding-top: 16px;
}

.lp-assure > span {
  color: #52749e;
  font-size: 12px;
  font-weight: 800;
}

.lp-trust {
  margin: 116px 18px 0;
  padding: 52px 0 18px;
}

.lp-trust::before {
  inset: 0 -8vw;
  background:
    url("brand/baby-moods-grid.png") center 20% / min(1150px, 94vw) auto no-repeat,
    radial-gradient(ellipse at center, rgba(95, 174, 255, 0.08), transparent 66%);
  opacity: 0.035;
}

.lp-trust > .lp-h2 {
  margin-bottom: 38px;
  text-align: center;
  font-size: clamp(36px, 4.4vw, 58px);
}

.lp-trust-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}

.lp-trust-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 60px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(var(--bp-blue), rgba(110, 159, 222, 0.18), var(--bp-pink));
  box-shadow: 0 0 22px rgba(47, 143, 240, 0.24);
}

.lp-trust-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 52px;
  grid-template-rows: auto auto;
  column-gap: 24px;
  align-items: center;
  width: min(79%, 800px);
  min-height: 176px;
  padding: 24px 28px 24px 20px;
  overflow: visible;
  text-align: left;
  border: 1px solid rgba(110, 159, 222, 0.19);
  border-radius: 30px 30px 30px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 255, 0.57));
  box-shadow:
    0 20px 58px rgba(47, 143, 240, 0.09),
    inset 0 1px 0 #fff;
}

.lp-trust-item:nth-child(even) {
  margin-left: auto;
  grid-template-columns: 52px minmax(0, 1fr) 150px;
  padding: 24px 20px 24px 28px;
  border-color: rgba(255, 111, 158, 0.18);
  border-radius: 30px 30px 12px 30px;
  background:
    linear-gradient(225deg, rgba(255, 245, 248, 0.78), rgba(255, 255, 255, 0.72));
}

.lp-trust-item .bp-trust-baby {
  position: static;
  grid-column: 1;
  grid-row: 1 / 3;
  justify-self: center;
  width: 136px !important;
  max-height: 142px;
  object-fit: contain;
  transform: none;
}

.lp-trust-item:nth-child(even) .bp-trust-baby {
  grid-column: 3;
}

.lp-trust-item .lp-trust-ic {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 15px;
}

.lp-trust-item:nth-child(even) .lp-trust-ic {
  grid-column: 1;
}

.lp-trust-item b {
  grid-column: 2;
  align-self: end;
  margin: 0 0 5px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.lp-trust-item p {
  grid-column: 2;
  align-self: start;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.lp-footer {
  position: relative;
  margin: 96px 18px 0;
  padding: 32px 0 28px;
  border-top: 1px solid rgba(110, 159, 222, 0.2);
}

.lp-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: min(940px, 95vw);
  height: 160px;
  transform: translateX(-50%);
  background: url("brand/babyphone-online-logo-glow.png") center / cover no-repeat;
  opacity: 0.018;
  pointer-events: none;
}

.lp-foot-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 5px;
}

/* App: turn the existing monitor view into one nursery control canvas. */

body.app-mode {
  background:
    radial-gradient(circle at 6% 8%, rgba(95, 174, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 94% 14%, rgba(255, 141, 178, 0.14), transparent 26rem),
    linear-gradient(145deg, #ffffff 0%, #f5faff 58%, #fff7fa 100%);
}

.dash-topbar {
  width: min(1520px, calc(100% - 34px));
  max-width: none;
  min-height: 68px;
  margin: 16px auto 0;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 55px rgba(12, 47, 99, 0.08), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

.dash {
  width: min(1520px, calc(100% - 34px));
  max-width: none;
  gap: 14px;
  margin: 14px auto 42px;
}

.dash-side {
  flex-basis: 84px;
  padding: 10px 7px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76) !important;
}

.dnav {
  min-height: 62px;
  border-radius: 17px;
}

.dnav svg {
  width: 21px;
  height: 21px;
}

.dnav span {
  font-size: 9px;
}

.dash-main {
  gap: 14px;
}

.dash-titlerow {
  min-height: 70px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 45px rgba(12, 47, 99, 0.06), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
}

.dash-title-ic {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.dash-title-ic img {
  width: 58px;
  height: auto;
}

.dash-status {
  border-color: rgba(110, 159, 222, 0.16) !important;
  background: rgba(245, 250, 255, 0.72) !important;
  box-shadow: inset 0 1px 0 #fff !important;
}

#dviewMonitor.dview.active {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  grid-template-areas:
    "video controls"
    "audio controls"
    "stats stats"
    "events events";
  gap: 14px;
  align-items: stretch;
}

#dviewMonitor .vcard {
  grid-area: video;
  min-height: 480px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(95, 174, 255, 0.3) !important;
  border-radius: 28px;
  background: #0c2f63 !important;
  box-shadow:
    0 26px 70px rgba(12, 47, 99, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

.vcard-poster {
  background:
    radial-gradient(circle at 50% 45%, rgba(47, 143, 240, 0.32), transparent 26%),
    linear-gradient(145deg, #0c2f63, #143f77 52%, #0a244d) !important;
}

.vcard-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(95, 174, 255, 0.18), transparent 24%),
    radial-gradient(circle at 84% 74%, rgba(255, 111, 158, 0.12), transparent 25%);
}

.poster-cam {
  width: min(36%, 330px) !important;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, 0.24));
}

.poster-label {
  color: rgba(255, 255, 255, 0.74) !important;
}

#dviewMonitor .ameter {
  grid-area: audio;
  min-height: 98px;
  margin: 0;
  border-radius: 22px;
}

#dviewMonitor .ctrlrow {
  grid-area: controls;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 58px rgba(12, 47, 99, 0.09), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

#dviewMonitor .ctrlbtn {
  flex: 1 1 0;
  width: 100%;
  min-height: 58px;
  justify-content: flex-start;
  padding: 10px 12px;
  border-radius: 18px;
  font-size: 12px;
  text-align: left;
}

#dviewMonitor .ctrlbtn:first-child {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--bp-blue-light), var(--bp-blue)) !important;
  box-shadow: 0 14px 30px rgba(47, 143, 240, 0.22) !important;
}

#dviewMonitor .ctrlbtn:first-child .cb-ic {
  color: var(--bp-blue) !important;
  background: #fff !important;
}

#dviewMonitor .ctrlbtn:nth-child(2) .cb-ic,
#dviewMonitor .ctrlbtn:nth-child(4) .cb-ic {
  color: var(--bp-pink) !important;
  background: rgba(255, 111, 158, 0.12) !important;
}

#dviewMonitor .ctrlbtn.danger {
  margin-top: auto;
}

#dviewMonitor .statcards {
  grid-area: stats;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(12, 47, 99, 0.07), inset 0 1px 0 #fff;
}

#dviewMonitor .statcard {
  min-width: 0;
  min-height: 112px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

#dviewMonitor .statcard + .statcard {
  border-left: 1px solid rgba(110, 159, 222, 0.18) !important;
}

#dviewMonitor .evlog {
  grid-area: events;
  border-radius: 25px;
}

.dview:not(#dviewMonitor).active {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.dpanel,
.evlog {
  border-radius: 26px !important;
}

/* Pairing and baby screens inherit the same calm open canvas. */

body.app-mode .pair-wrap {
  background: transparent;
}

body.app-mode .pair-inner {
  width: min(1120px, calc(100% - 34px));
  max-width: none;
}

body.app-mode .pair-box {
  border-radius: 30px;
}

.bdash {
  width: min(1320px, calc(100% - 34px));
  max-width: none;
  margin-inline: auto;
}

.bdash .vcard.baby {
  border-radius: 30px;
}

/* Responsive composition */

@media (max-width: 1120px) {
  .lp {
    width: min(100% - 30px, 1040px);
  }

  .lp-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    min-height: 620px;
    padding-inline: 4px;
  }

  .lp-hero-text h1 {
    font-size: clamp(54px, 7.2vw, 76px);
  }

  .lp-bullets {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .lp-bullets li {
    align-items: center;
  }

  .lp-bullets small {
    display: none;
  }

  .lp-row-connect {
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  }

  .lp-cell-code-row {
    grid-template-columns: 1fr auto;
  }

  .lp-cell-code-row label {
    grid-column: 1 / -1;
  }

  #dviewMonitor.dview.active {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  #dviewMonitor .vcard {
    min-height: 410px;
  }
}

@media (max-width: 900px) {
  .lp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 30px;
    padding: 64px 10px 104px;
  }

  .lp-hero-text {
    max-width: 720px;
  }

  .lp-bullets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-hero-visual {
    width: min(680px, 88vw);
    justify-self: center;
  }

  .lp-choose {
    margin-top: -66px;
  }

  .lp-row-roles,
  .lp-row-connect {
    grid-template-columns: 1fr;
  }

  .lp-row > .lp-or {
    left: 50%;
    top: 50%;
  }

  .lp-row-roles > .lp-or {
    display: none;
  }

  .lp-row-connect > .lp-or {
    top: 50%;
  }

  #dviewMonitor.dview.active {
    grid-template-columns: 1fr;
    grid-template-areas:
      "video"
      "audio"
      "controls"
      "stats"
      "events";
  }

  #dviewMonitor .ctrlrow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #dviewMonitor .ctrlbtn {
    min-height: 74px;
    justify-content: center;
    text-align: center;
  }

  #dviewMonitor .ctrlbtn.danger {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .lp {
    width: calc(100% - 24px);
  }

  .lp-nav {
    min-height: 64px;
    padding: 8px 9px 8px 12px;
    border-radius: 19px;
  }

  .lp-nav .lp-brand {
    min-height: 44px;
  }

  .lp-nav .bp-brand-icon {
    width: 40px;
    height: 40px;
  }

  .lp-nav .bp-wordmark {
    display: inline-flex;
    font-size: 17px;
  }

  .lp .lang-pill {
    min-height: 48px;
    padding: 2px 8px;
  }

  .lp .lang-pill .lang-select {
    min-height: 44px;
  }

  .lp .lang-pill .globe {
    width: 16px;
  }

  .lp-hero {
    gap: 24px;
    padding: 48px 2px 86px;
  }

  .lp-hero-text h1 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.94;
  }

  .lp-sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .lp-bullets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 22px;
  }

  .lp-bullets li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
  }

  .lp-bullets .lp-b-ic {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .lp-bullets b {
    font-size: 10px;
  }

  .lp-bullets small {
    display: none;
  }

  .lp-hero-visual {
    width: 100%;
    max-height: 330px;
    border-radius: 45% 42% 48% 44% / 45% 49% 42% 52%;
  }

  .lp-choose {
    margin: -48px 0 0;
    padding: 20px 14px;
    border-radius: 28px;
  }

  .lp-h2 {
    margin-bottom: 16px;
    padding-inline: 5px;
    font-size: 25px;
  }

  .lp-row-roles .lp-cell {
    min-height: 0;
    padding: 14px;
  }

  .lp-cell-top,
  .lp-cell-top.rev {
    gap: 10px;
  }

  .lp-illus {
    flex-basis: 86px;
    width: 86px;
    height: 78px;
  }

  .lp-role-baby {
    width: 105px;
  }

  .lp-role-parent {
    width: 78px;
  }

  .lp-cell-txt h3 {
    font-size: 19px;
  }

  .lp-cell-txt p {
    font-size: 12px;
  }

  .lp-cell-code-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .lp-cell-code-row label {
    grid-column: 1 / -1;
  }

  .lp-row-connect .lp-btn.sm {
    min-width: 94px;
    padding-inline: 12px;
  }

  .lp-cell-qr {
    min-height: 86px;
  }

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

  .lp-assure > span {
    justify-content: center;
    text-align: center;
    font-size: 9px;
  }

  .lp-trust {
    margin: 80px 0 0;
    padding-top: 30px;
  }

  .lp-trust > .lp-h2 {
    font-size: 36px;
  }

  .lp-trust-grid {
    gap: 14px;
  }

  .lp-trust-grid::before {
    left: 28px;
    transform: none;
  }

  .lp-trust-item,
  .lp-trust-item:nth-child(even) {
    grid-template-columns: 90px minmax(0, 1fr) 38px;
    width: calc(100% - 20px);
    min-height: 134px;
    margin: 0 0 0 20px;
    padding: 16px 14px 16px 8px;
    column-gap: 12px;
    border-radius: 24px;
  }

  .lp-trust-item:nth-child(even) .bp-trust-baby,
  .lp-trust-item .bp-trust-baby {
    grid-column: 1;
    width: 88px !important;
    max-height: 102px;
  }

  .lp-trust-item:nth-child(even) .lp-trust-ic,
  .lp-trust-item .lp-trust-ic {
    grid-column: 3;
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .lp-trust-item b {
    font-size: 16px;
  }

  .lp-trust-item p {
    font-size: 12px;
  }

  .lp-footer {
    margin: 70px 0 0;
  }

  .dash-topbar,
  .dash,
  .bdash,
  body.app-mode .pair-inner {
    width: calc(100% - 20px);
  }

  #dviewMonitor .vcard {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  #dviewMonitor .ctrlrow {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  #dviewMonitor .ctrlbtn {
    flex: 0 0 112px;
    min-height: 78px;
    scroll-snap-align: start;
  }

  #dviewMonitor .statcards {
    grid-template-columns: 1fr 1fr;
  }

  #dviewMonitor .statcard + .statcard {
    border-left: 0 !important;
  }

  #dviewMonitor .statcard:nth-child(even) {
    border-left: 1px solid rgba(110, 159, 222, 0.18) !important;
  }

  #dviewMonitor .statcard:nth-child(n + 3) {
    border-top: 1px solid rgba(110, 159, 222, 0.18) !important;
  }
}

@media (max-width: 440px) {
  .lp-nav .bp-wordmark {
    font-size: 15px;
  }

  .lp .lang-pill .globe {
    display: none;
  }

  .lp-hero {
    padding-top: 42px;
  }

  .lp-hero-text h1 {
    font-size: clamp(46px, 14vw, 58px);
  }

  .lp-hero-visual {
    max-height: 280px;
  }

  .lp-cell-code-row {
    grid-template-columns: 1fr;
  }

  .lp-row-connect .lp-btn.sm {
    width: 100%;
  }

  .lp-qr-text small {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-hero-motion {
    display: none;
  }

  .lp-hero-visual {
    background: url("brand/hero-signal-poster.jpg") center / cover no-repeat;
  }
}

/* ==========================================================================
   Screenshot fidelity pass v3
   Source truth: supplied desktop crop + 678 × 1342 mobile reference.
   ========================================================================== */

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

.lp-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  grid-template-areas:
    "copy visual"
    "proof visual";
  align-items: center;
  column-gap: clamp(28px, 4vw, 72px);
  row-gap: 24px;
  min-height: 720px;
  padding: clamp(72px, 7vw, 104px) 18px 142px;
}

.lp-hero-text {
  grid-area: copy;
  align-self: end;
}

.lp-hero-text h1 {
  max-width: 660px;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.062em;
}

.lp-sub {
  max-width: 650px;
  margin-top: 26px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.54;
}

.lp-bullets {
  grid-area: proof;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 0;
}

.lp-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lp-bullets .lp-b-ic {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--bp-blue);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(95, 174, 255, 0.26);
  box-shadow: 0 8px 22px rgba(47, 143, 240, 0.09), inset 0 1px 0 #fff;
}

.lp-bullets .lp-b-ic.pink {
  color: var(--bp-pink);
  border-color: rgba(255, 111, 158, 0.25);
  background: rgba(255, 245, 248, 0.78);
}

.lp-bullets b {
  color: var(--bp-navy);
  font-size: 13px;
  line-height: 1.28;
}

.lp-bullets small {
  display: none;
}

.lp-hero-visual {
  grid-area: visual;
  align-self: center;
  justify-self: center;
  width: min(100%, 720px);
  min-height: 0;
  aspect-ratio: 1.08 / 1;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.98) 0 21%, rgba(245, 250, 255, 0.72) 48%, rgba(95, 174, 255, 0.08) 68%, transparent 70%),
    radial-gradient(circle at 80% 64%, rgba(255, 141, 178, 0.18), transparent 35%),
    radial-gradient(circle at 24% 24%, rgba(95, 174, 255, 0.2), transparent 37%);
  box-shadow: none;
  transform: none;
  isolation: isolate;
}

.lp-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 7%;
  border: 4px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0 0 2px rgba(110, 159, 222, 0.18),
    inset 18px 14px 40px rgba(255, 255, 255, 0.72),
    0 0 0 2px rgba(95, 174, 255, 0.11),
    0 34px 84px rgba(47, 143, 240, 0.13);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.lp-hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 21%;
  right: 19%;
  bottom: 8%;
  height: 10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(12, 47, 99, 0.19), transparent 72%);
  filter: blur(18px);
}

.bp-signal-ring {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.bp-signal-ring-outer {
  width: 94%;
  height: 94%;
  border: 2px solid rgba(95, 174, 255, 0.22);
  box-shadow:
    16px 0 0 -14px rgba(47, 143, 240, 0.82),
    -12px 0 0 -10px rgba(47, 143, 240, 0.27),
    0 0 28px rgba(95, 174, 255, 0.13);
}

.bp-signal-ring-inner {
  width: 73%;
  height: 73%;
  border: 2px solid rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 8px 0 0 -6px rgba(95, 174, 255, 0.18),
    inset -8px 0 0 -6px rgba(255, 141, 178, 0.16),
    0 0 30px rgba(255, 255, 255, 0.75);
}

.lp-hero-visual .bp-hero-baby {
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  bottom: 13%;
  width: 73%;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 25px 28px rgba(12, 47, 99, 0.2));
  animation: none;
}

.bp-heart-crop {
  position: absolute;
  z-index: 4;
  right: 8%;
  top: 14%;
  width: 88px;
  height: 82px;
  overflow: hidden;
  filter: drop-shadow(0 14px 20px rgba(255, 111, 158, 0.24));
  transform: rotate(7deg);
}

.bp-heart-crop img {
  position: absolute;
  width: 150px;
  max-width: none;
  height: auto;
  left: -39px;
  top: -32px;
}

.lp-hero-visual .bp-hero-glint {
  z-index: 5;
}

.lp-hero-visual .bp-hero-glint-a {
  left: 20%;
  top: 27%;
}

.lp-hero-visual .bp-hero-glint-b {
  right: 18%;
  bottom: 26%;
}

.lp-choose {
  z-index: 10;
  margin: -112px 18px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 40px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92), rgba(249, 251, 255, 0.83)),
    radial-gradient(circle at 10% 10%, rgba(255, 141, 178, 0.1), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(95, 174, 255, 0.12), transparent 36%);
  box-shadow:
    0 32px 84px rgba(12, 47, 99, 0.14),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(110, 159, 222, 0.15);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  backdrop-filter: blur(26px) saturate(150%);
}

.lp-choose::before {
  left: 8%;
  right: 8%;
  height: 1px;
  opacity: 0.42;
}

.lp-choose::after {
  display: none;
}

.bp-action-dock {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 244px;
}

.bp-action-baby,
.bp-action-parent {
  position: relative;
  min-width: 0;
}

.bp-action-baby {
  display: grid;
  place-items: center;
  padding: 28px;
  border-right: 1px solid rgba(110, 159, 222, 0.22);
}

.bp-baby-start {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 20px;
  padding: 14px 24px 14px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: linear-gradient(135deg, #ff8db2, #ff6f9e);
  box-shadow:
    0 18px 38px rgba(255, 111, 158, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  font: 800 clamp(20px, 2vw, 28px)/1.1 "Quicksand", "Nunito", sans-serif;
  cursor: pointer;
}

.bp-baby-start:hover {
  background: linear-gradient(135deg, #ff78a5, #e95e8b);
  transform: translateY(-2px);
}

.bp-baby-start > svg {
  justify-self: end;
}

.bp-action-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.bp-action-icon-baby {
  width: 84px;
  height: 84px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.46);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 #fff;
}

.bp-action-icon-baby img {
  width: 67px;
  height: 73px;
  object-fit: contain;
}

.bp-action-parent {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 26px 30px;
}

.bp-action-icon-parent {
  width: 138px;
  height: 138px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 38px rgba(47, 143, 240, 0.13),
    inset 0 0 0 1px rgba(110, 159, 222, 0.18);
}

.bp-monitor-crop {
  position: relative;
  display: block;
  width: 106px;
  height: 116px;
  overflow: hidden;
}

.bp-monitor-crop img {
  position: absolute;
  width: 205px;
  max-width: none;
  height: auto;
  left: -126px;
  top: -32px;
}

.bp-parent-signal {
  display: none;
}

.bp-parent-connect {
  min-width: 0;
}

.bp-parent-title {
  display: inline-flex;
  padding: 0;
  color: var(--bp-navy);
  border: 0;
  background: transparent;
  font: 800 clamp(22px, 2vw, 31px)/1.1 "Quicksand", "Nunito", sans-serif;
  letter-spacing: -0.035em;
  cursor: pointer;
}

.bp-parent-title:hover {
  color: var(--bp-blue);
}

.bp-parent-title-mobile {
  display: none;
}

.bp-parent-connect > p {
  margin: 7px 0 18px;
  color: #52749e;
  font-size: 14px;
  font-weight: 650;
}

.bp-parent-controls {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto 62px;
  gap: 12px;
  align-items: center;
}

.bp-parent-controls .lp-code-input {
  min-width: 0;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid rgba(110, 159, 222, 0.34);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
}

.bp-connect-btn {
  min-height: 58px;
  padding: 0 25px;
  color: #fff;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #5faeff, #2f8ff0);
  box-shadow: 0 14px 28px rgba(47, 143, 240, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font: 800 16px/1 "Quicksand", "Nunito", sans-serif;
  cursor: pointer;
}

.bp-connect-btn:hover {
  background: linear-gradient(135deg, #2f8ff0, #2479d8);
  transform: translateY(-2px);
}

.bp-parent-controls .lp-qr-btn {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: var(--bp-blue);
  background: rgba(255, 255, 255, 0.78);
}

.bp-parent-controls .lp-qr-preview {
  width: 37px;
  height: 37px;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  background: transparent;
}

.lp-assure {
  display: none;
}

.lp-how {
  margin: 112px 18px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 28px 78px rgba(12, 47, 99, 0.1), inset 0 1px 0 #fff;
}

.lp-how img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1120px) and (min-width: 681px) {
  .lp-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  }

  .lp-hero-text h1 {
    font-size: clamp(54px, 7vw, 72px);
  }

  .lp-bullets {
    gap: 8px;
  }

  .lp-bullets .lp-b-ic {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .lp-bullets b {
    font-size: 11px;
  }

  .bp-action-dock {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .bp-action-parent {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 15px;
    padding-inline: 20px;
  }

  .bp-action-icon-parent {
    width: 106px;
    height: 106px;
  }

  .bp-monitor-crop {
    transform: scale(0.8);
  }

  .bp-parent-controls {
    grid-template-columns: minmax(130px, 1fr) auto 56px;
    gap: 8px;
  }

  .bp-parent-controls .lp-qr-btn {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 680px) {
  .lp {
    width: calc(100% - 24px);
  }

  .lp-nav {
    min-height: 64px;
    margin-top: 12px;
    padding: 8px 10px 8px 12px;
    border-radius: 20px;
  }

  .lp-nav .bp-brand-icon {
    width: 42px;
    height: 42px;
  }

  .lp-nav .bp-wordmark {
    display: inline-flex;
    font-size: clamp(15px, 3.5vw, 21px);
  }

  .lp-nav .lang-pill {
    min-height: 46px;
    border-radius: 15px;
  }

  .lp-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "proof";
    gap: 22px;
    min-height: 0;
    padding: 68px 12px 18px;
  }

  .lp-hero-text h1 {
    max-width: 600px;
    font-size: clamp(51px, 10vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.058em;
  }

  .lp-sub {
    max-width: 590px;
    margin-top: 24px;
    font-size: clamp(17px, 3.55vw, 24px);
    line-height: 1.55;
  }

  .lp-hero-visual {
    width: min(100%, 580px);
    max-height: none;
    aspect-ratio: 1 / 0.91;
    border-radius: 50%;
  }

  .lp-hero-visual .bp-hero-baby {
    bottom: 12%;
    width: 77%;
  }

  .bp-heart-crop {
    right: 8%;
    top: 8%;
    width: 78px;
    height: 76px;
    transform: scale(0.9) rotate(8deg);
    transform-origin: center;
  }

  .lp-bullets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 590px;
    justify-self: center;
  }

  .lp-bullets li {
    min-height: 76px;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(110, 159, 222, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 11px 28px rgba(12, 47, 99, 0.06), inset 0 1px 0 #fff;
  }

  .lp-bullets .lp-b-ic {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .lp-bullets b {
    font-size: clamp(10px, 2.15vw, 14px);
  }

  .lp-choose {
    margin: 0;
    padding: 16px;
    border-radius: 36px;
  }

  .bp-action-dock {
    display: block;
    min-height: 0;
  }

  .bp-action-baby {
    padding: 0;
    border: 0;
  }

  .bp-baby-start {
    min-height: 104px;
    grid-template-columns: 74px minmax(0, 1fr) 30px;
    gap: 18px;
    padding: 12px 22px 12px 12px;
    border-radius: 28px;
    color: var(--bp-pink);
    background:
      radial-gradient(circle at 10% 50%, rgba(255, 141, 178, 0.2), transparent 30%),
      linear-gradient(135deg, rgba(255, 245, 248, 0.96), rgba(255, 255, 255, 0.84));
    box-shadow:
      0 15px 34px rgba(255, 111, 158, 0.16),
      inset 0 0 0 1px rgba(255, 111, 158, 0.34),
      inset 0 1px 0 #fff;
    font-size: clamp(20px, 4.3vw, 29px);
  }

  .bp-baby-start:hover {
    color: #e95e8b;
    background: linear-gradient(135deg, #fff5f8, #fff);
  }

  .bp-action-icon-baby {
    width: 72px;
    height: 72px;
    background: linear-gradient(145deg, rgba(255, 141, 178, 0.36), rgba(255, 255, 255, 0.74));
    border-color: rgba(255, 255, 255, 0.92);
  }

  .bp-action-icon-baby img {
    width: 57px;
    height: 63px;
  }

  .bp-action-parent {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    min-height: 170px;
    margin-top: 14px;
    padding: 18px;
    border: 1px solid rgba(110, 159, 222, 0.2);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 34px rgba(47, 143, 240, 0.09), inset 0 1px 0 #fff;
  }

  .bp-action-icon-parent {
    width: 92px;
    height: 92px;
    color: #fff;
    background: linear-gradient(145deg, #7abaff, #2f8ff0);
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(47, 143, 240, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }

  .bp-monitor-crop {
    display: none;
  }

  .bp-parent-signal {
    display: block;
    width: 54px;
    height: 54px;
  }

  .bp-parent-title {
    display: flex;
    font-size: clamp(22px, 4.8vw, 31px);
  }

  .bp-parent-title-desktop {
    display: none;
  }

  .bp-parent-title-mobile {
    display: inline;
  }

  .bp-parent-connect > p {
    display: none;
  }

  .bp-parent-controls {
    grid-template-columns: minmax(0, 1fr) 70px;
    gap: 12px;
    margin-top: 12px;
  }

  .bp-parent-controls .lp-code-input {
    min-height: 60px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: clamp(16px, 3.4vw, 22px);
  }

  .bp-connect-btn {
    position: absolute;
    z-index: 5;
    left: 18px;
    top: 50%;
    width: 92px;
    height: 92px;
    min-height: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(-50%);
  }

  .bp-action-parent:has(.bp-connect-btn:focus-visible) .bp-action-icon-parent {
    outline: 3px solid rgba(47, 143, 240, 0.5);
    outline-offset: 4px;
  }

  .bp-parent-controls .lp-qr-btn {
    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, #5faeff, #2f8ff0);
    box-shadow: 0 13px 28px rgba(47, 143, 240, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .bp-parent-controls .lp-qr-preview {
    width: 43px;
    height: 43px;
    filter: invert(1);
  }

  .lp-how {
    margin: 78px 0 0;
    border-radius: 28px;
  }

  .lp-trust {
    margin-top: 78px;
  }
}

@media (min-width: 521px) and (max-width: 680px) {
  .lp-nav {
    min-height: 82px;
    padding-left: 40px;
  }

  .lp-nav .bp-brand-icon {
    width: 54px;
    height: 54px;
  }

  .lp-nav .lang-pill {
    min-height: 60px;
    min-width: 210px;
    margin-right: 14px;
    justify-content: center;
  }

  .lp-nav .bp-wordmark {
    font-size: 24px;
  }

  .lp-hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .lp-hero-text h1 {
    font-size: clamp(70px, 11.5vw, 78px);
  }

  .lp-sub {
    max-width: 510px;
    font-size: 24.5px;
  }

  .lp-hero-visual {
    margin-top: -67px;
  }

  .bp-heart-crop {
    right: 18%;
    top: 12%;
  }

  .lp-bullets {
    margin-top: -24px;
  }
}

@media (max-width: 520px) {
  .lp-nav .bp-wordmark {
    display: inline-flex;
    font-size: 15px;
  }

  .lp-nav .lang-pill .globe {
    display: none;
  }

  .lp-hero {
    gap: 18px;
    padding: 54px 3px 12px;
  }

  .lp-hero-text h1 {
    font-size: clamp(48px, 13.2vw, 58px);
  }

  .lp-sub {
    margin-top: 19px;
    font-size: 16px;
  }

  .lp-hero-visual {
    width: 100%;
  }

  .bp-heart-crop {
    transform: scale(0.72) rotate(8deg);
    right: 3%;
    top: 4%;
  }

  .lp-bullets {
    gap: 6px;
  }

  .lp-bullets li {
    min-height: 62px;
    gap: 4px;
    padding: 6px 5px;
    border-radius: 14px;
  }

  .lp-bullets .lp-b-ic {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .lp-bullets b {
    font-size: 9px;
  }

  .lp-choose {
    padding: 12px;
    border-radius: 30px;
  }

  .bp-baby-start {
    min-height: 82px;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    gap: 10px;
    padding: 9px 16px 9px 9px;
    border-radius: 23px;
    font-size: 20px;
  }

  .bp-action-icon-baby {
    width: 58px;
    height: 58px;
  }

  .bp-action-icon-baby img {
    width: 47px;
    height: 51px;
  }

  .bp-action-parent {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
    min-height: 138px;
    padding: 12px;
    border-radius: 23px;
  }

  .bp-action-icon-parent {
    width: 70px;
    height: 70px;
  }

  .bp-parent-signal {
    width: 43px;
    height: 43px;
  }

  .bp-parent-title {
    font-size: 21px;
  }

  .bp-parent-controls {
    grid-template-columns: minmax(0, 1fr) 56px;
    gap: 8px;
    margin-top: 8px;
  }

  .bp-parent-controls .lp-code-input {
    min-height: 52px;
    padding-inline: 13px;
    font-size: 16px;
  }

  .bp-connect-btn {
    left: 12px;
    width: 70px;
    height: 70px;
  }

  .bp-parent-controls .lp-qr-btn {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .bp-parent-controls .lp-qr-preview {
    width: 34px;
    height: 34px;
  }

  .lp-how {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .lp-how img {
    width: 680px;
    max-width: none;
  }
}
