/* AutiSync public marketing - v31
   Editorial, borderless and product-led. Scoped so account entry and the
   authenticated workspace keep their existing visual contracts. */

.public-v31 {
  --v31-heading-1: clamp(1.625rem, 2.4vw, 2.125rem);
  --v31-heading-2: clamp(1.5rem, 2vw, 1.75rem);
  --v31-heading-3: clamp(1.125rem, 1.45vw, 1.25rem);
  --v31-section-space: clamp(32px, 4vw, 56px);
  --v31-ink: #26182c;
  --v31-ink-soft: #625469;
  --v31-plum: #4e366c;
  --v31-plum-deep: #271834;
  --v31-purple: #7055b5;
  --v31-blue: #5274c8;
  --v31-aqua: #0da6b8;
  --v31-coral: #ed686b;
  --v31-periwinkle: #dfe6f7;
  --v31-periwinkle-light: #eef2fb;
  --v31-lilac: #efe9f8;
  --v31-cream: #fbfafb;
  --v31-paper: #ffffff;
  --v31-line: rgba(58, 36, 68, 0.14);
  --v31-width: 1280px;
  --v31-gutter: clamp(24px, 5vw, 72px);
  color: var(--v31-ink);
  background: var(--v31-cream);
}

.public-v31 .v31-page {
  overflow: clip;
  color: var(--v31-ink);
  background: var(--v31-cream);
}

.public-v31 .v31-shell,
.public-v31 .phone-scroll-story {
  width: min(100%, var(--v31-width));
  margin-inline: auto;
  padding-inline: var(--v31-gutter);
}

.public-v31 .v31-page :is(h1, h2) {
  max-width: 32ch;
  margin-top: 0;
  color: var(--v31-ink);
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-weight: 620;
  letter-spacing: -0.046em;
  text-wrap: balance;
}

.public-v31 .v31-page h1 {
  font-size: var(--v31-heading-1);
  line-height: 1.2;
}

.public-v31 .v31-page h2 {
  font-size: var(--v31-heading-2);
  line-height: 1.2;
}

.public-v31 .v31-page h3 {
  margin-top: 0;
  color: var(--v31-ink);
  font-size: var(--v31-heading-3);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.public-v31 .v31-page :is(h1, h2) em {
  color: var(--v31-purple);
  font-style: italic;
  font-weight: 540;
}

.public-v31 .v31-page p {
  text-wrap: pretty;
}

.public-v31 .v31-page .eyebrow,
.public-v31 .site-footer .eyebrow {
  margin: 0 0 14px;
  color: var(--v31-purple);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.public-v31 .button {
  min-height: 50px;
  padding-inline: 21px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.public-v31 .button > span[aria-hidden="true"] {
  margin-left: 0.38em;
}

.public-v31 .button.primary {
  color: #fff;
  background: var(--v31-coral);
  border-color: transparent;
  box-shadow: 0 13px 26px rgba(198, 69, 74, 0.22);
}

.public-v31 .button.primary:hover,
.public-v31 .button.primary:focus-visible {
  background: #df5a5e;
  box-shadow: 0 16px 30px rgba(198, 69, 74, 0.28);
}

.public-v31 .button.secondary {
  color: var(--v31-plum-deep);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(63, 43, 75, 0.2);
  box-shadow: none;
}

.public-v31 .button:hover,
.public-v31 .button:focus-visible {
  transform: translateY(-2px);
}

.public-v31 :is(a, button, summary):focus-visible {
  outline: 3px solid rgba(13, 166, 184, 0.72);
  outline-offset: 4px;
}

/* Public shell -------------------------------------------------------- */

.public-v31 .site-header {
  min-height: 82px;
  padding: 7px var(--v31-gutter);
  gap: 32px;
  background: rgba(251, 250, 251, 0.94);
  border-bottom: 0;
  box-shadow: 0 8px 30px rgba(45, 29, 54, 0.045);
  backdrop-filter: blur(22px) saturate(1.15);
}

.public-v31 .public-logo-frame {
  flex-basis: 148px;
  width: 148px;
  height: 66px;
}

.public-v31 .site-nav {
  gap: 4px;
}

.public-v31 .site-nav .site-nav-item,
.public-v31 .site-nav .site-nav-login,
.public-v31 .site-nav-solution > summary {
  min-height: 44px;
  padding-inline: 13px;
  color: #4d4052;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 740;
}

.public-v31 .site-nav :is(.site-nav-item, .site-nav-login) .site-nav-icon {
  display: none;
}

.public-v31 .site-nav .site-nav-item:hover,
.public-v31 .site-nav .site-nav-item:focus-visible,
.public-v31 .site-nav .site-nav-login:hover,
.public-v31 .site-nav .site-nav-login:focus-visible,
.public-v31 .site-nav-solution > summary:hover,
.public-v31 .site-nav-solution > summary:focus-visible,
.public-v31 .site-nav-solution[open] > summary {
  color: var(--v31-plum-deep);
  background: var(--v31-lilac);
  border: 0;
  box-shadow: none;
  transform: none;
}

.public-v31 .site-nav .site-nav-login {
  margin-left: 5px;
}

.public-v31 .site-nav .site-nav-signup,
.public-v31 .site-nav .site-nav-demo {
  min-height: 44px;
  padding-inline: 18px;
  color: #fff;
  background: var(--v31-coral);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 11px 23px rgba(198, 69, 74, 0.18);
  font-size: 0.82rem;
}

.public-v31 .site-nav .site-nav-demo {
  background: var(--v31-blue);
  box-shadow: 0 11px 23px rgba(82, 116, 200, 0.2);
}

.public-v31 .site-nav .site-nav-signup:hover,
.public-v31 .site-nav .site-nav-signup:focus-visible {
  background: #df5a5e;
}

.public-v31 .site-nav .site-nav-demo:hover,
.public-v31 .site-nav .site-nav-demo:focus-visible {
  background: #4667b7;
}

.public-v31 .site-nav-solution-panel {
  top: calc(100% + 12px);
  min-width: 330px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 24px 54px rgba(42, 27, 50, 0.15);
}

.public-v31 .site-nav-solution-panel a {
  min-height: 67px;
  border-radius: 14px;
}

.public-v31 .site-nav-solution-panel a:hover,
.public-v31 .site-nav-solution-panel a:focus-visible {
  background: var(--v31-periwinkle-light);
}

/* Hero --------------------------------------------------------------- */

.public-v31 .v31-hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.66), transparent 28rem),
    linear-gradient(135deg, #f0eaf8 0%, var(--v31-periwinkle) 58%, #d7e4f5 100%);
}

.public-v31 .v31-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(80, 68, 110, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 68, 110, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.public-v31 .v31-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 5vw, 82px);
  min-height: 0;
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.public-v31 .v31-hero-copy h1 {
  max-width: 32ch;
  margin-bottom: 16px;
}

.public-v31 .v31-hero-lede {
  max-width: 620px;
  margin: 0;
  color: var(--v31-ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.72;
}

.public-v31 .v31-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.public-v31 .v31-trust-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  color: #6c5d71;
  font-size: 0.76rem;
  font-weight: 670;
}

.public-v31 .v31-trust-note > span:first-child {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--v31-aqua);
  border-radius: 50%;
}

.public-v31 .v31-hero-product {
  position: relative;
  z-index: 2;
  min-width: 0;
  transform: none;
}

.public-v31 .v31-hero-product .product-ecosystem {
  width: min(100%, 740px);
  min-height: 590px;
}

.public-v31 .v31-hero-product .product-ecosystem-glow {
  inset: 10% 2% 4% 8%;
  background: linear-gradient(145deg, rgba(13, 166, 184, 0.18), rgba(112, 85, 181, 0.18));
}

.public-v31 .v31-hero-product .product-ecosystem figcaption {
  position: absolute;
  z-index: 12;
  right: 4%;
  bottom: -44px;
  left: 12%;
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
  clip: auto;
  color: #706476;
  font-size: 0.65rem;
  line-height: 1.45;
  text-align: right;
  white-space: normal;
  border: 0;
}

.public-v31 .v31-hero-product .ecosystem-browser {
  border: 0;
  box-shadow: 0 34px 70px rgba(39, 24, 52, 0.19);
}

.public-v31 .v31-hero-product .ecosystem-assistant,
.public-v31 .v31-hero-product .ecosystem-signal {
  border: 0;
}

.public-v31 .v31-hero--photo .v31-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  min-height: 750px;
}

.public-v31 .v31-hero-photo {
  position: relative;
  align-self: stretch;
  min-height: 540px;
  margin: 0;
}

.public-v31 .v31-hero-photo > img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  border: 0;
  border-radius: 34px 34px 110px 34px;
  box-shadow: 0 28px 65px rgba(39, 24, 52, 0.16);
}

.public-v31 .v31-hero-photo figcaption,
.public-v31 .v31-feature-media figcaption,
.public-v31 .v31-about-hero-media figcaption {
  margin-top: 10px;
  color: #786c7d;
  font-size: 0.68rem;
}

.public-v31 .v31-photo-callout {
  position: absolute;
  right: -18px;
  bottom: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  box-shadow: 0 17px 36px rgba(40, 25, 52, 0.16);
  backdrop-filter: blur(14px);
}

.public-v31 .v31-photo-callout > span {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--v31-aqua);
  border-radius: 12px;
  font-weight: 900;
}

.public-v31 .v31-photo-callout p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.public-v31 .v31-photo-callout small {
  color: #807382;
  font-size: 0.66rem;
}

.public-v31 .v31-photo-callout strong {
  font-size: 0.82rem;
}

.public-v31 .v31-hero--compact {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-compact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: clamp(24px, 4vw, 52px);
}

.public-v31 .v31-compact-hero-grid h1 {
  margin-bottom: 0;
}

/* Proof, headings and editorial sections ----------------------------- */

.public-v31 .v31-proof-strip {
  position: relative;
  z-index: 5;
  background: #fff;
}

.public-v31 .v31-proof-strip > .v31-shell {
  padding-block: 38px 42px;
}

.public-v31 .v31-proof-strip p {
  margin: 0 0 26px;
  color: #716473;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.public-v31 .v31-logo-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.public-v31 .v31-logo-row a {
  display: grid;
  place-items: center;
  min-height: 58px;
  opacity: 0.7;
  transition: opacity 180ms ease, transform 180ms ease;
}

.public-v31 .v31-logo-row a:hover,
.public-v31 .v31-logo-row a:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}

.public-v31 .v31-logo-row img {
  width: auto;
  max-width: min(100%, 175px);
  max-height: 52px;
  border: 0;
  object-fit: contain;
  filter: saturate(0.72);
}

.public-v31 .v31-intro {
  display: grid;
  justify-items: center;
  padding-block: var(--v31-section-space);
  text-align: center;
}

.public-v31 .v31-intro h2 {
  max-width: 42ch;
  margin-bottom: 16px;
}

.public-v31 .v31-intro > p:last-child {
  max-width: 740px;
  margin: 0;
  color: var(--v31-ink-soft);
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
  line-height: 1.78;
}

.public-v31 .v31-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  margin-bottom: 28px;
}

.public-v31 .v31-section-heading h2 {
  margin-bottom: 0;
}

.public-v31 .v31-section-heading > p,
.public-v31 .v31-section-heading > div + p {
  max-width: 480px;
  margin: 0;
  color: var(--v31-ink-soft);
  line-height: 1.72;
}

/* Feature rows ------------------------------------------------------- */

.public-v31 .v31-feature-sequence {
  padding-block: 28px;
  background: #fff;
}

.public-v31 .v31-feature-sequence--platform {
  padding-top: 0;
}

.public-v31 .v31-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(54px, 8vw, 122px);
  padding-block: var(--v31-section-space);
  scroll-margin-top: 110px;
}

.public-v31 .v31-feature-row--reverse {
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.05fr);
}

.public-v31 .v31-feature-row--reverse > :first-child {
  order: 2;
}

.public-v31 .v31-feature-row--reverse > :last-child {
  order: 1;
}

.public-v31 .v31-feature-copy {
  max-width: 540px;
}

.public-v31 .v31-feature-copy h2 {
  max-width: 42ch;
  margin-bottom: 16px;
}

.public-v31 .v31-feature-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--v31-ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.78;
}

.public-v31 .v31-feature-media {
  min-width: 0;
  margin: 0;
}

.public-v31 .v31-feature-media > img,
.public-v31 .v31-feature-media picture,
.public-v31 .v31-feature-media picture > img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.public-v31 .v31-feature-media--photo > img {
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  border-radius: 28px 84px 28px 28px;
  box-shadow: 0 26px 56px rgba(48, 30, 59, 0.12);
}

.public-v31 .v31-feature-row--reverse .v31-feature-media--photo > img {
  border-radius: 84px 28px 28px 28px;
}

.public-v31 .v31-feature-media--product {
  padding: 24px 0 18px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 16rem),
    linear-gradient(145deg, var(--v31-lilac), var(--v31-periwinkle));
  border-radius: 38% 24% 36% 22% / 26% 40% 22% 38%;
}

.public-v31 .v31-feature-media--product img {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 30px 62px rgba(45, 29, 60, 0.18);
  transform: translateX(-3.5%);
}

.public-v31 .v31-feature-row--reverse .v31-feature-media--product img {
  transform: translateX(3.5%);
}

.public-v31 .v31-feature-media--product figcaption {
  padding-inline: 24px;
}

.public-v31 .v31-check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v31-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #4d4051;
  line-height: 1.55;
}

.public-v31 .v31-check-list li > span {
  display: grid;
  flex: 0 0 23px;
  place-items: center;
  width: 23px;
  height: 23px;
  color: #fff;
  background: var(--v31-aqua);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 900;
}

.public-v31 .v31-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: var(--v31-plum);
  font-size: 0.91rem;
  font-weight: 820;
  text-decoration: none;
}

.public-v31 .v31-text-link span {
  transition: transform 180ms ease;
}

.public-v31 .v31-text-link:hover span,
.public-v31 .v31-text-link:focus-visible span {
  transform: translateX(4px);
}

.public-v31 .v31-inline-facts {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.public-v31 .v31-inline-facts > span {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--v31-line);
}

.public-v31 .v31-inline-facts strong {
  color: var(--v31-plum);
  font-size: 0.86rem;
}

.public-v31 .v31-inline-facts small {
  color: var(--v31-ink-soft);
  line-height: 1.45;
}

/* Capability ribbon -------------------------------------------------- */

.public-v31 .v31-capability-ribbon {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-capability-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.public-v31 .v31-capability-list article {
  min-height: 230px;
  padding: 26px 24px 18px;
  border-top: 1px solid var(--v31-line);
  border-right: 1px solid var(--v31-line);
}

.public-v31 .v31-capability-list article:last-child {
  border-right: 0;
}

.public-v31 .v31-capability-list article > span {
  display: block;
  margin-bottom: 48px;
  color: var(--v31-coral);
  font-size: 0.72rem;
  font-weight: 850;
}

.public-v31 .v31-capability-list h3 {
  margin-bottom: 13px;
}

.public-v31 .v31-capability-list p {
  margin: 0;
  color: var(--v31-ink-soft);
  font-size: 0.88rem;
  line-height: 1.62;
}

/* Purpose-built product illustrations ------------------------------- */

.public-v31 .v31-permission-visual {
  position: relative;
  min-height: 540px;
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 255, 255, 0.96) 0 6.5rem, transparent 6.6rem),
    radial-gradient(circle at 50% 47%, rgba(112, 85, 181, 0.13) 0 13rem, transparent 13.1rem),
    linear-gradient(150deg, var(--v31-periwinkle-light), var(--v31-lilac));
  border-radius: 42% 24% 36% 26% / 30% 42% 24% 38%;
}

.public-v31 .v31-permission-visual::before,
.public-v31 .v31-permission-visual::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(112, 85, 181, 0.4), transparent);
  content: "";
  transform-origin: center;
}

.public-v31 .v31-permission-visual::before { transform: translate(-50%, -50%) rotate(28deg); }
.public-v31 .v31-permission-visual::after { transform: translate(-50%, -50%) rotate(-30deg); }

.public-v31 .v31-permission-centre,
.public-v31 .v31-permission-person {
  position: absolute;
  z-index: 2;
  display: grid;
  box-shadow: 0 16px 34px rgba(44, 27, 56, 0.12);
}

.public-v31 .v31-permission-centre {
  top: 50%;
  left: 50%;
  justify-items: center;
  width: 160px;
  padding: 22px;
  background: #fff;
  border-radius: 32px;
  transform: translate(-50%, -50%);
}

.public-v31 .v31-permission-centre > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 15px;
  font-weight: 900;
}

.public-v31 .v31-permission-centre small,
.public-v31 .v31-permission-person small {
  color: #807383;
  font-size: 0.66rem;
}

.public-v31 .v31-permission-centre strong {
  margin-top: 3px;
  font-size: 0.84rem;
}

.public-v31 .v31-permission-person {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-width: 172px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
}

.public-v31 .v31-permission-person > i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--v31-aqua);
  border-radius: 12px;
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 850;
}

.public-v31 .v31-permission-person > span {
  display: grid;
  gap: 2px;
}

.public-v31 .v31-permission-person strong {
  font-size: 0.78rem;
}

.public-v31 .v31-permission-person--one { top: 12%; left: 4%; }
.public-v31 .v31-permission-person--two { top: 18%; right: 1%; }
.public-v31 .v31-permission-person--three { right: 15%; bottom: 10%; }
.public-v31 .v31-permission-person--two > i { background: var(--v31-coral); }
.public-v31 .v31-permission-person--three > i { background: var(--v31-blue); }

.public-v31 .v31-assistant-visual,
.public-v31 .v31-progress-visual,
.public-v31 .v31-client-update-visual {
  width: 100%;
  max-width: 680px;
  padding: clamp(24px, 4vw, 44px);
  background: linear-gradient(145deg, #f1edf8, #e2e8f8);
  border-radius: 44px 24px 70px 24px;
  box-shadow: 0 28px 60px rgba(47, 29, 61, 0.12);
}

.public-v31 .v31-assistant-visual header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  margin-bottom: 34px;
}

.public-v31 .v31-assistant-visual header > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 15px;
  font-weight: 900;
}

.public-v31 .v31-assistant-visual header p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.public-v31 .v31-assistant-visual header small {
  color: #796d7e;
  font-size: 0.67rem;
}

.public-v31 .v31-assistant-visual header strong {
  font-size: 0.92rem;
}

.public-v31 .v31-assistant-visual header > i {
  padding: 6px 9px;
  color: #087d8b;
  background: #d9f3f3;
  border-radius: 999px;
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 850;
}

.public-v31 .v31-assistant-question,
.public-v31 .v31-assistant-answer {
  max-width: 82%;
  padding: 15px 18px;
  border-radius: 18px 18px 5px 18px;
  font-size: 0.88rem;
  line-height: 1.58;
}

.public-v31 .v31-assistant-question {
  margin: 0 0 14px auto;
  color: #fff;
  background: var(--v31-plum);
}

.public-v31 .v31-assistant-answer {
  margin: 0 auto 0 0;
  color: #4f4254;
  background: #fff;
  border-radius: 18px 18px 18px 5px;
}

.public-v31 .v31-assistant-visual footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  color: #716575;
  font-size: 0.7rem;
  font-weight: 720;
}

.public-v31 .v31-progress-visual header,
.public-v31 .v31-client-update-visual header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.public-v31 .v31-progress-visual header > span {
  display: grid;
  gap: 4px;
}

.public-v31 .v31-progress-visual header small,
.public-v31 .v31-client-update-visual header small {
  color: #7d7080;
  font-size: 0.68rem;
}

.public-v31 .v31-progress-visual header > i {
  padding: 7px 11px;
  color: var(--v31-plum);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 800;
}

.public-v31 .v31-progress-bars {
  display: flex;
  align-items: end;
  gap: 11px;
  height: 240px;
  margin: 30px 0 20px;
  padding: 30px 20px 0;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 24px;
}

.public-v31 .v31-progress-bars i {
  flex: 1;
  height: 26%;
  background: linear-gradient(180deg, #9f88d2, var(--v31-purple));
  border-radius: 9px 9px 2px 2px;
}

.public-v31 .v31-progress-bars i:nth-child(2) { height: 41%; }
.public-v31 .v31-progress-bars i:nth-child(3) { height: 35%; }
.public-v31 .v31-progress-bars i:nth-child(4) { height: 58%; }
.public-v31 .v31-progress-bars i:nth-child(5) { height: 52%; }
.public-v31 .v31-progress-bars i:nth-child(6) { height: 75%; }
.public-v31 .v31-progress-bars i:nth-child(7) { height: 68%; background: var(--v31-aqua); }

.public-v31 .v31-progress-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  color: #6f6272;
  font-size: 0.66rem;
}

.public-v31 .v31-progress-sources span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.public-v31 .v31-progress-sources i {
  width: 7px;
  height: 7px;
  background: var(--v31-purple);
  border-radius: 50%;
}

.public-v31 .v31-client-update-visual header {
  justify-content: flex-start;
  margin-bottom: 24px;
}

.public-v31 .v31-client-update-visual header > span {
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 14px;
  font-weight: 900;
}

.public-v31 .v31-client-update-visual header > p {
  display: grid;
  flex: 1;
  gap: 2px;
  margin: 0;
}

.public-v31 .v31-client-update-visual header > i {
  color: #7a6d7e;
  font-size: 0.68rem;
  font-style: normal;
}

.public-v31 .v31-client-update-visual > article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 18px;
}

.public-v31 .v31-client-update-visual > article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--v31-aqua);
  border-radius: 12px;
  font-weight: 900;
}

.public-v31 .v31-client-update-visual > article:nth-of-type(2) > span { background: var(--v31-coral); }
.public-v31 .v31-client-update-visual > article:nth-of-type(3) > span { background: var(--v31-blue); }

.public-v31 .v31-client-update-visual article p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.public-v31 .v31-client-update-visual article :is(small, em) {
  color: #7c7080;
  font-size: 0.65rem;
  font-style: normal;
}

/* Audience, role and step sections ----------------------------------- */

.public-v31 .v31-audience-band {
  padding-block: var(--v31-section-space);
  background: var(--v31-periwinkle-light);
}

.public-v31 .v31-audience-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.public-v31 .v31-audience-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 24px;
  min-height: 300px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #30203e, #52366c);
  border-radius: 28px 76px 28px 28px;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.public-v31 .v31-audience-link--client {
  color: var(--v31-ink);
  background: linear-gradient(145deg, #f3deda, #efcfd0);
  border-radius: 76px 28px 28px 28px;
}

.public-v31 .v31-audience-link:hover,
.public-v31 .v31-audience-link:focus-visible {
  box-shadow: 0 24px 48px rgba(45, 28, 57, 0.15);
  transform: translateY(-5px);
}

.public-v31 .v31-audience-number {
  align-self: start;
  font-size: 0.72rem;
  font-weight: 850;
  opacity: 0.75;
}

.public-v31 .v31-audience-link > span:nth-child(2) {
  display: grid;
  gap: 12px;
}

.public-v31 .v31-audience-link small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.public-v31 .v31-audience-link strong {
  max-width: 18ch;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-2);
  font-weight: 590;
  line-height: 1.06;
  letter-spacing: -0.038em;
}

.public-v31 .v31-audience-link > i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--v31-plum-deep);
  background: #fff;
  border-radius: 50%;
  font-size: 1.1rem;
  font-style: normal;
}

.public-v31 .v31-role-band {
  padding-block: var(--v31-section-space);
  color: rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 14% 14%, rgba(13, 166, 184, 0.19), transparent 27rem),
    linear-gradient(145deg, #21162d, #342143 58%, #402653);
}

.public-v31 .v31-role-band .eyebrow {
  color: #7ddbe0;
}

.public-v31 .v31-role-band h2,
.public-v31 .v31-role-band h3 {
  color: #fff;
}

.public-v31 .v31-role-band-heading {
  max-width: 790px;
  margin-bottom: 28px;
}

.public-v31 .v31-role-band-heading h2 {
  margin-bottom: 16px;
}

.public-v31 .v31-role-band-heading > p:last-child {
  max-width: 690px;
  margin: 0;
  line-height: 1.72;
}

.public-v31 .v31-role-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 8vw, 120px);
}

.public-v31 .v31-role-columns article {
  position: relative;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.public-v31 .v31-role-columns article > span {
  position: absolute;
  top: 34px;
  right: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.76rem;
  font-weight: 850;
}

.public-v31 .v31-role-columns h3 {
  margin-bottom: 18px;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-3);
  font-weight: 590;
  letter-spacing: -0.038em;
}

.public-v31 .v31-role-columns article > p:last-child {
  max-width: 510px;
  margin: 0;
  line-height: 1.72;
}

.public-v31 .v31-access-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  gap: clamp(50px, 10vw, 150px);
}

.public-v31 .v31-access-band-grid h2 {
  margin-bottom: 0;
}

.public-v31 .v31-access-band-grid > div:last-child {
  display: grid;
  align-content: end;
  gap: 20px;
}

.public-v31 .v31-access-band-grid > div:last-child p {
  margin: 0;
  line-height: 1.72;
}

.public-v31 .v31-steps {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-steps > ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v31-steps > ol.v31-steps--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.public-v31 .v31-steps li {
  min-height: 255px;
  padding: 28px 25px;
  border-top: 1px solid var(--v31-line);
  border-right: 1px solid var(--v31-line);
}

.public-v31 .v31-steps li:last-child {
  border-right: 0;
}

.public-v31 .v31-steps li > span {
  display: block;
  margin-bottom: 50px;
  color: var(--v31-coral);
  font-size: 0.72rem;
  font-weight: 850;
}

.public-v31 .v31-steps h3 {
  margin-bottom: 13px;
}

.public-v31 .v31-steps li p {
  margin: 0;
  color: var(--v31-ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.public-v31 .v31-role-jump {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-block: 48px;
}

.public-v31 .v31-role-jump a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 18px 24px;
  color: var(--v31-ink);
  border-right: 1px solid var(--v31-line);
  font-size: 0.86rem;
  font-weight: 770;
  text-decoration: none;
}

.public-v31 .v31-role-jump a:last-child { border-right: 0; }
.public-v31 .v31-role-jump a:hover,
.public-v31 .v31-role-jump a:focus-visible { color: var(--v31-purple); }
.public-v31 .v31-role-jump span { color: var(--v31-coral); font-size: 0.69rem; }

/* Linear process ----------------------------------------------------- */

.public-v31 .v31-process {
  padding-block: var(--v31-section-space);
  background: var(--v31-periwinkle-light);
}

.public-v31 .v31-process-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v31-process-list > li {
  display: grid;
  grid-template-columns: 70px minmax(260px, 0.72fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 74px);
  min-height: 275px;
  padding-block: 45px;
  border-top: 1px solid var(--v31-line);
  scroll-margin-top: 110px;
}

.public-v31 .v31-process-list > li:last-child {
  border-bottom: 1px solid var(--v31-line);
}

.public-v31 .v31-process-number {
  align-self: start;
  padding-top: 9px;
  color: var(--v31-coral);
  font-size: 0.75rem;
  font-weight: 850;
}

.public-v31 .v31-process-list h3 {
  margin-bottom: 15px;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-3);
  font-weight: 600;
  letter-spacing: -0.038em;
}

.public-v31 .v31-process-list li > div:nth-child(2) > p:last-child {
  margin: 0;
  color: var(--v31-ink-soft);
  line-height: 1.7;
}

.public-v31 .v31-process-preview {
  justify-self: end;
  width: min(100%, 560px);
  min-height: 135px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(48, 31, 61, 0.08);
}

.public-v31 .v31-process-preview--profile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.public-v31 .v31-process-preview--profile > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 15px;
  font-weight: 900;
}

.public-v31 .v31-process-preview--profile p { display: grid; gap: 3px; margin: 0; }
.public-v31 .v31-process-preview--profile small { color: #7a6d7d; }
.public-v31 .v31-process-preview--profile i { color: #087c89; font-size: 0.68rem; font-style: normal; font-weight: 800; }

.public-v31 .v31-process-preview--people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.public-v31 .v31-process-preview--people > span {
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 95px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 18px;
  font-weight: 850;
}

.public-v31 .v31-process-preview--people > span:nth-child(2) { background: var(--v31-aqua); }
.public-v31 .v31-process-preview--people > span:nth-child(3) { background: var(--v31-blue); }
.public-v31 .v31-process-preview--people small { font-size: 0.65rem; font-weight: 700; }

.public-v31 .v31-process-preview--tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
}

.public-v31 .v31-process-preview--tools span {
  display: grid;
  place-items: center;
  min-height: 78px;
  color: var(--v31-plum);
  background: var(--v31-lilac);
  border-radius: 15px;
  font-size: 0.72rem;
  font-weight: 820;
}

.public-v31 .v31-process-preview--chart {
  display: flex;
  align-items: end;
  gap: 12px;
}

.public-v31 .v31-process-preview--chart i { flex: 1; height: 28%; background: var(--v31-purple); border-radius: 8px 8px 2px 2px; }
.public-v31 .v31-process-preview--chart i:nth-child(2) { height: 42%; }
.public-v31 .v31-process-preview--chart i:nth-child(3) { height: 36%; }
.public-v31 .v31-process-preview--chart i:nth-child(4) { height: 63%; }
.public-v31 .v31-process-preview--chart i:nth-child(5) { height: 52%; }
.public-v31 .v31-process-preview--chart i:nth-child(6) { height: 78%; background: var(--v31-aqua); }

.public-v31 .v31-process-preview--chat { display: grid; gap: 11px; }
.public-v31 .v31-process-preview--chat p { width: fit-content; max-width: 82%; margin: 0; padding: 10px 13px; border-radius: 13px; font-size: 0.72rem; }
.public-v31 .v31-process-preview--chat p:first-child { justify-self: end; color: #fff; background: var(--v31-plum); }
.public-v31 .v31-process-preview--chat p:last-child { background: var(--v31-lilac); }

.public-v31 .v31-process-preview--followup { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.public-v31 .v31-process-preview--followup span { display: grid; gap: 4px; }
.public-v31 .v31-process-preview--followup small { color: #7b6f7f; }
.public-v31 .v31-process-preview--followup i { padding: 8px 11px; color: #087c89; background: #dff5f4; border-radius: 999px; font-size: 0.66rem; font-style: normal; font-weight: 800; }

.public-v31 .v31-mini-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v31-mini-steps li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #554759;
  font-size: 0.8rem;
  font-weight: 720;
}

.public-v31 .v31-mini-steps span {
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 50%;
  font-size: 0.66rem;
}

/* Scroll-linked phone story ----------------------------------------- */

.public-v31 .phone-scroll-story {
  padding-block: var(--v31-section-space);
}

.public-v31 .phone-scroll-story-heading {
  max-width: 790px;
  margin: 0 auto clamp(64px, 9vw, 110px);
  text-align: center;
}

.public-v31 .phone-scroll-story-heading h2 {
  max-width: 42ch;
  margin-inline: auto;
  margin-bottom: 16px;
}

.public-v31 .phone-scroll-story-heading > p:last-child {
  max-width: 700px;
  margin: 0 auto;
  color: var(--v31-ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.public-v31 .phone-scroll-story-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(430px, 1.12fr);
  align-items: start;
  gap: clamp(24px, 4vw, 52px);
}

.public-v31 .phone-scroll-story-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-v31 .phone-scroll-story-step {
  display: grid;
  align-content: center;
  min-height: 58vh;
  min-height: 58svh;
  padding-block: 46px;
  opacity: 0.48;
  transition: opacity 260ms ease;
}

.public-v31 .phone-scroll-story-step.is-phone-step-active {
  opacity: 1;
}

.public-v31 .phone-scroll-story-trigger {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 17px;
  width: 100%;
  min-height: 70px;
  padding: 0 0 20px;
  color: var(--v31-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v31-line);
  border-radius: 0;
  box-shadow: none;
  font: inherit;
  text-align: left;
  cursor: default;
}

.public-v31 .is-phone-story-enhanced .phone-scroll-story-trigger {
  cursor: pointer;
}

.public-v31 .phone-scroll-story-trigger:disabled {
  opacity: 1;
}

.public-v31 .phone-scroll-story-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--v31-purple);
  background: var(--v31-lilac);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 850;
  transition: color 180ms ease, background-color 180ms ease;
}

.public-v31 .is-phone-trigger-active .phone-scroll-story-number {
  color: #fff;
  background: var(--v31-coral);
}

.public-v31 .phone-scroll-story-trigger > span:last-child {
  display: grid;
  gap: 5px;
}

.public-v31 .phone-scroll-story-trigger strong {
  font-size: 1.03rem;
}

.public-v31 .phone-scroll-story-trigger small {
  color: #776a7a;
  font-size: 0.72rem;
}

.public-v31 .phone-scroll-story-copy {
  max-width: 520px;
  padding: 26px 0 0 59px;
}

.public-v31 .phone-scroll-story-copy h3 {
  margin-bottom: 13px;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-3);
  font-weight: 600;
  letter-spacing: -0.038em;
}

.public-v31 .phone-scroll-story-copy p {
  margin: 0;
  color: var(--v31-ink-soft);
  line-height: 1.72;
}

.public-v31 .phone-scroll-story-visual {
  position: sticky;
  top: 116px;
  display: grid;
  justify-items: center;
  min-height: calc(100vh - 145px);
  min-height: calc(100svh - 145px);
  padding: 28px 0 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.92) 0 12rem, transparent 12.1rem),
    linear-gradient(150deg, #e8e2f5, #dce7f6);
  border-radius: 46% 28% 42% 31% / 32% 48% 28% 43%;
}

.public-v31 .phone-scroll-story-device-label {
  align-self: end;
  width: min(360px, calc(100% - 92px));
  margin: 0 0 15px;
  padding-inline: 18px;
  color: #716476;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.public-v31 .phone-scroll-story-device {
  position: relative;
  width: min(318px, 70%);
  aspect-ratio: 0.49;
  padding: 10px;
  color: #2d2232;
  background: #21172d;
  border: 4px solid #493957;
  border-radius: 43px;
  box-shadow: 0 35px 64px rgba(40, 24, 52, 0.28);
}

.public-v31 .phone-scroll-story-speaker {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 8;
  width: 62px;
  height: 6px;
  background: #4d4056;
  border-radius: 999px;
  transform: translateX(-50%);
}

.public-v31 .phone-scroll-story-screens {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #f8f7fa;
  border-radius: 30px;
}

.public-v31 .phone-scroll-story-screen {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  background: #f8f7fa;
}

.public-v31 .is-phone-story-enhanced .phone-scroll-story-screen {
  position: absolute;
  inset: 0;
}

.public-v31 .phone-scroll-story:not(.is-phone-story-enhanced) .phone-scroll-story-screens {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.public-v31 .phone-scroll-story:not(.is-phone-story-enhanced) .phone-scroll-story-screen {
  scroll-snap-align: start;
}

.public-v31 .is-phone-screen-entering-from-bottom:not([hidden]) {
  animation: v31-phone-rise 420ms cubic-bezier(0.22, 0.75, 0.2, 1) both;
}

.public-v31 .is-phone-screen-entering-from-top:not([hidden]) {
  animation: v31-phone-lower 360ms cubic-bezier(0.22, 0.75, 0.2, 1) both;
}

@keyframes v31-phone-rise {
  from { opacity: 0; transform: translateY(54px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes v31-phone-lower {
  from { opacity: 0; transform: translateY(-28px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.public-v31 .phone-scroll-story-screen-ui {
  height: 100%;
  padding: 30px 14px 17px;
  overflow: hidden;
}

.public-v31 .phone-story-app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(74, 57, 82, 0.1);
}

.public-v31 .phone-story-app-bar > span:nth-child(2) {
  display: grid;
  flex: 1;
  gap: 1px;
}

.public-v31 .phone-story-app-bar small {
  color: #8a7f8f;
  font-size: 0.43rem;
}

.public-v31 .phone-story-app-bar strong {
  font-size: 0.69rem;
}

.public-v31 .phone-story-app-bar > i,
.public-v31 .phone-story-app-bar > span:last-child {
  color: #7b6f80;
  font-size: 0.48rem;
  font-style: normal;
}

.public-v31 .phone-story-mark {
  display: grid;
  flex: 0 0 26px;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #fff !important;
  background: var(--v31-purple);
  border-radius: 8px;
  font-size: 0.57rem !important;
  font-weight: 900;
}

.public-v31 .phone-story-welcome {
  display: grid;
  gap: 3px;
  padding: 24px 4px 15px;
}

.public-v31 .phone-story-welcome small,
.public-v31 .phone-story-list-card small,
.public-v31 .phone-story-profile-heading small,
.public-v31 .phone-story-question small,
.public-v31 .phone-story-due-card small,
.public-v31 .phone-story-context-label {
  color: #887d8d;
  font-size: 0.48rem;
}

.public-v31 .phone-story-welcome strong { font-size: 0.9rem; }
.public-v31 .phone-story-welcome p { margin: 0; color: #807482; font-size: 0.5rem; }

.public-v31 .phone-story-metrics,
.public-v31 .phone-story-profile-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 7px 0 12px;
}

.public-v31 .phone-story-metrics > span,
.public-v31 .phone-story-profile-summary > span {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 60px;
  background: #fff;
  border-radius: 10px;
}

.public-v31 .phone-story-metrics strong,
.public-v31 .phone-story-profile-summary strong { font-size: 0.85rem; }
.public-v31 .phone-story-metrics small,
.public-v31 .phone-story-profile-summary small { color: #887d8d; font-size: 0.43rem; }

.public-v31 .phone-story-list-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 8px;
  background: #fff;
  border-radius: 10px;
}

.public-v31 .phone-story-list-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  background: var(--v31-aqua);
  border-radius: 8px;
  font-size: 0.55rem;
  font-weight: 900;
}

.public-v31 .phone-story-list-card:nth-of-type(2) .phone-story-list-icon { background: var(--v31-purple); }
.public-v31 .phone-story-list-card p { display: grid; gap: 1px; margin: 0; }
.public-v31 .phone-story-list-card strong { font-size: 0.58rem; }
.public-v31 .phone-story-list-card :is(i, em) { color: #796e7d; font-size: 0.44rem; font-style: normal; }

.public-v31 .phone-story-dock {
  position: absolute;
  right: 14px;
  bottom: 16px;
  left: 14px;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  color: #8a7f8d;
  border-top: 1px solid rgba(74, 57, 82, 0.1);
  font-size: 0.43rem;
}

.public-v31 .phone-story-dock .is-current { color: var(--v31-purple); font-weight: 850; }

.public-v31 .phone-story-profile-heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.public-v31 .phone-story-profile-heading > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 12px;
  font-size: 0.65rem;
  font-weight: 900;
}

.public-v31 .phone-story-profile-heading p { display: grid; gap: 2px; margin: 0; }
.public-v31 .phone-story-profile-heading strong { font-size: 0.62rem; }
.public-v31 .phone-story-profile-heading > i { color: #087b89; font-size: 0.45rem; font-style: normal; font-weight: 850; }

.public-v31 .phone-story-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0 12px;
}

.public-v31 .phone-story-profile-tags span,
.public-v31 .phone-story-context span {
  padding: 6px 8px;
  color: var(--v31-plum);
  background: var(--v31-lilac);
  border-radius: 999px;
  font-size: 0.43rem;
  font-weight: 750;
}

.public-v31 .phone-story-due-card,
.public-v31 .phone-story-question {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  padding: 13px;
  background: #fff;
  border-radius: 13px;
}

.public-v31 .phone-story-due-card strong,
.public-v31 .phone-story-question strong { font-size: 0.64rem; line-height: 1.3; }
.public-v31 .phone-story-due-card > span { display: flex; gap: 5px; }
.public-v31 .phone-story-due-card > span i { width: 24px; height: 5px; background: #e5dff0; border-radius: 999px; }
.public-v31 .phone-story-due-card > span i.is-current { background: var(--v31-coral); }
.public-v31 .phone-story-question > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.public-v31 .phone-story-question > div span { display: grid; place-items: center; aspect-ratio: 1; color: #716476; background: var(--v31-periwinkle-light); border-radius: 7px; font-size: 0.5rem; }
.public-v31 .phone-story-question > p { height: 28px; margin: 0; background: #f3f0f5; border-radius: 6px; }

.public-v31 .phone-story-primary-action {
  display: grid;
  place-items: center;
  min-height: 36px;
  margin-top: 13px;
  color: #fff;
  background: var(--v31-purple);
  border-radius: 10px;
  font-size: 0.55rem;
  font-weight: 800;
}

.public-v31 .phone-story-screen-note,
.public-v31 .phone-story-review-note {
  display: block;
  margin-top: 9px;
  color: #817584;
  font-size: 0.43rem;
  text-align: center;
}

.public-v31 .phone-story-context { display: flex; gap: 6px; margin-top: 16px; }
.public-v31 .phone-story-context span.is-current { color: #fff; background: var(--v31-purple); }
.public-v31 .phone-story-context-label { display: block; margin: 9px 2px 18px; }
.public-v31 .phone-story-chat-question,
.public-v31 .phone-story-chat-answer { max-width: 86%; padding: 11px 12px; font-size: 0.58rem; line-height: 1.45; }
.public-v31 .phone-story-chat-question { margin: 0 0 10px auto; color: #fff; background: var(--v31-plum); border-radius: 13px 13px 4px 13px; }
.public-v31 .phone-story-chat-answer { margin: 0 auto 0 0; background: #fff; border-radius: 13px 13px 13px 4px; }
.public-v31 .phone-story-composer { display: flex; align-items: center; justify-content: space-between; margin-top: 21px; padding: 10px 11px; color: #8b7f8d; background: #fff; border-radius: 11px; font-size: 0.5rem; }
.public-v31 .phone-story-composer i { display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: var(--v31-purple); border-radius: 8px; font-style: normal; }

.public-v31 .phone-scroll-story-home-indicator {
  position: absolute;
  bottom: 17px;
  left: 50%;
  z-index: 9;
  width: 72px;
  height: 4px;
  background: #4d4055;
  border-radius: 999px;
  transform: translateX(-50%);
}

/* About -------------------------------------------------------------- */

.public-v31 .v31-about-hero {
  padding-block: 32px 68px;
  background: var(--v31-periwinkle);
}

.public-v31 .v31-about-hero > .v31-shell {
  position: relative;
}

.public-v31 .v31-about-hero-media {
  min-height: 440px;
  margin: 0 0 0 18%;
}

.public-v31 .v31-about-hero-media img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  border: 0;
  border-radius: 28px 80px 28px 28px;
  box-shadow: 0 30px 64px rgba(43, 27, 54, 0.16);
}

.public-v31 .v31-about-hero-panel {
  position: absolute;
  bottom: -46px;
  left: var(--v31-gutter);
  width: min(560px, 48%);
  padding: clamp(34px, 5vw, 58px);
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(145deg, #23172f, #3c284c);
  border-radius: 25px 70px 25px 25px;
  box-shadow: 0 26px 56px rgba(39, 24, 49, 0.23);
}

.public-v31 .v31-about-hero-panel .eyebrow { color: #80dfe2; }
.public-v31 .v31-about-hero-panel h1 { max-width: 32ch; margin-bottom: 16px; color: #fff; font-size: var(--v31-heading-1); }
.public-v31 .v31-about-hero-panel h1 em { color: #b8a2e6; }
.public-v31 .v31-about-hero-panel > p:last-child { margin: 0; line-height: 1.72; }

.public-v31 .v31-mission {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 52px);
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-mission h2 { margin-bottom: 0; }
.public-v31 .v31-mission > div:last-child { display: grid; align-content: end; gap: 22px; }
.public-v31 .v31-mission > div:last-child p { margin: 0; color: var(--v31-ink-soft); line-height: 1.78; }

.public-v31 .v31-values {
  padding-block: var(--v31-section-space);
  background: var(--v31-periwinkle-light);
}

.public-v31 .v31-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 96px);
}

.public-v31 .v31-values-grid article {
  padding-top: 28px;
  border-top: 1px solid var(--v31-line);
}

.public-v31 .v31-values-grid article > span {
  display: block;
  margin-bottom: 45px;
  color: var(--v31-coral);
  font-size: 0.72rem;
  font-weight: 850;
}

.public-v31 .v31-values-grid h3 { margin-bottom: 16px; }
.public-v31 .v31-values-grid article p { margin: 0; color: var(--v31-ink-soft); line-height: 1.72; }

.public-v31 .v31-values-grid--light article { border-color: rgba(255, 255, 255, 0.2); }
.public-v31 .v31-values-grid--light article p { color: rgba(255, 255, 255, 0.7); }
.public-v31 .v31-values-grid--light article > span { color: #7edbe0; }

.public-v31 .v31-network {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-network-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(40px, 8vw, 110px);
}

.public-v31 .v31-network-list a {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 126px;
  color: var(--v31-ink);
  border-bottom: 1px solid var(--v31-line);
  text-decoration: none;
}

.public-v31 .v31-network-list img {
  width: auto;
  max-width: 105px;
  max-height: 48px;
  border: 0;
  object-fit: contain;
  filter: saturate(0.74);
}

.public-v31 .v31-network-list a > span { display: grid; gap: 3px; }
.public-v31 .v31-network-list small { color: #7d7080; font-size: 0.67rem; }
.public-v31 .v31-network-list strong { font-size: 0.93rem; }
.public-v31 .v31-network-list i { font-style: normal; transition: transform 180ms ease; }
.public-v31 .v31-network-list a:hover i,
.public-v31 .v31-network-list a:focus-visible i { transform: translate(3px, -3px); }

/* Conversion and footer --------------------------------------------- */

.public-v31 .v31-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-final-cta h2 {
  max-width: 42ch;
  margin-bottom: 0;
}

.public-v31 .v31-final-cta .v31-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.public-v31 .site-footer {
  background:
    radial-gradient(circle at 12% 14%, rgba(13, 166, 184, 0.17), transparent 27rem),
    linear-gradient(145deg, #20152b, #30203f 56%, #3d2850);
}

.public-v31 .footer-conversion {
  width: min(calc(100% - 2 * var(--v31-gutter)), var(--v31-width));
  padding-block: var(--v31-section-space);
}

.public-v31 .footer-conversion .button.primary {
  background: var(--v31-coral);
}

.public-v31 .site-footer-main,
.public-v31 .site-footer-meta {
  width: min(calc(100% - 2 * var(--v31-gutter)), var(--v31-width));
}

.public-v31 .footer-brand-column > p {
  max-width: 360px;
}

.public-v31 .chatbot-root {
  z-index: 80;
}

/* Responsive --------------------------------------------------------- */

@media (max-width: 1180px) {
  .public-v31 .site-header { min-height: 76px; }
  .public-v31 .public-logo-frame { flex-basis: 132px; width: 132px; height: 60px; }
  .public-v31 .site-nav-menu { display: block; }
  .public-v31 .site-nav-menu > div {
    max-height: calc(100vh - var(--public-header-height) - 18px);
    max-height: calc(100dvh - var(--public-header-height) - 18px);
    overflow-y: auto;
  }
  .public-v31 .site-nav > :is(.site-nav-solution, .site-nav-process, .site-nav-people, .site-nav-about, .site-nav-contact, .site-nav-login, .site-nav-signup) { display: none; }

  .public-v31 .v31-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 40px;
    min-height: auto;
  }

  .public-v31 .v31-hero-product .product-ecosystem { min-height: 520px; transform: scale(0.9); transform-origin: center; }
  .public-v31 .v31-hero--photo .v31-hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); }
  .public-v31 .v31-feature-row,
  .public-v31 .v31-feature-row--reverse { gap: 60px; }
  .public-v31 .v31-capability-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .public-v31 .v31-capability-list article:nth-child(3) { border-right: 0; }
  .public-v31 .v31-capability-list article:nth-child(n + 4) { border-top-color: transparent; }
  .public-v31 .v31-steps > ol.v31-steps--five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .public-v31 .v31-steps > ol.v31-steps--five li:nth-child(3) { border-right: 0; }
  .public-v31 .v31-steps > ol.v31-steps--five li:nth-child(n + 4) { border-top-color: transparent; }
  .public-v31 .phone-scroll-story-layout { grid-template-columns: minmax(330px, 0.85fr) minmax(390px, 1.15fr); gap: 54px; }
  .public-v31 .phone-scroll-story-device { width: min(286px, 72%); }
}

@media (max-width: 920px) {
  .public-v31 { --v31-gutter: clamp(22px, 5vw, 44px); }
  .public-v31 .v31-page h1 { font-size: var(--v31-heading-1); }
  .public-v31 .v31-page h2 { font-size: var(--v31-heading-2); }

  .public-v31 .v31-hero-grid,
  .public-v31 .v31-hero--photo .v31-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: var(--v31-section-space);
  }

  .public-v31 .v31-hero-copy { max-width: 700px; }
  .public-v31 .v31-hero-copy h1 { max-width: 32ch; }
  .public-v31 .v31-hero-product { width: min(100%, 730px); margin-inline: auto; transform: none; }
  .public-v31 .v31-hero-product .product-ecosystem { min-height: 560px; transform: none; }
  .public-v31 .v31-hero-photo { min-height: 520px; }
  .public-v31 .v31-hero-photo > img { min-height: 520px; }
  .public-v31 .v31-photo-callout { right: 18px; }

  .public-v31 .v31-compact-hero-grid,
  .public-v31 .v31-section-heading,
  .public-v31 .v31-mission,
  .public-v31 .v31-access-band-grid,
  .public-v31 .v31-final-cta {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .public-v31 .v31-section-heading { margin-bottom: 28px; }
  .public-v31 .v31-feature-row,
  .public-v31 .v31-feature-row--reverse {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: var(--v31-section-space);
  }
  .public-v31 .v31-feature-row > :first-child,
  .public-v31 .v31-feature-row > :last-child,
  .public-v31 .v31-feature-row--reverse > :first-child,
  .public-v31 .v31-feature-row--reverse > :last-child { order: initial; }
  .public-v31 .v31-feature-row .v31-feature-copy { order: 1; }
  .public-v31 .v31-feature-row .v31-feature-media,
  .public-v31 .v31-feature-row > :not(.v31-feature-copy) { order: 2; }
  .public-v31 .v31-feature-copy { max-width: 680px; }
  .public-v31 .v31-feature-media { width: min(100%, 760px); }
  .public-v31 .v31-permission-visual,
  .public-v31 .v31-assistant-visual,
  .public-v31 .v31-progress-visual,
  .public-v31 .v31-client-update-visual { width: min(100%, 720px); }

  .public-v31 .phone-scroll-story-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .public-v31 .phone-scroll-story-visual {
    top: 86px;
    z-index: 4;
    order: -1;
    width: 100%;
    min-height: 54vh;
    min-height: 54svh;
    margin-bottom: 30px;
    padding-block: 10px 24px;
  }
  .public-v31 .phone-scroll-story-device { width: min(236px, 56%); }
  .public-v31 .phone-scroll-story-device-label { margin-bottom: 8px; }
  .public-v31 .phone-scroll-story-step { min-height: 46vh; min-height: 46svh; }

  .public-v31 .v31-process-list > li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 24px;
  }
  .public-v31 .v31-process-preview { grid-column: 2; justify-self: start; margin-top: 8px; }
  .public-v31 .v31-role-jump { grid-template-columns: 1fr; }
  .public-v31 .v31-role-jump a { border-right: 0; border-bottom: 1px solid var(--v31-line); }
  .public-v31 .v31-role-jump a:last-child { border-bottom: 0; }

  .public-v31 .v31-about-hero-media { min-height: 400px; margin-left: 10%; }
  .public-v31 .v31-about-hero-media img { min-height: 400px; }
  .public-v31 .v31-about-hero-panel { width: min(560px, 70%); }
  .public-v31 .v31-mission { padding-block: var(--v31-section-space); }
  .public-v31 .v31-final-cta .v31-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .public-v31 { --v31-gutter: 22px; }
  .public-v31 .v31-page h1 { font-size: var(--v31-heading-1); line-height: 1.2; }
  .public-v31 .v31-page h2 { font-size: var(--v31-heading-2); }
  .public-v31 .v31-page h3 { font-size: var(--v31-heading-3); }
  .public-v31 .site-header { min-height: 70px; padding-inline: 18px; }
  .public-v31 .public-logo-frame { flex-basis: 116px; width: 116px; height: 54px; }

  .public-v31 .v31-hero-grid,
  .public-v31 .v31-hero--photo .v31-hero-grid { padding-block: var(--v31-section-space); }
  .public-v31 .v31-hero-copy h1 { margin-bottom: 16px; }
  .public-v31 .v31-hero-lede { font-size: 1rem; line-height: 1.68; }
  .public-v31 .v31-actions { display: grid; grid-template-columns: 1fr; width: 100%; margin-top: 26px; }
  .public-v31 .v31-actions .button { width: 100%; }
  .public-v31 .v31-trust-note { font-size: 0.7rem; }
  .public-v31 .v31-hero-product .product-ecosystem { min-height: 440px; transform: scale(0.82); transform-origin: top center; margin-bottom: -80px; }
  .public-v31 .v31-hero-photo,
  .public-v31 .v31-hero-photo > img { min-height: 390px; }
  .public-v31 .v31-hero-photo > img { border-radius: 24px 24px 68px 24px; }
  .public-v31 .v31-photo-callout { right: 10px; bottom: 42px; min-width: 210px; padding: 12px 14px; }

  .public-v31 .v31-logo-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 32px; }
  .public-v31 .v31-logo-row img { max-width: 140px; max-height: 42px; }
  .public-v31 .v31-intro { padding-block: var(--v31-section-space); }
  .public-v31 .v31-intro > p:last-child { font-size: 1rem; }

  .public-v31 .v31-feature-row,
  .public-v31 .v31-feature-row--reverse { gap: 36px; padding-block: var(--v31-section-space); }
  .public-v31 .v31-feature-copy h2 { margin-bottom: 16px; }
  .public-v31 .v31-feature-media--photo > img,
  .public-v31 .v31-feature-row--reverse .v31-feature-media--photo > img { border-radius: 22px 54px 22px 22px; }
  .public-v31 .v31-feature-media--product { padding-top: 16px; }
  .public-v31 .v31-feature-media--product img,
  .public-v31 .v31-feature-row--reverse .v31-feature-media--product img { transform: translateX(-2%); }
  .public-v31 .v31-inline-facts > span { grid-template-columns: 100px 1fr; }

  .public-v31 .v31-capability-list,
  .public-v31 .v31-steps > ol,
  .public-v31 .v31-steps > ol.v31-steps--five { grid-template-columns: 1fr; }
  .public-v31 .v31-capability-list article,
  .public-v31 .v31-steps li { min-height: auto; padding: 25px 5px 32px; border-right: 0; border-top: 1px solid var(--v31-line) !important; }
  .public-v31 .v31-capability-list article > span,
  .public-v31 .v31-steps li > span { margin-bottom: 28px; }

  .public-v31 .v31-audience-links,
  .public-v31 .v31-role-columns,
  .public-v31 .v31-values-grid,
  .public-v31 .v31-network-list { grid-template-columns: 1fr; }
  .public-v31 .v31-audience-link { min-height: 250px; border-radius: 24px 58px 24px 24px; }
  .public-v31 .v31-audience-link--client { border-radius: 58px 24px 24px 24px; }
  .public-v31 .v31-audience-link strong { font-size: 1.9rem; }

  .public-v31 .phone-scroll-story { padding-inline: 0; }
  .public-v31 .phone-scroll-story-heading { padding-inline: 22px; margin-bottom: 48px; }
  .public-v31 .phone-scroll-story-layout { width: 100%; }
  .public-v31 .phone-scroll-story-visual { top: 74px; min-height: 50vh; min-height: 50svh; border-radius: 0; }
  .public-v31 .phone-scroll-story-device { width: min(212px, 62%); }
  .public-v31 .phone-scroll-story-device-label { font-size: 0.56rem; }
  .public-v31 .phone-scroll-story-steps { padding-inline: 22px; }
  .public-v31 .phone-scroll-story-step { min-height: 48vh; min-height: 48svh; padding-block: 34px; }
  .public-v31 .phone-scroll-story-copy { padding-left: 0; }
  .public-v31 .phone-scroll-story-copy h3 { font-size: var(--v31-heading-3); }

  .public-v31 .v31-permission-visual { min-height: 450px; }
  .public-v31 .v31-permission-person { min-width: 145px; padding: 10px; }
  .public-v31 .v31-permission-person--one { left: 1%; }
  .public-v31 .v31-permission-person--two { right: 0; }
  .public-v31 .v31-permission-person--three { right: 4%; }
  .public-v31 .v31-assistant-visual,
  .public-v31 .v31-progress-visual,
  .public-v31 .v31-client-update-visual { padding: 22px; border-radius: 28px 18px 48px 18px; }
  .public-v31 .v31-progress-bars { height: 190px; padding-inline: 12px; }

  .public-v31 .v31-process-list > li { grid-template-columns: 38px 1fr; min-height: auto; padding-block: 42px; }
  .public-v31 .v31-process-preview { grid-column: 1 / -1; width: 100%; }
  .public-v31 .v31-process-preview--tools { grid-template-columns: repeat(2, 1fr); }
  .public-v31 .v31-process-preview--people { gap: 7px; padding-inline: 12px; }
  .public-v31 .v31-process-preview--followup { align-items: flex-start; flex-direction: column; }

  .public-v31 .v31-about-hero { padding-top: 26px; }
  .public-v31 .v31-about-hero-media { min-height: 460px; margin-left: 0; }
  .public-v31 .v31-about-hero-media img { min-height: 460px; border-radius: 22px 54px 22px 22px; }
  .public-v31 .v31-about-hero-panel { position: relative; bottom: auto; left: auto; width: calc(100% - 24px); margin: -80px 12px 0; padding: 30px 26px; border-radius: 22px 50px 22px 22px; }
  .public-v31 .v31-about-hero-panel h1 { font-size: var(--v31-heading-1); }
  .public-v31 .v31-mission { padding-block: var(--v31-section-space); }
  .public-v31 .v31-network-list a { grid-template-columns: 90px 1fr auto; gap: 16px; }
  .public-v31 .v31-network-list img { max-width: 86px; }

  .public-v31 .v31-final-cta { padding-block: var(--v31-section-space); }
  .public-v31 .v31-final-cta .v31-actions { width: 100%; }
  .public-v31 .footer-conversion { width: calc(100% - 44px); }
  .public-v31 .site-footer-main,
  .public-v31 .site-footer-meta { width: calc(100% - 44px); }
}

@media (max-width: 390px) {
  .public-v31 { --v31-gutter: 18px; }
  .public-v31 .v31-page h1 { font-size: var(--v31-heading-1); }
  .public-v31 .v31-page h2 { font-size: var(--v31-heading-2); }
  .public-v31 .v31-hero-product .product-ecosystem { transform: scale(0.74); margin-bottom: -115px; }
  .public-v31 .v31-hero-photo,
  .public-v31 .v31-hero-photo > img { min-height: 340px; }
  .public-v31 .v31-photo-callout { right: 6px; min-width: 198px; }
  .public-v31 .v31-audience-link { grid-template-columns: 1fr auto; }
  .public-v31 .v31-audience-link .v31-audience-number { display: none; }
  .public-v31 .phone-scroll-story-heading,
  .public-v31 .phone-scroll-story-steps { padding-inline: 18px; }
  .public-v31 .phone-scroll-story-device { width: 198px; }
  .public-v31 .phone-scroll-story-visual { min-height: 48vh; min-height: 48svh; }
  .public-v31 .v31-permission-centre { width: 136px; }
  .public-v31 .v31-permission-person { min-width: 132px; }
  .public-v31 .v31-permission-person small { display: none; }
  .public-v31 .v31-mini-steps { grid-template-columns: 1fr; }
}

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

/* v32 authentic product evidence ----------------------------------- */

.public-v31 .v32-demo-visual {
  min-width: 0;
  margin: 0;
}

.public-v31 .v32-demo-visual-stage {
  position: relative;
  isolation: isolate;
}

.public-v31 .v32-demo-visual picture,
.public-v31 .v32-demo-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.public-v31 .v32-demo-visual img {
  position: relative;
  z-index: 2;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(40, 24, 52, 0.2);
}

.public-v31 .v32-demo-visual figcaption {
  margin-top: 11px;
  color: #746777;
  font-size: 0.66rem;
  line-height: 1.45;
}

.public-v31 .v32-demo-visual--portrait .v32-demo-visual-stage,
.public-v31 .v32-demo-visual--portrait figcaption {
  width: min(100%, 430px);
  margin-inline: auto;
}

.public-v31 .v32-demo-visual--hero {
  width: min(52vw, 800px);
  max-width: 100%;
}

.public-v31 .v32-demo-visual--hero img {
  border-radius: 22px;
  box-shadow: 0 38px 82px rgba(39, 24, 52, 0.23);
  transform: perspective(1600px) rotateY(-2.2deg) rotateX(0.8deg);
  transform-origin: center left;
}

.public-v31 .v32-demo-visual--feature img,
.public-v31 .v32-process-capture img {
  box-shadow: 0 28px 62px rgba(45, 29, 60, 0.17);
}

.public-v31 .v32-ai-aura {
  position: absolute;
  right: -7%;
  bottom: -13%;
  z-index: 1;
  width: 42%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(112, 85, 181, 0.56) 0, rgba(13, 166, 184, 0.32) 31%, rgba(112, 85, 181, 0.08) 57%, transparent 72%);
  filter: blur(14px);
  opacity: 0.86;
  animation: v32-ai-breathe 4.8s ease-in-out infinite;
  pointer-events: none;
}

.public-v31 .v32-ai-aura i {
  position: absolute;
  inset: 29%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.public-v31 .v32-ai-aura i:nth-child(2) { inset: 17%; opacity: 0.52; }
.public-v31 .v32-ai-aura i:nth-child(3) { inset: 6%; opacity: 0.25; }

@keyframes v32-ai-breathe {
  0%, 100% { opacity: 0.7; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1.08); }
}

.public-v31 .v32-ai-live-signal {
  position: absolute;
  right: -24px;
  bottom: -52px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 13px;
  width: min(310px, 75%);
  padding: 14px 17px;
  color: #fff;
  background: linear-gradient(135deg, rgba(39, 24, 52, 0.96), rgba(82, 54, 108, 0.96));
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(43, 24, 59, 0.28), 0 0 44px rgba(112, 85, 181, 0.3);
  backdrop-filter: blur(16px);
}

.public-v31 .v32-ai-orb {
  display: grid;
  flex: 0 0 45px;
  place-items: center;
  width: 45px;
  height: 45px;
  color: #31223d;
  background: radial-gradient(circle at 30% 25%, #fff, #f5e7bd 56%, #55c7d2);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.08), 0 0 28px rgba(109, 216, 222, 0.6);
  font-size: 0.83rem;
  font-weight: 900;
}

.public-v31 .v32-ai-live-signal p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.public-v31 .v32-ai-live-signal small {
  color: #98e7e4;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-v31 .v32-ai-live-signal strong { font-size: 0.88rem; }
.public-v31 .v32-ai-live-signal p > span { color: rgba(255, 255, 255, 0.72); font-size: 0.64rem; line-height: 1.35; }

.public-v31 .v31-hero-product:has(.v32-demo-visual) {
  transform: none;
}

.public-v31 .v31-hero-product:has(.v32-demo-visual) .v32-demo-visual figcaption {
  max-width: 78%;
  margin-left: auto;
  padding-right: clamp(84px, 10vw, 140px);
  text-align: right;
}

.public-v31 .v32-demo-visual--hero .v32-ai-live-signal {
  right: clamp(70px, 10vw, 140px);
}

/* AI story and roadmap */

.public-v31 .v32-ai-story {
  padding-block: var(--v31-section-space);
  color: #fff;
  background:
    radial-gradient(circle at 17% 26%, rgba(13, 166, 184, 0.17), transparent 27rem),
    radial-gradient(circle at 80% 74%, rgba(112, 85, 181, 0.27), transparent 30rem),
    #24152f;
}

.public-v31 .v32-ai-story .eyebrow { color: #8ee1df; }

.public-v31 .v32-ai-story h2 {
  max-width: 42ch;
  margin-bottom: 0;
  color: #fff;
}

.public-v31 .v32-ai-story h2 em { color: #b7a9ea; }

.public-v31 .v32-ai-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 130px);
  margin-bottom: clamp(68px, 8vw, 105px);
}

.public-v31 .v32-ai-story-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.78;
}

.public-v31 .v32-ai-story-grid {
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(350px, 0.92fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.public-v31 .v32-ai-story .v32-demo-visual figcaption { color: rgba(255, 255, 255, 0.58); }

.public-v31 .v32-ai-states {
  display: grid;
  gap: 18px;
}

.public-v31 .v32-ai-state {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.public-v31 .v32-ai-state > span,
.public-v31 .v32-status-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  color: #25172f;
  background: #8ee1df;
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 880;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.public-v31 .v32-ai-state--next > span,
.public-v31 .v32-status-label--next { background: #e7dafa; }

.public-v31 .v32-ai-state h3 {
  margin-bottom: 11px;
  color: #fff;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-3);
  font-weight: 600;
}

.public-v31 .v32-ai-state p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.68;
}

.public-v31 .v32-ai-state ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v32-ai-state li,
.public-v31 .v32-ai-source-flow i {
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 720;
}

.public-v31 .v32-ai-source-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(95px, 0.65fr) auto minmax(95px, 0.7fr);
  align-items: center;
  gap: 8px;
  margin-top: 21px;
}

.public-v31 .v32-ai-source-flow > div { display: flex; flex-wrap: wrap; gap: 5px; }
.public-v31 .v32-ai-source-flow b { color: #8ee1df; font-weight: 500; }
.public-v31 .v32-ai-source-flow strong { font-size: 0.68rem; line-height: 1.35; }
.public-v31 .v32-ai-source-flow em { color: #8ee1df; font-size: 0.66rem; font-style: normal; font-weight: 760; line-height: 1.4; }
.public-v31 .v32-ai-state > small { display: block; margin-top: 17px; color: rgba(255, 255, 255, 0.53); font-size: 0.62rem; line-height: 1.5; }

/* Platform AI direction */

.public-v31 .v31-capability-list:has(article:nth-child(6)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-v31 .v31-capability-list:has(article:nth-child(6)) article:nth-child(3n) { border-right: 0; }
.public-v31 .v31-capability-list:has(article:nth-child(6)) article:nth-child(n + 4) { border-top-color: transparent; }

.public-v31 .v32-platform-ai,
.public-v31 .v32-ai-roadmap {
  padding-block: var(--v31-section-space);
  background: linear-gradient(145deg, #2b1b38, #3f2a56);
  color: #fff;
}

.public-v31 .v32-platform-ai-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(55px, 9vw, 130px);
}

.public-v31 .v32-platform-ai .eyebrow,
.public-v31 .v32-ai-roadmap .eyebrow { color: #8ee1df; }
.public-v31 .v32-platform-ai h2,
.public-v31 .v32-ai-roadmap h2 { color: #fff; }
.public-v31 .v32-platform-ai-grid > div > p:last-child,
.public-v31 .v32-ai-roadmap p { color: rgba(255, 255, 255, 0.7); line-height: 1.76; }

.public-v31 .v32-ai-roadmap-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v32-ai-roadmap-steps li {
  min-height: 180px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 21px;
}

.public-v31 .v32-ai-roadmap-steps span { display: block; margin-bottom: 36px; color: #8ee1df; font-size: 0.66rem; font-weight: 850; }
.public-v31 .v32-ai-roadmap-steps strong { display: block; margin-bottom: 9px; color: #fff; }
.public-v31 .v32-ai-roadmap-steps p { margin: 0; font-size: 0.78rem; line-height: 1.55; }

/* Real sequential product captures */

.public-v31 .v32-process-capture {
  min-height: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.public-v31 .v32-process-capture .v32-demo-visual-stage {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(48, 31, 61, 0.13);
}

.public-v31 .v32-process-capture img {
  height: 205px;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  box-shadow: none;
}

.public-v31 .v32-process-capture figcaption { margin-top: 8px; }

/* Real phone screens; device has no image border */

.public-v31 .phone-scroll-story-device {
  width: min(318px, 70%);
  aspect-ratio: 430 / 757;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 35px 70px rgba(40, 24, 52, 0.3), 0 0 60px rgba(112, 85, 181, 0.13);
}

.public-v31 .phone-scroll-story-screens {
  overflow: hidden;
  background: transparent;
  border-radius: 30px;
}

.public-v31 .phone-scroll-story-screen { background: transparent; }

.public-v31 .phone-scroll-story-screen picture {
  display: block;
  width: 100%;
  height: 100%;
}

.public-v31 .phone-story-real-screen {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.public-v31 .phone-story-ai-glow {
  position: absolute;
  inset: 10% -18% -8%;
  z-index: 1;
  background: radial-gradient(circle at 72% 38%, rgba(105, 84, 190, 0.75), rgba(26, 184, 191, 0.28) 30%, transparent 67%);
  filter: blur(18px);
  animation: v32-ai-breathe 4.8s ease-in-out infinite;
}

.public-v31 .phone-scroll-story-device-label { align-self: end; }

@media (max-width: 1180px) {
  .public-v31 .v32-demo-visual--hero { width: min(56vw, 720px); }
  .public-v31 .v31-hero-product:has(.v32-demo-visual) { transform: none; }
}

@media (max-width: 920px) {
  .public-v31 .v32-demo-visual--hero { width: 100%; }
  .public-v31 .v31-hero-product:has(.v32-demo-visual) { transform: none; }
  .public-v31 .v32-demo-visual--hero img { transform: none; }
  .public-v31 .phone-scroll-story-visual {
    position: relative;
    top: auto;
    z-index: auto;
  }
  .public-v31 .v32-ai-story-heading,
  .public-v31 .v32-ai-story-grid,
  .public-v31 .v32-platform-ai-grid { grid-template-columns: 1fr; }
  .public-v31 .v32-ai-story-grid { align-items: start; }
  .public-v31 .v32-ai-story .v32-demo-visual { width: min(100%, 760px); }
}

@media (max-width: 700px) {
  .public-v31 .v32-demo-visual img,
  .public-v31 .v32-demo-visual--hero img { border-radius: 14px; }
  .public-v31 .v32-demo-visual--hero { padding-bottom: 44px; }
  .public-v31 .v32-ai-live-signal,
  .public-v31 .v32-demo-visual--hero .v32-ai-live-signal { right: 10px; bottom: -34px; width: min(290px, 86%); }
  .public-v31 .v31-hero-product:has(.v32-demo-visual) .v32-demo-visual figcaption { max-width: 100%; padding-right: 0; }
  .public-v31 .v32-ai-story-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .public-v31 .v32-ai-state { padding: 22px; }
  .public-v31 .v32-ai-source-flow { grid-template-columns: 1fr; align-items: start; }
  .public-v31 .v32-ai-source-flow > b { transform: rotate(90deg); transform-origin: left; }
  .public-v31 .v32-platform-ai-grid { gap: 46px; }
  .public-v31 .v32-ai-roadmap-steps { grid-template-columns: 1fr; }
  .public-v31 .v32-ai-roadmap-steps li { min-height: 0; }
  .public-v31 .v31-capability-list:has(article:nth-child(6)) { grid-template-columns: 1fr; }
  .public-v31 .v31-capability-list:has(article:nth-child(6)) article { border-right: 0; border-top: 1px solid var(--v31-line) !important; }
  .public-v31 .v32-process-capture img { height: auto; max-height: 470px; object-fit: cover; object-position: top; }
}

@media (forced-colors: active) {
  .public-v31 .v32-ai-live-signal,
  .public-v31 .v32-ai-state,
  .public-v31 .v32-ai-roadmap-steps li { border: 1px solid CanvasText; }
  .public-v31 .v32-ai-aura,
  .public-v31 .phone-story-ai-glow { display: none; }
}

/* Keep progressive fallbacks honest when the enhancement scripts cannot run. */
html:not(.js) body.public-v31 .chatbot-root,
html:not(.js) body.public-v31 .v33-one-pager-controls {
  display: none;
}

/* v32 page-specific composition refinements */

.public-v31 .v31-hero-photo.v32-demo-visual {
  align-self: center;
  min-height: 0;
}

.public-v31 .v31-hero-photo.v32-demo-visual img {
  min-height: 0;
  border-radius: 22px;
  object-fit: initial;
}

.public-v31 .v31-role-jump:has(a:nth-child(4)) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-v31 .v31-feature-copy > .v32-status-label {
  margin-bottom: 14px;
}

.public-v31 .v32-status-label--roadmap { background: #e7dafa; }

.public-v31 .v31-feature-copy .v32-ai-roadmap {
  margin-top: 32px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, #2b1b38, #49305f);
  border-radius: 22px;
}

.public-v31 .v31-feature-copy .v32-ai-roadmap .v32-status-label {
  margin-bottom: 15px;
  color: #25172f;
}

.public-v31 .v31-feature-copy .v32-ai-roadmap h3 {
  margin-bottom: 12px;
  color: #fff;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-3);
  font-weight: 600;
}

.public-v31 .v31-feature-copy .v32-ai-roadmap > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.65;
}

.public-v31 .v31-feature-copy .v32-ai-roadmap-steps {
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 20px;
}

.public-v31 .v31-feature-copy .v32-ai-roadmap-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  font-size: 0.72rem;
}

.public-v31 .v31-feature-copy .v32-ai-roadmap-steps span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  color: #25172f;
  background: #8ee1df;
  border-radius: 50%;
}

@media (max-width: 920px) {
  .public-v31 .v31-role-jump:has(a:nth-child(4)) { grid-template-columns: 1fr; }
}

@media (min-width: 921px) {
  .public-v31.public-v32 .v31-hero-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(42px, 4vw, 62px);
    min-height: 0;
    padding-block: var(--v31-section-space);
  }

  .public-v31.public-v32 .v31-hero-copy h1 {
    max-width: 32ch;
    font-size: var(--v31-heading-1);
  }
}

/* v33 interactive one-pager vision map ------------------------------ */

.public-v31 .v33-one-pager-story {
  position: relative;
  isolation: isolate;
  padding-block: var(--v31-section-space);
  background:
    radial-gradient(circle at 8% 14%, rgba(13, 166, 184, 0.12), transparent 26rem),
    radial-gradient(circle at 88% 82%, rgba(112, 85, 181, 0.15), transparent 31rem),
    #f5f2f8;
}

.public-v31 .v33-one-pager-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.56fr);
  align-items: end;
  gap: clamp(46px, 8vw, 110px);
  margin-bottom: clamp(62px, 8vw, 100px);
}

.public-v31 .v33-one-pager-heading h2 {
  max-width: 42ch;
  margin-bottom: 0;
}

.public-v31 .v33-one-pager-heading > p {
  margin: 0;
  color: var(--v31-ink-soft);
  line-height: 1.76;
}

.public-v31 .v33-one-pager-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.public-v31 .v33-one-pager-figure {
  width: min(100%, 560px);
  margin: 0 auto;
}

.public-v31 .v33-one-pager-artwork {
  --v33-focus-x: 50%;
  --v33-focus-y: 48%;
  --v33-focus-size: 30%;
  --v33-poster-zoom: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 38px 88px rgba(45, 28, 61, 0.2);
}

.public-v31 .v33-one-pager-artwork > picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.public-v31 .v33-one-pager-artwork > picture > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  transform: scale(var(--v33-poster-zoom));
  transform-origin: var(--v33-focus-x) var(--v33-focus-y);
  transition: transform 520ms cubic-bezier(0.22, 0.75, 0.2, 1), filter 280ms ease;
}

.public-v31 .is-one-pager-enhanced:not([data-one-pager-active="overview"]) .v33-one-pager-artwork > picture > img {
  filter: saturate(0.92) brightness(0.9);
}

.public-v31 .v33-one-pager-scope {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: grid;
  gap: 2px;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 9px 12px;
  color: #fff;
  background: rgba(23, 33, 83, 0.92);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(23, 26, 69, 0.22);
  pointer-events: none;
}

.public-v31 .v33-one-pager-scope strong {
  color: #8ee1df;
  font-size: 0.7rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-v31 .v33-one-pager-scope span {
  font-size: 0.75rem;
  font-weight: 720;
  line-height: 1.3;
}

.public-v31 .v33-one-pager-focus {
  position: absolute;
  top: var(--v33-focus-y);
  left: var(--v33-focus-x);
  z-index: 2;
  width: var(--v33-focus-size);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.84),
    inset 0 0 32px rgba(255, 255, 255, 0.26),
    0 0 0 11px rgba(117, 93, 194, 0.16),
    0 0 48px 18px rgba(38, 188, 194, 0.38);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: top 420ms ease, left 420ms ease, width 420ms ease, opacity 220ms ease, transform 420ms ease;
  pointer-events: none;
}

.public-v31 .is-one-pager-enhanced:not([data-one-pager-active="overview"]) .v33-one-pager-focus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.public-v31 .v33-one-pager-controls {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.public-v31 .v33-one-pager-controls button {
  appearance: none;
  color: #fff;
  background: rgba(39, 24, 52, 0.92);
  border: 0;
  box-shadow: 0 10px 24px rgba(34, 20, 46, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.76);
  font: inherit;
  cursor: default;
  pointer-events: auto;
}

.public-v31 .is-one-pager-enhanced .v33-one-pager-controls button {
  cursor: pointer;
}

.public-v31 .v33-one-pager-controls button:disabled {
  opacity: 1;
}

.public-v31 .v33-one-pager-hotspot {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.public-v31 .v33-one-pager-hotspot:hover,
.public-v31 .v33-one-pager-hotspot:focus-visible,
.public-v31 .v33-one-pager-hotspot.is-one-pager-selected {
  color: #24152f;
  background: #8ee1df;
  box-shadow: 0 12px 30px rgba(34, 20, 46, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.88), 0 0 34px rgba(43, 202, 205, 0.72);
  transform: translate(-50%, -50%) scale(1.08);
}

.public-v31 .v33-one-pager-number {
  font-size: 0.75rem;
  font-weight: 900;
}

.public-v31 .v33-one-pager-control-label {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: max-content;
  max-width: 190px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(36, 21, 47, 0.96);
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(34, 20, 46, 0.24);
  font-size: 0.75rem;
  font-weight: 780;
  line-height: 1.35;
  opacity: 0;
  transform: translate(-50%, -5px);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.public-v31 .v33-one-pager-hotspot:hover .v33-one-pager-control-label,
.public-v31 .v33-one-pager-hotspot:focus-visible .v33-one-pager-control-label,
.public-v31 .v33-one-pager-hotspot.is-one-pager-selected .v33-one-pager-control-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.public-v31 .v33-one-pager-hotspot--dashboard { top: 27%; left: 45%; }
.public-v31 .v33-one-pager-hotspot--family { top: 35%; left: 11%; }
.public-v31 .v33-one-pager-hotspot--wearables { top: 48%; left: 8%; }
.public-v31 .v33-one-pager-hotspot--media { top: 59%; left: 9%; }
.public-v31 .v33-one-pager-hotspot--assistant { top: 35%; left: 80%; }
.public-v31 .v33-one-pager-hotspot--progress { top: 48%; left: 81%; }
.public-v31 .v33-one-pager-hotspot--notes { top: 59%; left: 81%; }
.public-v31 .v33-one-pager-hotspot--drafts { top: 67%; left: 44%; }

.public-v31 .v33-one-pager-reset {
  position: absolute;
  bottom: 1.6%;
  left: 3%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 999px;
}

.public-v31 .v33-one-pager-reset > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #26182c;
  background: #8ee1df;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.public-v31 .v33-one-pager-reset strong { font-size: 0.75rem; }

.public-v31 .v33-one-pager-reset.is-one-pager-selected {
  background: #0f7f8c;
  box-shadow: 0 10px 24px rgba(34, 20, 46, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.88), 0 0 30px rgba(43, 202, 205, 0.48);
}

.public-v31 .v33-one-pager-controls button.is-one-pager-selected {
  color: #24152f;
  background: #8ee1df;
  box-shadow: 0 12px 30px rgba(34, 20, 46, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.88), 0 0 34px rgba(43, 202, 205, 0.62);
}

.public-v31 .v33-one-pager-controls .v33-one-pager-reset.is-one-pager-selected {
  color: #fff;
  background: #0f7f8c;
}

.public-v31 .v33-one-pager-visual-status {
  position: absolute;
  right: 2.8%;
  bottom: 1.6%;
  z-index: 3;
  display: grid;
  gap: 2px;
  max-width: 46%;
  margin: 0;
  padding: 9px 12px;
  color: #fff;
  background: rgba(23, 33, 83, 0.9);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(23, 26, 69, 0.22);
  text-align: right;
}

.public-v31 .v33-one-pager-visual-status span {
  color: #8ee1df;
  font-size: 0.7rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-v31 .v33-one-pager-visual-status strong {
  font-size: 0.75rem;
  line-height: 1.3;
}

.public-v31 .v33-one-pager-figure figcaption {
  margin-top: 16px;
  color: #786a7c;
  font-size: 0.75rem;
  line-height: 1.56;
}

.public-v31 .v33-one-pager-detail {
  position: relative;
  display: grid;
  min-height: 570px;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(142, 225, 223, 0.16), transparent 18rem),
    radial-gradient(circle at 8% 90%, rgba(135, 108, 204, 0.28), transparent 21rem),
    linear-gradient(145deg, #25162f, #3d2850);
  border-radius: 28px 72px 28px 28px;
  box-shadow: 0 30px 70px rgba(45, 28, 61, 0.18);
}

.public-v31 .v33-one-pager-panel {
  align-self: center;
  min-width: 0;
}

.public-v31 .v33-one-pager-panel[hidden] { display: none; }

.public-v31 .is-one-pager-panel-active {
  animation: v33-one-pager-panel-in 360ms cubic-bezier(0.22, 0.75, 0.2, 1) both;
}

@keyframes v33-one-pager-panel-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.public-v31 .v33-one-pager-panel h3 {
  max-width: 15ch;
  margin: 15px 0 19px;
  color: #fff;
  font-family: Newsreader, Georgia, serif;
  font-size: var(--v31-heading-3);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.public-v31 .v33-one-pager-panel > p:not(.v33-one-pager-kicker, .v33-one-pager-index, .v33-one-pager-boundary) {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.87rem;
  line-height: 1.73;
}

.public-v31 .v33-one-pager-kicker,
.public-v31 .v33-one-pager-index {
  margin: 0;
  color: #8ee1df;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-v31 .v33-one-pager-boundary {
  width: fit-content;
  margin: 23px 0 0;
  padding: 11px 14px;
  color: #fff;
  background: rgba(142, 225, 223, 0.11);
  border-radius: 12px;
  font-size: 0.73rem;
  font-weight: 760;
  line-height: 1.45;
}

.public-v31 .v33-one-pager-detail .v31-text-link {
  margin-top: 15px;
  color: #8ee1df;
}

.public-v31 .v33-one-pager-state-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.public-v31 .v33-one-pager-state {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: #25172f;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 880;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.public-v31 .v33-one-pager-state--current { background: #8ee1df; }
.public-v31 .v33-one-pager-state--development { background: #dcccf7; }
.public-v31 .v33-one-pager-state--exploration { background: #f4d7a8; }

.public-v31 .v33-one-pager-legend {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v33-one-pager-legend li {
  display: grid;
  grid-template-columns: minmax(130px, auto) 1fr;
  align-items: center;
  gap: 12px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
}

.public-v31 .v33-one-pager-legend .v33-one-pager-state { margin: 0; }
.public-v31 .v33-one-pager-legend p { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; line-height: 1.45; }

.public-v31 .v33-one-pager-draft-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v33-one-pager-draft-flow li {
  display: grid;
  gap: 8px;
  padding: 12px 8px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 0.67rem;
  font-weight: 760;
  text-align: center;
}

.public-v31 .v33-one-pager-draft-flow span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-inline: auto;
  color: #25172f;
  background: #8ee1df;
  border-radius: 50%;
  font-size: 0.58rem;
}

.public-v31 [data-one-pager-active="dashboard"] .v33-one-pager-artwork { --v33-focus-x: 45%; --v33-focus-y: 27%; --v33-focus-size: 24%; --v33-poster-zoom: 1.11; }
.public-v31 [data-one-pager-active="family"] .v33-one-pager-artwork { --v33-focus-x: 11%; --v33-focus-y: 35%; --v33-focus-size: 25%; --v33-poster-zoom: 1.1; }
.public-v31 [data-one-pager-active="wearables"] .v33-one-pager-artwork { --v33-focus-x: 8%; --v33-focus-y: 48%; --v33-focus-size: 24%; --v33-poster-zoom: 1.1; }
.public-v31 [data-one-pager-active="media"] .v33-one-pager-artwork { --v33-focus-x: 9%; --v33-focus-y: 59%; --v33-focus-size: 24%; --v33-poster-zoom: 1.1; }
.public-v31 [data-one-pager-active="assistant"] .v33-one-pager-artwork { --v33-focus-x: 80%; --v33-focus-y: 35%; --v33-focus-size: 24%; --v33-poster-zoom: 1.1; }
.public-v31 [data-one-pager-active="progress"] .v33-one-pager-artwork { --v33-focus-x: 81%; --v33-focus-y: 48%; --v33-focus-size: 24%; --v33-poster-zoom: 1.1; }
.public-v31 [data-one-pager-active="notes"] .v33-one-pager-artwork { --v33-focus-x: 81%; --v33-focus-y: 59%; --v33-focus-size: 24%; --v33-poster-zoom: 1.1; }
.public-v31 [data-one-pager-active="drafts"] .v33-one-pager-artwork { --v33-focus-x: 44%; --v33-focus-y: 67%; --v33-focus-size: 25%; --v33-poster-zoom: 1.1; }

@media (max-width: 1080px) {
  .public-v31 .v33-one-pager-layout { grid-template-columns: minmax(390px, 0.9fr) minmax(350px, 0.8fr); gap: 42px; }
  .public-v31 .v33-one-pager-detail { min-height: 540px; padding: 34px; }
  .public-v31 .v33-one-pager-control-label { display: none; }
}

@media (max-width: 920px) {
  .public-v31 .v33-one-pager-heading,
  .public-v31 .v33-one-pager-layout { grid-template-columns: 1fr; }
  .public-v31 .v33-one-pager-heading { align-items: start; gap: 24px; }
  .public-v31 .v33-one-pager-heading > p { max-width: 680px; }
  .public-v31 .v33-one-pager-figure { width: min(100%, 610px); }
  .public-v31 .v33-one-pager-artwork { overflow: visible; background: transparent; border-radius: 0; box-shadow: none; }
  .public-v31 .v33-one-pager-artwork > picture > img,
  .public-v31 .is-one-pager-enhanced:not([data-one-pager-active="overview"]) .v33-one-pager-artwork > picture > img {
    filter: none;
    border-radius: 22px;
    box-shadow: 0 28px 62px rgba(45, 28, 61, 0.18);
    transform: none;
  }
  .public-v31 .v33-one-pager-focus,
  .public-v31 .v33-one-pager-visual-status { display: none; }
  .public-v31 .v33-one-pager-controls {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }
  .public-v31 .v33-one-pager-controls button,
  .public-v31 .v33-one-pager-hotspot,
  .public-v31 .v33-one-pager-reset {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 52px;
    padding: 9px 11px;
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(34, 20, 46, 0.13);
    transform: none;
  }
  .public-v31 .v33-one-pager-hotspot:hover,
  .public-v31 .v33-one-pager-hotspot:focus-visible,
  .public-v31 .v33-one-pager-hotspot.is-one-pager-selected { transform: none; }
  .public-v31 .v33-one-pager-number,
  .public-v31 .v33-one-pager-reset > span {
    display: grid;
    flex: 0 0 26px;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #26182c;
    background: #8ee1df;
    border-radius: 50%;
  }
  .public-v31 .v33-one-pager-hotspot.is-one-pager-selected .v33-one-pager-number {
    color: #fff;
    background: #2f1d3d;
  }
  .public-v31 .v33-one-pager-control-label {
    position: static;
    display: block;
    width: auto;
    max-width: none;
    padding: 0;
    color: inherit;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.63rem;
    opacity: 1;
    transform: none;
  }
  .public-v31 .v33-one-pager-reset strong { font-size: 0.75rem; }
  .public-v31 .v33-one-pager-detail { min-height: 520px; }
}

@media (max-width: 620px) {
  .public-v31 .v33-one-pager-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-v31 .v33-one-pager-detail { min-height: 0; padding: 28px 23px; border-radius: 22px 48px 22px 22px; }
  .public-v31 .v33-one-pager-panel h3 { font-size: var(--v31-heading-3); }
  .public-v31 .v33-one-pager-legend li { grid-template-columns: 1fr; }
  .public-v31 .v33-one-pager-draft-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .public-v31 .v33-one-pager-artwork > picture > img,
  .public-v31 .v33-one-pager-focus,
  .public-v31 .v33-one-pager-control-label { transition: none !important; }
  .public-v31 .is-one-pager-panel-active { animation: none !important; }
}

@media (forced-colors: active) {
  .public-v31 .v33-one-pager-controls button,
  .public-v31 .v33-one-pager-detail,
  .public-v31 .v33-one-pager-state { border: 1px solid CanvasText; }
  .public-v31 .v33-one-pager-focus { display: none; }
  .public-v31 .v33-one-pager-artwork > picture > img { filter: none !important; }
}

/* Home-only rhythm refinement --------------------------------------- */

.public-v31 .v31-home > .v31-hero .v31-hero-grid {
  padding-block: 36px;
}

.public-v31 .v31-home > .v31-hero .v31-hero-copy h1 {
  margin-bottom: 16px;
  font-size: var(--v31-heading-1);
  line-height: 1.2;
}

.public-v31 .v31-home > .v31-hero .v31-hero-lede {
  font-size: clamp(1rem, calc(0.92rem + 0.22vw), 1.12rem);
  line-height: 1.65;
}

.public-v31 .v31-home > .v31-proof-strip > .v31-shell {
  padding-block: 28px 32px;
}

.public-v31 .v31-home > .v31-proof-strip p {
  margin-bottom: 18px;
}

.public-v31 .v31-home > .v31-proof-strip .v31-logo-row {
  gap: clamp(20px, 3.5vw, 44px);
}

.public-v31 .v31-home > .v31-proof-strip .v31-logo-row a {
  min-height: 52px;
}

.public-v31 .v31-home h2 {
  font-size: var(--v31-heading-2);
  line-height: 1.2;
}

.public-v31 .v31-home > .v31-intro {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-home > .v31-intro h2 {
  margin-bottom: 16px;
}

.public-v31 .v31-home > .v33-one-pager-story {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-home > .v33-one-pager-story .v33-one-pager-heading {
  margin-bottom: 28px;
}

.public-v31 .v31-home > .v31-intro > p:last-child,
.public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-heading > p:last-child,
.public-v31 .v31-home > .v31-feature-sequence .v31-feature-copy > p:not(.eyebrow),
.public-v31 .v31-home > .v32-ai-story .v32-ai-story-heading > p,
.public-v31 .v31-home > .v31-audience-band .v31-section-heading > p {
  font-size: clamp(0.96rem, calc(0.9rem + 0.2vw), 1.06rem);
  line-height: 1.68;
}

.public-v31 .v31-home > .phone-scroll-story {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-heading {
  margin-bottom: 28px;
}

.public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-heading h2 {
  margin-bottom: 16px;
}

.public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-step {
  min-height: 52vh;
  min-height: 52svh;
}

.public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-copy h3 {
  font-size: var(--v31-heading-3);
}

.public-v31 .v31-home > .v31-feature-sequence {
  padding-block: 8px;
}

.public-v31 .v31-home > .v31-feature-sequence > .v31-feature-row {
  gap: clamp(36px, 4.5vw, 64px);
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-home > .v31-feature-sequence .v31-feature-copy h2 {
  margin-bottom: 16px;
}

.public-v31 .v31-home > .v32-ai-story {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-home > .v32-ai-story .v32-ai-story-heading {
  gap: clamp(28px, 4.5vw, 64px);
  margin-bottom: 28px;
}

.public-v31 .v31-home > .v32-ai-story .v32-ai-story-grid {
  gap: clamp(42px, 5vw, 72px);
}

.public-v31 .v31-home > .v31-audience-band {
  padding-block: var(--v31-section-space);
}

.public-v31 .v31-home > .v31-audience-band .v31-section-heading {
  margin-bottom: 28px;
}

.public-v31 .v31-home > .v31-audience-band .v31-audience-link {
  min-height: 160px;
}

.public-v31 .v31-home > .v31-audience-band .v31-audience-link strong {
  font-size: var(--v31-heading-2);
}

.public-v31 .v31-home > .v31-final-cta {
  padding-block: var(--v31-section-space);
}

@media (max-width: 920px) {
  .public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-step {
    min-height: 44vh;
    min-height: 44svh;
  }
}

@media (max-width: 620px) {
  .public-v31 .v31-home > .phone-scroll-story .phone-scroll-story-step {
    min-height: max(310px, 44vh);
    min-height: max(310px, 44svh);
  }
}

/* v37 real multi-device hero ---------------------------------------- */

.public-v31 .v37-device-suite {
  width: min(62vw, 860px);
  max-width: 100%;
  margin: 0;
}

.public-v31 .v37-device-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(0, 0.62fr) minmax(0, 0.36fr);
  align-items: end;
  gap: clamp(7px, 1.1vw, 15px);
  min-width: 0;
  padding: clamp(94px, 9vw, 122px) 0 clamp(40px, 4vw, 58px);
}

.public-v31 .v37-device-stage-glow {
  position: absolute;
  inset: 14% 1% 0 10%;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 29%, rgba(104, 80, 185, 0.34), transparent 30%),
    radial-gradient(circle at 45% 63%, rgba(18, 180, 190, 0.23), transparent 47%);
  filter: blur(18px);
  opacity: 0.88;
  pointer-events: none;
}

.public-v31 .v37-device {
  position: relative;
  z-index: 2;
  min-width: 0;
  transition: transform 260ms ease;
}

.public-v31 .v37-device:hover {
  transform: translateY(-5px);
}

.public-v31 .v37-device-label {
  position: absolute;
  top: -29px;
  left: 50%;
  width: max-content;
  max-width: 130px;
  padding: 6px 9px;
  color: #463653;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(47, 28, 61, 0.11);
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.public-v31 .v37-laptop-screen {
  position: relative;
  overflow: hidden;
  padding: clamp(5px, 0.55vw, 8px) clamp(5px, 0.55vw, 8px) 0;
  background: linear-gradient(145deg, #24192c, #4a3a53);
  border-radius: clamp(10px, 1.2vw, 17px) clamp(10px, 1.2vw, 17px) 5px 5px;
  box-shadow: 0 27px 58px rgba(41, 24, 53, 0.28);
}

.public-v31 .v37-laptop-screen::before {
  position: absolute;
  top: 3px;
  left: 50%;
  z-index: 3;
  width: 4px;
  height: 4px;
  background: rgba(215, 234, 238, 0.68);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.public-v31 .v37-laptop-screen picture,
.public-v31 .v37-tablet-screen picture,
.public-v31 .v37-phone-screen picture {
  display: block;
  width: 100%;
  height: 100%;
}

.public-v31 .v37-laptop-screen img,
.public-v31 .v37-tablet-screen img,
.public-v31 .v37-phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border: 0;
}

.public-v31 .v37-laptop-base {
  display: block;
  width: 108%;
  height: clamp(8px, 0.85vw, 13px);
  margin-left: -4%;
  background: linear-gradient(180deg, #dddde4, #9b9aa4 70%, #777680);
  border-radius: 2px 2px 12px 12px;
  box-shadow: 0 10px 17px rgba(45, 29, 58, 0.18);
  clip-path: polygon(3% 0, 97% 0, 100% 74%, 96% 100%, 4% 100%, 0 74%);
}

.public-v31 .v37-laptop-base::after {
  display: block;
  width: 15%;
  height: 38%;
  margin-inline: auto;
  background: rgba(83, 81, 90, 0.35);
  border-radius: 0 0 7px 7px;
  content: "";
}

.public-v31 .v37-device--tablet {
  padding: clamp(5px, 0.65vw, 9px);
  overflow: hidden;
  background: linear-gradient(145deg, #2a2131, #5c4c63);
  border-radius: clamp(13px, 1.6vw, 23px);
  box-shadow: 0 28px 56px rgba(41, 24, 53, 0.3);
}

.public-v31 .v37-tablet-camera,
.public-v31 .v37-phone-speaker {
  position: absolute;
  top: 3px;
  left: 50%;
  z-index: 4;
  background: rgba(224, 237, 240, 0.46);
  transform: translateX(-50%);
}

.public-v31 .v37-tablet-camera {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.public-v31 .v37-tablet-screen {
  aspect-ratio: 834 / 1112;
  overflow: hidden;
  border-radius: clamp(9px, 1.1vw, 16px);
}

.public-v31 .v37-device--phone {
  padding: clamp(4px, 0.5vw, 7px);
  overflow: hidden;
  background: linear-gradient(145deg, #211927, #514458);
  border-radius: clamp(12px, 1.6vw, 23px);
  box-shadow: 0 25px 52px rgba(40, 23, 52, 0.34);
}

.public-v31 .v37-phone-speaker {
  width: 26%;
  height: 2px;
  border-radius: 999px;
}

.public-v31 .v37-phone-screen {
  aspect-ratio: 430 / 757;
  overflow: hidden;
  border-radius: clamp(8px, 1vw, 15px);
}

.public-v31 .v37-phone-home {
  position: absolute;
  bottom: 2px;
  left: 50%;
  z-index: 4;
  width: 24%;
  height: 2px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.public-v31 .v37-hero-ai-insight {
  position: absolute;
  top: 0;
  right: 1%;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  width: min(340px, 52%);
  padding: 15px 17px;
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 23, 48, 0.97), rgba(77, 48, 101, 0.96));
  border-radius: 20px;
  box-shadow:
    0 20px 50px rgba(40, 22, 54, 0.3),
    0 0 44px rgba(111, 84, 194, 0.4),
    0 0 75px rgba(21, 183, 191, 0.2);
  backdrop-filter: blur(16px);
}

.public-v31 .v37-hero-ai-insight::after {
  position: absolute;
  right: 20%;
  bottom: -54px;
  width: 72px;
  height: 58px;
  background: linear-gradient(142deg, transparent 49%, rgba(117, 91, 198, 0.48) 50%, rgba(75, 205, 205, 0.38) 52%, transparent 53%);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.public-v31 .v37-hero-ai-orb {
  position: relative;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #2a1b35;
  background: radial-gradient(circle at 30% 25%, #fff, #f6e6b8 54%, #5ad3d4);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.07), 0 0 30px rgba(102, 223, 222, 0.7);
  font-size: 0.88rem;
  font-weight: 920;
}

.public-v31 .v37-hero-ai-orb i {
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(132, 232, 227, 0.46);
  border-radius: 50%;
  animation: v37-ai-ring 3.6s ease-in-out infinite;
}

.public-v31 .v37-hero-ai-insight > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.public-v31 .v37-hero-ai-insight small {
  color: #91e8e3;
  font-size: 0.56rem;
  font-weight: 880;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.public-v31 .v37-hero-ai-insight strong {
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.25;
}

.public-v31 .v37-hero-ai-insight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.62rem;
  line-height: 1.4;
}

.public-v31 .v37-hero-ai-insight div > span {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}

.public-v31 .v37-hero-ai-insight b {
  padding: 4px 6px;
  color: #d9faf8;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.51rem;
  font-weight: 760;
}

.public-v31 .v37-device-suite figcaption {
  max-width: 620px;
  margin: -22px 0 0 auto;
  color: #6f6174;
  font-size: 0.62rem;
  line-height: 1.45;
  text-align: right;
}

@keyframes v37-ai-ring {
  0%, 100% { opacity: 0.45; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.1); }
}

@media (min-width: 1181px) {
  .public-v31.public-v32 .v31-home > .v31-hero .v31-hero-grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(35px, 3vw, 50px);
  }
}

@media (max-width: 1180px) {
  .public-v31 .v37-device-suite { width: min(58vw, 720px); }
  .public-v31 .v37-hero-ai-insight { width: min(310px, 58%); }
}

@media (max-width: 920px) {
  .public-v31 .v31-home > .v31-hero .v31-hero-product {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .public-v31 .v37-device-suite {
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .public-v31 .v37-device-stage {
    gap: 5px;
    padding-top: 124px;
    padding-bottom: 42px;
  }

  .public-v31 .v37-device-label {
    top: -24px;
    padding: 5px 6px;
    font-size: 0.48rem;
  }

  .public-v31 .v37-hero-ai-insight {
    right: 0;
    width: min(286px, 86%);
    padding: 13px 14px;
  }

  .public-v31 .v37-hero-ai-orb {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .public-v31 .v37-device-suite figcaption {
    max-width: 94%;
    margin-top: -16px;
    font-size: 0.57rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-v31 .v37-device { transition: none; }
  .public-v31 .v37-hero-ai-orb i { animation: none; }
}

@media (forced-colors: active) {
  .public-v31 .v37-device,
  .public-v31 .v37-hero-ai-insight { outline: 1px solid CanvasText; }
  .public-v31 .v37-device-stage-glow,
  .public-v31 .v37-hero-ai-insight::after,
  .public-v31 .v37-hero-ai-orb i { display: none; }
}

/* v38 editorial image system and changing care field ---------------- */

.public-v31 .v38-hero-visual {
  width: min(62vw, 850px);
  max-width: 100%;
  margin: 0;
}

.public-v31 .v38-hero-visual-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 47vw, 660px);
  padding-bottom: 4%;
}

.public-v31 .v38-hero-visual-stage::before {
  position: absolute;
  inset: 8% -5% 5% 7%;
  z-index: -1;
  background:
    radial-gradient(circle at 75% 20%, rgba(116, 83, 194, 0.34), transparent 29%),
    radial-gradient(circle at 21% 78%, rgba(26, 188, 189, 0.3), transparent 34%),
    rgba(255, 255, 255, 0.42);
  border-radius: 42% 24% 38% 28% / 30% 42% 24% 37%;
  filter: blur(2px);
  content: "";
}

.public-v31 .v38-hero-photo {
  position: absolute;
  inset: 3% 0 14% 8%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px 92px 34px 34px;
  box-shadow: 0 35px 80px rgba(47, 30, 61, 0.22);
}

.public-v31 .v38-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 22, 47, 0.18), transparent 48%);
  content: "";
  pointer-events: none;
}

.public-v31 .v38-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  transition: transform 700ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.public-v31 .v38-hero-visual:hover .v38-hero-photo img {
  transform: scale(1.018);
}

.public-v31 .v38-hero-screen {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 65%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(76, 54, 93, 0.16);
  border-radius: 18px;
  box-shadow: 0 30px 65px rgba(39, 23, 51, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.32);
  transform: perspective(1200px) rotateY(2.5deg) rotateX(1deg);
  transform-origin: bottom left;
  backdrop-filter: blur(18px);
}

.public-v31 .v38-hero-screen-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  min-height: 31px;
  padding: 7px 10px;
  color: #4d3b55;
  background: rgba(250, 248, 251, 0.97);
  border-bottom: 1px solid rgba(75, 55, 90, 0.1);
  font-size: 0.56rem;
}

.public-v31 .v38-hero-screen-bar > span {
  display: flex;
  gap: 4px;
}

.public-v31 .v38-hero-screen-bar i {
  width: 6px;
  height: 6px;
  background: #ee8a7d;
  border-radius: 50%;
}

.public-v31 .v38-hero-screen-bar i:nth-child(2) { background: #e3c165; }
.public-v31 .v38-hero-screen-bar i:nth-child(3) { background: #5ec6bd; }
.public-v31 .v38-hero-screen-bar strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-v31 .v38-hero-screen-bar small { color: #76697a; font-size: inherit; }

.public-v31 .v38-hero-screen > picture,
.public-v31 .v38-hero-screen > picture > img {
  display: block;
  width: 100%;
}

.public-v31 .v38-hero-screen > picture > img {
  height: auto;
  border: 0;
}

.public-v31 .v38-hero-context {
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  width: min(330px, 46%);
  padding: 13px 15px;
  color: #fff;
  background: linear-gradient(135deg, rgba(40, 24, 53, 0.96), rgba(83, 52, 107, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 19px 48px rgba(42, 25, 54, 0.3);
  backdrop-filter: blur(16px);
}

.public-v31 .v38-hero-context-orb {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #2d1d38;
  background: linear-gradient(145deg, #fff8d7, #7cd9d5);
  border-radius: 15px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08), 0 0 30px rgba(107, 224, 216, 0.45);
  font-weight: 900;
}

.public-v31 .v38-hero-context p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.public-v31 .v38-hero-context small {
  color: #92e9e3;
  font-size: 0.55rem;
  font-weight: 860;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.public-v31 .v38-hero-context strong {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.25;
}

.public-v31 .v38-hero-context > span:last-child {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 53px;
}

.public-v31 .v38-hero-context b {
  padding: 4px 7px;
  color: #e0fbf8;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.5rem;
}

.public-v31 .v38-hero-visual figcaption {
  max-width: 620px;
  margin: 12px 0 0 auto;
  color: #6f6174;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: right;
}

.public-v31 .v38-editorial-product {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.public-v31 .v38-editorial-product-stage {
  position: relative;
  isolation: isolate;
  padding: 0 7% 13% 0;
}

.public-v31 .v38-editorial-product--inset-left .v38-editorial-product-stage {
  padding: 0 0 13% 7%;
}

.public-v31 .v38-editorial-photo {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.6;
  border-radius: 30px 76px 30px 30px;
  box-shadow: 0 28px 68px rgba(45, 28, 59, 0.17);
}

.public-v31 .v38-editorial-product--inset-left .v38-editorial-photo {
  border-radius: 76px 30px 30px 30px;
}

.public-v31 .v38-editorial-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(32, 21, 42, 0.18));
  content: "";
  pointer-events: none;
}

.public-v31 .v38-editorial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  transition: transform 620ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.public-v31 .v38-editorial-product:hover .v38-editorial-photo img {
  transform: scale(1.018);
}

.public-v31 .v38-editorial-screen {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 69%;
  padding: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(69, 48, 84, 0.14);
  border-radius: 17px;
  box-shadow: 0 28px 62px rgba(38, 23, 50, 0.27), 0 0 0 7px rgba(255, 255, 255, 0.28);
}

.public-v31 .v38-editorial-product--inset-left .v38-editorial-screen {
  right: auto;
  left: 0;
}

.public-v31 .v38-editorial-screen-label {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  padding: 6px 9px;
  color: #fff;
  background: rgba(42, 26, 53, 0.91);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(38, 23, 50, 0.19);
  font-size: 0.53rem;
  font-weight: 790;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.public-v31 .v38-editorial-product--inset-left .v38-editorial-screen-label {
  right: auto;
  left: 8px;
}

.public-v31 .v38-editorial-screen picture,
.public-v31 .v38-editorial-screen img {
  display: block;
  width: 100%;
}

.public-v31 .v38-editorial-screen img {
  height: auto;
  border: 0;
  border-radius: 12px;
}

.public-v31 .v38-editorial-thread {
  position: absolute;
  right: 1%;
  bottom: 7%;
  z-index: 2;
  width: 31%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6a55a8 28%, #27aeb4 72%, transparent);
  transform: rotate(-9deg);
  transform-origin: right center;
}

.public-v31 .v38-editorial-product--inset-left .v38-editorial-thread {
  right: auto;
  left: 1%;
  transform: rotate(9deg);
  transform-origin: left center;
}

.public-v31 .v38-editorial-thread::before,
.public-v31 .v38-editorial-thread::after,
.public-v31 .v38-editorial-thread i {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 2px solid #22aeb5;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.public-v31 .v38-editorial-thread::before { left: 8%; }
.public-v31 .v38-editorial-thread i { left: 50%; }
.public-v31 .v38-editorial-thread::after { right: 8%; border-color: #725ab1; }

.public-v31 .v38-editorial-product figcaption {
  margin-top: 12px;
  color: #746777;
  font-size: 0.75rem;
  line-height: 1.45;
}

.public-v31 .v38-care-field-story {
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 12%, rgba(38, 181, 188, 0.15), transparent 28rem),
    radial-gradient(circle at 91% 83%, rgba(117, 87, 188, 0.17), transparent 31rem),
    linear-gradient(180deg, #f9f7fb, #f3f1f8);
}

.public-v31 .v38-care-field-layout {
  grid-template-columns: minmax(560px, 1.2fr) minmax(340px, 0.7fr);
  align-items: start;
  gap: clamp(35px, 4.5vw, 68px);
}

.public-v31 .v38-care-field-story .v33-one-pager-figure {
  width: min(100%, 790px);
}

.public-v31 .v38-care-field {
  --v38-node-size: clamp(44px, 3.5vw, 50px);
  position: relative;
  aspect-ratio: 1586 / 992;
  overflow: hidden;
  background: #fbfafe;
  border: 1px solid rgba(91, 68, 117, 0.13);
  border-radius: 32px;
  box-shadow: 0 38px 88px rgba(45, 28, 61, 0.2);
}

.public-v31 .v38-care-field > .v38-care-field-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.public-v31 .v38-care-field > .v38-care-field-atmosphere > img,
.public-v31 .is-one-pager-enhanced:not([data-one-pager-active="overview"]) .v38-care-field > .v38-care-field-atmosphere > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  filter: none;
  transform: none;
}

.public-v31 .v38-care-field-scope {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 7;
  display: grid;
  gap: 1px;
  max-width: 34%;
  margin: 0;
  padding: 9px 11px;
  color: #fff;
  background: rgba(40, 25, 52, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(37, 22, 48, 0.19);
  backdrop-filter: blur(12px);
}

.public-v31 .v38-care-field-scope strong {
  color: #92e5e0;
  font-size: 0.6rem;
  font-weight: 880;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.public-v31 .v38-care-field-scope span {
  font-size: 0.58rem;
  font-weight: 670;
  line-height: 1.35;
}

.public-v31 .v38-care-field-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 38%;
  height: 49%;
  transform: translate(-50%, -50%);
}

.public-v31 .v38-care-field-preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #30223a;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(95, 70, 123, 0.16);
  border-radius: clamp(14px, 1.5vw, 23px);
  box-shadow: 0 22px 54px rgba(66, 43, 85, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

.public-v31 .v38-care-field-preview[hidden] { display: none; }

.public-v31 .is-one-pager-visual-active {
  animation: v38-care-field-in 380ms cubic-bezier(0.22, 0.75, 0.2, 1) both;
}

@keyframes v38-care-field-in {
  from { opacity: 0; transform: scale(0.96) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.public-v31 .v38-care-field-preview--overview {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  align-items: center;
  gap: clamp(8px, 1.2vw, 15px);
  padding: clamp(16px, 2vw, 26px);
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 181, 188, 0.22), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(243, 236, 251, 0.94));
}

.public-v31 .v38-preview-avatar {
  display: grid;
  place-items: center;
  width: clamp(38px, 4vw, 58px);
  height: clamp(38px, 4vw, 58px);
  color: #fff;
  background: linear-gradient(145deg, #6f55a8 0 58%, #138f91 58%);
  border-radius: 18px;
  box-shadow: 0 13px 27px rgba(73, 51, 96, 0.2);
  font-size: clamp(0.8rem, 1.2vw, 1.05rem);
  font-weight: 900;
}

.public-v31 .v38-care-field-preview--overview > div {
  display: grid;
  gap: 4px;
}

.public-v31 .v38-care-field-preview--overview small,
.public-v31 .v38-care-field-preview--concept > small {
  color: #6f57a2;
  font-size: clamp(0.64rem, 0.68vw, 0.72rem);
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.public-v31 .v38-care-field-preview--overview strong,
.public-v31 .v38-care-field-preview--concept > strong {
  color: #30223a;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.public-v31 .v38-care-field-preview--overview p {
  grid-column: 1 / -1;
  margin: 0;
  color: #716574;
  font-size: clamp(0.64rem, 0.68vw, 0.7rem);
  line-height: 1.4;
}

.public-v31 .v38-preview-status {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 3;
  padding: 5px 7px;
  color: #2f2039;
  background: #9ce4df;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(44, 30, 56, 0.14);
  font-size: clamp(0.65rem, 0.69vw, 0.72rem);
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.15;
  text-transform: uppercase;
}

.public-v31 .v38-preview-status--development { background: #dfd0f5; }
.public-v31 .v38-preview-status--exploration { background: #f4d8ad; }
.public-v31 .v38-preview-status--mixed { background: linear-gradient(90deg, #9ce4df 50%, #dfd0f5 50%); }

.public-v31 .v38-care-field-preview--screen picture,
.public-v31 .v38-care-field-preview--screen img {
  display: block;
  width: 100%;
  height: 100%;
}

.public-v31 .v38-care-field-preview--screen img {
  object-fit: cover;
  object-position: top left;
  border: 0;
}

.public-v31 .v38-care-field-preview--screen::after {
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(transparent, rgba(35, 22, 46, 0.82));
  content: "";
}

.public-v31 .v38-care-field-preview--screen > strong {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 2;
  color: #fff;
  font-size: clamp(0.62rem, 0.8vw, 0.78rem);
  line-height: 1.2;
}

.public-v31 .v38-care-field-preview--concept {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(17px, 2vw, 25px);
  background:
    radial-gradient(circle at 85% 18%, rgba(117, 85, 183, 0.17), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(249, 246, 251, 0.96));
}

.public-v31 .v38-care-field-preview--concept ul,
.public-v31 .v38-care-field-preview--concept ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.public-v31 .v38-care-field-preview--concept ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-v31 .v38-care-field-preview--concept li {
  padding: 6px 4px;
  color: #55475a;
  background: rgba(111, 83, 164, 0.08);
  border: 1px solid rgba(111, 83, 164, 0.12);
  border-radius: 8px;
  font-size: clamp(0.6rem, 0.64vw, 0.66rem);
  font-weight: 750;
  text-align: center;
}

.public-v31 .v38-care-field-controls {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.public-v31 .v38-care-field-controls button {
  pointer-events: auto;
}

.public-v31 .v38-care-field-node {
  width: var(--v38-node-size);
  min-width: var(--v38-node-size);
  height: var(--v38-node-size);
  min-height: var(--v38-node-size);
  color: #fff;
  background: rgba(43, 26, 56, 0.9);
  border: 2px solid #fff;
  box-shadow: 0 8px 24px rgba(42, 25, 55, 0.23), 0 0 0 4px rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(8px);
}

.public-v31 .v38-care-field-node--development { border-style: dotted; }
.public-v31 .v38-care-field-node--exploration { border-style: dashed; }
.public-v31 .v38-care-field-node--mixed { border: 2px dotted #fff; box-shadow: 0 8px 24px rgba(42, 25, 55, 0.23), 0 0 0 4px rgba(128, 222, 216, 0.56); }

.public-v31 .v38-care-field .v33-one-pager-hotspot--dashboard { top: 11%; left: 50%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--family { top: 23%; left: 27%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--wearables { top: 49%; left: 14%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--media { top: 78%; left: 27%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--assistant { top: 23%; left: 74%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--progress { top: 49%; left: 86%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--notes { top: 78%; left: 74%; }
.public-v31 .v38-care-field .v33-one-pager-hotspot--drafts { top: 88%; left: 50%; }

.public-v31 .v38-care-field .v33-one-pager-control-label {
  top: calc(100% + 8px);
  max-width: 170px;
  padding: 7px 9px;
  font-size: 0.64rem;
}

.public-v31 .v38-care-field .v33-one-pager-hotspot--media .v33-one-pager-control-label,
.public-v31 .v38-care-field .v33-one-pager-hotspot--notes .v33-one-pager-control-label,
.public-v31 .v38-care-field .v33-one-pager-hotspot--drafts .v33-one-pager-control-label {
  top: auto;
  bottom: calc(100% + 8px);
}

.public-v31 .v38-care-field-reset {
  bottom: 14px;
  left: 14px;
  min-height: 44px;
  padding: 7px 10px;
}

.public-v31 .v38-care-field-controls button:focus-visible {
  outline: 3px solid #087f8c;
  outline-offset: 4px;
}

.public-v31 .v38-care-field-controls button.is-one-pager-selected:focus-visible {
  outline-color: #3b2350;
}

.public-v31 .v38-care-field-visual-status {
  right: 14px;
  bottom: 14px;
  max-width: 31%;
  padding: 8px 10px;
}

.public-v31 .v38-care-field-story .v33-one-pager-detail {
  min-height: 520px;
  padding: clamp(30px, 3.4vw, 48px);
  border-radius: 28px 66px 28px 28px;
}

.public-v31 .v38-care-field-story .v33-one-pager-panel h3 {
  font-size: var(--v31-heading-3);
}

.public-v31 .v38-care-field-story .v33-one-pager-figure figcaption {
  max-width: 700px;
}

@media (min-width: 1181px) {
  .public-v31.public-v32 .v31-home > .v31-hero .v31-hero-grid {
    grid-template-columns: minmax(390px, 0.76fr) minmax(650px, 1.24fr);
    gap: clamp(38px, 3.2vw, 54px);
  }
}

@media (max-width: 1180px) {
  .public-v31 .v38-hero-visual { width: min(58vw, 720px); }
  .public-v31 .v38-hero-visual-stage { min-height: clamp(500px, 49vw, 590px); }
  .public-v31 .v38-care-field-layout { grid-template-columns: minmax(510px, 1.08fr) minmax(330px, 0.72fr); gap: 32px; }
}

@media (max-width: 1120px) {
  .public-v31 .v38-care-field-layout { grid-template-columns: 1fr; }
  .public-v31 .v38-care-field-story .v33-one-pager-figure { width: min(100%, 780px); }
  .public-v31 .v38-care-field-story .v33-one-pager-detail { min-height: 430px; }
}

@media (max-width: 920px) {
  .public-v31 .v38-hero-visual {
    width: 100%;
    margin-inline: auto;
  }

  .public-v31 .v38-hero-visual-stage {
    min-height: clamp(540px, 76vw, 650px);
  }

  .public-v31 .v38-care-field-story .v38-care-field {
    overflow: hidden;
    background: #fbfafe;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(45, 28, 61, 0.18);
  }

  .public-v31 .v38-care-field-story .v38-care-field > .v38-care-field-atmosphere > img,
  .public-v31 .v38-care-field-story .is-one-pager-enhanced:not([data-one-pager-active="overview"]) .v38-care-field > .v38-care-field-atmosphere > img {
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .public-v31 .v38-care-field-story .v38-care-field-controls {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node {
    position: absolute;
    display: grid;
    place-items: center;
    width: var(--v38-node-size);
    min-width: var(--v38-node-size);
    height: var(--v38-node-size);
    min-height: var(--v38-node-size);
    padding: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .public-v31 .v38-care-field-story .v38-care-field-node:hover,
  .public-v31 .v38-care-field-story .v38-care-field-node:focus-visible,
  .public-v31 .v38-care-field-story .v38-care-field-node.is-one-pager-selected {
    transform: translate(-50%, -50%) scale(1.06);
  }

  .public-v31 .v38-care-field-story .v38-care-field-node .v33-one-pager-number {
    display: grid;
    width: auto;
    height: auto;
    color: inherit;
    background: transparent;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node .v33-one-pager-control-label {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    display: block;
    width: max-content;
    max-width: 160px;
    padding: 7px 9px;
    color: #fff;
    background: rgba(36, 21, 47, 0.96);
    border-radius: 9px;
    box-shadow: 0 8px 20px rgba(34, 20, 46, 0.24);
    opacity: 0;
    transform: translate(-50%, -5px);
  }

  .public-v31 .v38-care-field-story .v38-care-field-node:hover .v33-one-pager-control-label,
  .public-v31 .v38-care-field-story .v38-care-field-node:focus-visible .v33-one-pager-control-label,
  .public-v31 .v38-care-field-story .v38-care-field-node.is-one-pager-selected .v33-one-pager-control-label {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .public-v31 .v38-care-field-story .v38-care-field-reset {
    position: absolute;
    display: inline-flex;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 44px;
    padding: 7px 10px;
    border-radius: 999px;
  }

  .public-v31 .v38-care-field-story .v38-care-field-reset > span {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 701px) and (max-width: 920px) {
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--media .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--notes .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--drafts .v33-one-pager-control-label {
    top: auto;
    bottom: calc(100% + 8px);
  }
}

@media (max-width: 700px) {
  .public-v31 .v38-hero-visual-stage {
    display: grid;
    min-height: 0;
    padding: 0 0 24%;
  }

  .public-v31 .v38-hero-photo {
    position: relative;
    inset: auto;
    order: 2;
    aspect-ratio: 1.18;
    border-radius: 24px 58px 24px 24px;
  }

  .public-v31 .v38-hero-photo img { object-position: 62% center; }

  .public-v31 .v38-hero-context {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: 100%;
    margin-bottom: 12px;
  }

  .public-v31 .v38-hero-screen {
    right: 10px;
    bottom: 0;
    left: auto;
    width: min(78%, 295px);
    transform: none;
  }

  .public-v31 .v38-care-field-story .v33-one-pager-hotspot--drafts {
    grid-column: 1 / -1;
  }

  .public-v31 .v38-editorial-product-stage,
  .public-v31 .v38-editorial-product--inset-left .v38-editorial-product-stage {
    padding: 0 0 26%;
  }

  .public-v31 .v38-editorial-photo,
  .public-v31 .v38-editorial-product--inset-left .v38-editorial-photo {
    aspect-ratio: 1.22;
    border-radius: 24px 54px 24px 24px;
  }

  .public-v31 .v38-editorial-screen,
  .public-v31 .v38-editorial-product--inset-left .v38-editorial-screen {
    right: 4%;
    left: auto;
    width: 82%;
  }

  .public-v31 .v38-editorial-product--inset-left .v38-editorial-screen-label {
    right: 8px;
    left: auto;
  }

  .public-v31 .v38-care-field-story .v38-care-field {
    display: grid;
    aspect-ratio: auto;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .public-v31 .v38-care-field > .v38-care-field-atmosphere,
  .public-v31 .v38-care-field-scope,
  .public-v31 .v38-care-field-visual-status {
    display: none;
  }

  .public-v31 .v38-care-field-core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: clamp(270px, 76vw, 350px);
    transform: none;
  }

  .public-v31 .v38-care-field-preview {
    border-radius: 22px 52px 22px 22px;
  }

  .public-v31 .v38-care-field-story .v38-care-field-controls {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .public-v31 .v38-care-field-story .v38-care-field-controls button,
  .public-v31 .v38-care-field-story .v38-care-field-node,
  .public-v31 .v38-care-field-story .v38-care-field-reset {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 52px;
    padding: 9px 11px;
    color: #fff;
    background: rgba(43, 26, 56, 0.94);
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(34, 20, 46, 0.13);
    transform: none;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node--development { border-style: dotted; }
  .public-v31 .v38-care-field-story .v38-care-field-node--exploration { border-style: dashed; }

  .public-v31 .v38-care-field-story .v38-care-field-controls button:hover,
  .public-v31 .v38-care-field-story .v38-care-field-controls button:focus-visible,
  .public-v31 .v38-care-field-story .v38-care-field-controls button.is-one-pager-selected {
    color: #271832;
    background: #9ce4df;
    transform: none;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node .v33-one-pager-number,
  .public-v31 .v38-care-field-story .v38-care-field-reset > span {
    display: grid;
    flex: 0 0 27px;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #281a33;
    background: #9ce4df;
    border-radius: 50%;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node .v33-one-pager-control-label {
    position: static;
    inset: auto;
    display: block;
    width: auto;
    max-width: none;
    padding: 0;
    overflow: hidden;
    color: inherit;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.62rem;
    opacity: 1;
    transform: none;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node:hover .v33-one-pager-control-label,
  .public-v31 .v38-care-field-story .v38-care-field-node:focus-visible .v33-one-pager-control-label,
  .public-v31 .v38-care-field-story .v38-care-field-node.is-one-pager-selected .v33-one-pager-control-label {
    opacity: 1;
    transform: none;
  }

  .public-v31 .v38-care-field-story .v38-care-field-reset strong {
    font-size: 0.66rem;
  }

  .public-v31 .v38-care-field-story .v33-one-pager-detail {
    min-height: 0;
    padding: 28px 23px;
  }
}

@media (max-width: 440px) {
  .public-v31 .v38-hero-context {
    grid-template-columns: auto 1fr;
    padding: 10px 11px;
  }

  .public-v31 .v38-hero-context-orb {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .public-v31 .v38-hero-context > span:last-child { display: none; }
  .public-v31 .v38-hero-screen-bar small { display: none; }

  .public-v31 .v38-care-field-core {
    height: clamp(250px, 81vw, 310px);
  }

  .public-v31 .v38-care-field-story .v38-care-field-controls { gap: 7px; }

  .public-v31 .v38-care-field-story .v38-care-field-controls button,
  .public-v31 .v38-care-field-story .v38-care-field-node,
  .public-v31 .v38-care-field-story .v38-care-field-reset {
    min-height: 58px;
    padding: 8px 9px;
  }

  .public-v31 .v38-care-field-story .v38-care-field-node .v33-one-pager-control-label {
    font-size: 0.57rem;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-v31 .v38-hero-photo img,
  .public-v31 .v38-editorial-photo img { transition: none; }
  .public-v31 .v38-hero-visual:hover .v38-hero-photo img,
  .public-v31 .v38-editorial-product:hover .v38-editorial-photo img { transform: none; }
  .public-v31 .is-one-pager-visual-active { animation: none; }
}

@media (forced-colors: active) {
  .public-v31 .v38-hero-photo,
  .public-v31 .v38-hero-screen,
  .public-v31 .v38-hero-context,
  .public-v31 .v38-editorial-photo,
  .public-v31 .v38-editorial-screen,
  .public-v31 .v38-care-field-preview,
  .public-v31 .v38-care-field-story .v33-one-pager-detail { border: 1px solid CanvasText; }
  .public-v31 .v38-editorial-thread,
  .public-v31 .v38-care-field-atmosphere { display: none; }
}

.public-v31 .footer-link-groups a {
  color: rgba(255, 255, 255, 0.78);
}

.public-v31 .footer-link-groups a:hover,
.public-v31 .footer-link-groups a:focus-visible {
  color: #fff;
}

/* Responsive device preview: distinct screens, shared lift interaction. */
.public-v31 .v39-device-suite { width: 100%; }
.public-v31 .v39-device-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 16px;
  min-height: 0;
  padding: 20px 24px 18px;
  overflow: hidden;
  background: radial-gradient(circle at 74% 24%, rgba(112, 86, 191, 0.2), transparent 38%), linear-gradient(145deg, #f7f3fb, #fff 46%, #eefafa);
  border: 1px solid rgba(77, 53, 94, 0.12);
  border-radius: 28px 52px 28px 28px;
  box-shadow: 0 20px 48px rgba(47, 30, 61, 0.14);
}
.public-v31 .v39-device-atmosphere { position: absolute; inset: 0; z-index: -3; display: block; opacity: 0.14; mix-blend-mode: multiply; }
.public-v31 .v39-device-atmosphere::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(250, 247, 252, 0.2), #f8fbfb); content: ""; }
.public-v31 .v39-device-atmosphere img { display: block; width: 100%; height: 100%; object-fit: cover; border: 0; }
.public-v31 .v39-device-orbit { position: absolute; z-index: -1; border: 1px solid rgba(94, 70, 142, 0.12); border-radius: 50%; pointer-events: none; }
.public-v31 .v39-device-orbit--one { right: -16%; bottom: 0; width: 78%; aspect-ratio: 1; }
.public-v31 .v39-device-orbit--two { bottom: -36%; left: -16%; width: 61%; aspect-ratio: 1; }
.public-v31 .v39-device-intro { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; min-width: 0; padding: 12px; color: #fff; background: linear-gradient(135deg, #2c1d39, #50366a); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 17px 32px 17px 17px; }
.public-v31 .v39-device-intro-orb { display: grid; place-items: center; width: 38px; height: 38px; color: #2d1d38; background: linear-gradient(145deg, #fff1bd, #66d7d3); border-radius: 50%; font-weight: 850; }
.public-v31 .v39-device-intro p { display: grid; gap: 4px; margin: 0; }
.public-v31 .v39-device-intro small { color: #98ebe5; font-size: 0.65rem; font-weight: 750; letter-spacing: 0.02em; }
.public-v31 .v39-device-intro strong { color: #fff; font-size: 0.8rem; line-height: 1.4; }
.public-v31 .v39-device-intro > span:last-child { display: none; }
.public-v31 .v39-device-selector { display: flex; flex-wrap: wrap; justify-content: center; justify-self: center; gap: 4px; max-width: 100%; padding: 3px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(75, 54, 91, 0.12); border-radius: 16px; }
.public-v31 .v39-device-selector button { display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 62px; min-height: 44px; padding: 8px 10px; color: #5f5066; background: transparent; border: 0; border-radius: 12px; font: inherit; font-size: 0.75rem; font-weight: 750; cursor: pointer; transition: color 180ms ease, background 180ms ease; }
.public-v31 .v39-device-selector button:hover,
.public-v31 .v39-device-selector button:focus-visible { color: #35263f; background: #eef9f8; }
.public-v31 .v39-device-selector button[aria-pressed="true"] { color: #fff; background: #62448c; }
.public-v31 .v39-device-selector button svg { flex: 0 0 auto; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.public-v31 .v39-device-deck { position: relative; display: grid; grid-template-columns: minmax(0, 58fr) minmax(0, 25fr) minmax(0, 17fr); align-items: end; gap: clamp(18px, 2.3vw, 30px); min-width: 0; margin-top: 48px; padding: 12px 4px 6px; }
.public-v31 .v39-device { position: relative; min-width: 0; width: 100%; opacity: 0.88; filter: saturate(0.85); cursor: zoom-in; transform: translateY(0); transform-origin: center bottom; transition: opacity 220ms ease, filter 220ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1); }
.public-v31 .v39-device::after { position: absolute; inset: -12%; z-index: -1; background: radial-gradient(circle, rgba(102, 217, 211, 0.3), transparent 70%); border-radius: 25%; opacity: 0; pointer-events: none; content: ""; transition: opacity 220ms ease; }
.public-v31 .v39-device--laptop { z-index: 2; }
.public-v31 .v39-device--tablet { z-index: 3; }
.public-v31 .v39-device--phone { z-index: 4; }
.public-v31 .v39-device.is-hero-device-active { z-index: 5; opacity: 1; filter: none; transform: translateY(-6px) scale(1.025); }
.public-v31 .v39-device.is-hero-device-active::after { opacity: 1; }
.public-v31 .v39-device-label { position: absolute; bottom: calc(100% + 10px); left: 50%; display: grid; width: max-content; max-width: 150px; padding: 6px 8px; color: #4b3955; background: rgba(255, 255, 255, 0.95); border: 1px solid rgba(78, 56, 93, 0.12); border-radius: 10px; text-align: center; transform: translateX(-50%); pointer-events: none; transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.public-v31 .v39-device-label strong { font-size: 0.72rem; font-weight: 750; line-height: 1.2; }
.public-v31 .v39-device-label small { display: none; }
.public-v31 .v39-device.is-hero-device-active .v39-device-label { color: #fff; background: #62448c; box-shadow: 0 6px 16px rgba(54, 34, 69, 0.18); }
.public-v31 .v39-device.is-hero-device-active .v39-device-label strong { font-weight: 900; }
.public-v31 .v39-laptop-screen { position: relative; overflow: hidden; padding: 5px 5px 0; background: linear-gradient(145deg, #24192c, #4a3a53); border-radius: 10px 10px 3px 3px; box-shadow: 0 14px 24px rgba(41, 24, 53, 0.2); }
.public-v31 .v39-laptop-screen::before { position: absolute; top: 2px; left: 50%; z-index: 3; width: 3px; height: 3px; background: #d7eaee; border-radius: 50%; content: ""; transform: translateX(-50%); }
.public-v31 .v39-laptop-screen picture,
.public-v31 .v39-tablet-screen picture,
.public-v31 .v39-phone-screen picture { display: block; width: 100%; height: 100%; }
.public-v31 .v39-laptop-screen img,
.public-v31 .v39-tablet-screen img,
.public-v31 .v39-phone-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; border: 0; }
.public-v31 .v39-laptop-base { display: block; width: 106%; height: 9px; margin-left: -3%; background: linear-gradient(180deg, #e7e7ec, #9d9ca7 72%, #777680); border-radius: 2px 2px 9px 9px; box-shadow: 0 8px 12px rgba(45, 29, 58, 0.16); clip-path: polygon(3% 0, 97% 0, 100% 74%, 96% 100%, 4% 100%, 0 74%); }
.public-v31 .v39-laptop-base::after { display: block; width: 15%; height: 38%; margin-inline: auto; background: rgba(83, 81, 90, 0.35); border-radius: 0 0 7px 7px; content: ""; }
.public-v31 .v39-device--tablet,
.public-v31 .v39-device--phone { overflow: visible; padding: 5px; background: linear-gradient(145deg, #281f30, #5b4a62); border-radius: 13px; box-shadow: 0 16px 26px rgba(41, 24, 53, 0.22); }
.public-v31 .v39-tablet-screen { aspect-ratio: 834 / 1112; overflow: hidden; border-radius: 9px; }
.public-v31 .v39-phone-screen { aspect-ratio: 430 / 757; overflow: hidden; border-radius: 9px; }
.public-v31 .v39-tablet-camera,
.public-v31 .v39-phone-speaker,
.public-v31 .v39-phone-home { position: absolute; left: 50%; z-index: 5; background: #d9e9eb; transform: translateX(-50%); }
.public-v31 .v39-tablet-camera { top: 2px; width: 3px; height: 3px; border-radius: 50%; }
.public-v31 .v39-phone-speaker { top: 2px; width: 26%; height: 2px; border-radius: 999px; }
.public-v31 .v39-phone-home { bottom: 2px; width: 24%; height: 2px; border-radius: 999px; }
.public-v31 .v39-device-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.public-v31 .v39-device-pointer-hint { display: none; justify-content: center; align-items: center; gap: 6px; margin: 3px 0 0; color: #67546e; font-size: 0.7rem; line-height: 1.4; }
.public-v31 .v39-device-suite figcaption { margin: 10px 0 0; color: #6f6174; font-size: 0.75rem; line-height: 1.45; text-align: left; }
@media (hover: hover) and (pointer: fine) {
  .public-v31 .v39-device:hover { z-index: 6; opacity: 1; filter: none; transform: translateY(-10px) scale(1.04); }
  .public-v31 .v39-device:hover::after { opacity: 1; }
  .public-v31 .v39-device:hover .v39-device-label { color: #fff; background: #62448c; box-shadow: 0 6px 16px rgba(54, 34, 69, 0.18); }
  .public-v31 .v39-device:hover .v39-device-label strong { font-weight: 900; }
  .public-v31 .v39-device-pointer-hint { display: flex; }
}
@media (max-width: 620px) {
  .public-v31 .v39-device-stage { gap: 12px; padding: 16px; border-radius: 22px 40px 22px 22px; }
  .public-v31 .v39-device-deck { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px 28px; margin-top: 28px; padding-inline: 12px; }
  .public-v31 .v39-device--laptop { grid-column: 1 / -1; width: 92%; justify-self: center; }
  .public-v31 .v39-device--tablet { width: 86%; justify-self: end; }
  .public-v31 .v39-device--phone { width: 64%; justify-self: start; }
  .public-v31 .v39-device-selector button { min-width: 56px; padding-inline: 7px; }
}
@media (max-width: 380px) {
  .public-v31 .v39-device-stage { padding-inline: 12px; }
  .public-v31 .v39-device-intro { padding: 10px; gap: 8px; }
  .public-v31 .v39-device-intro-orb { width: 32px; height: 32px; }
  .public-v31 .v39-device-intro strong { font-size: 0.75rem; }
  .public-v31 .v39-device-selector button { gap: 4px; min-width: 54px; padding-inline: 5px; font-size: 0.7rem; }
}
@media (prefers-reduced-motion: reduce) {
  .public-v31 .v39-device,
  .public-v31 .v39-device::after,
  .public-v31 .v39-device-label,
  .public-v31 .v39-device-selector button { transition: none; }
}
@media (forced-colors: active) {
  .public-v31 .v39-device-stage,
  .public-v31 .v39-device-intro,
  .public-v31 .v39-device-selector,
  .public-v31 .v39-device,
  .public-v31 .v39-device-label { border: 1px solid CanvasText; }
  .public-v31 .v39-device-atmosphere,
  .public-v31 .v39-device-orbit,
  .public-v31 .v39-device::after,
  .public-v31 .v39-device-pointer-hint { display: none; }
}

/* v39 public contact inbox entry ----------------------------------- */

.public-v31 .v39-contact-section {
  position: relative;
  isolation: isolate;
  padding-block: var(--v31-section-space);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 18%, rgba(78, 210, 203, 0.23), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(136, 101, 205, 0.28), transparent 31%),
    linear-gradient(135deg, #25172f 0%, #422852 54%, #2e274b 100%);
}

.public-v31 .v39-contact-section::before,
.public-v31 .v39-contact-section::after {
  position: absolute;
  z-index: -1;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.public-v31 .v39-contact-section::before { top: -220px; left: -90px; }
.public-v31 .v39-contact-section::after { right: -150px; bottom: -250px; width: 460px; }

.public-v31 .v39-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(44px, 6vw, 88px);
}

.public-v31 .v39-contact-intro {
  position: sticky;
  top: 34px;
}

.public-v31 .v39-contact-intro .eyebrow { color: #92ebe4; }

.public-v31 .v39-contact-intro h2 {
  max-width: 690px;
  margin: 0 0 22px;
  color: #fff;
  font-size: var(--v31-heading-2);
  line-height: 1.2;
}

.public-v31 .v39-contact-intro > p:not(.eyebrow):not(.v39-contact-boundary) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.68;
}

.public-v31 .v39-contact-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}

.public-v31 .v39-contact-routes span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.public-v31 .v39-contact-routes strong { color: #fff; font-size: 0.72rem; }

.public-v31 .v39-contact-routes small {
  overflow: hidden;
  color: #a9e9e4;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-v31 .v39-contact-boundary {
  margin: 22px 0 0;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(14, 8, 18, 0.2);
  border-left: 3px solid #efb27e;
  border-radius: 0 12px 12px 0;
  font-size: 0.7rem;
  line-height: 1.5;
}

.public-v31 .v39-contact-boundary strong { color: #ffe0c0; }

.public-v31 .v39-contact-panel {
  padding: clamp(24px, 3vw, 38px);
  color: #3c2d45;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px 64px 28px 28px;
  box-shadow: 0 32px 82px rgba(12, 6, 17, 0.32);
}

.public-v31 .v39-contact-panel-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
}

.public-v31 .v39-contact-panel-heading > span {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #2c1d35;
  background: linear-gradient(145deg, #fff0bd, #79dcd6);
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(57, 40, 67, 0.13);
}

.public-v31 .v39-contact-panel-heading div { display: grid; }
.public-v31 .v39-contact-panel-heading small { color: #827386; font-size: 0.58rem; font-weight: 820; letter-spacing: 0.06em; text-transform: uppercase; }
.public-v31 .v39-contact-panel-heading strong { color: #302039; font-size: 1.12rem; }

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

.contact-form-grid > label { min-width: 0; }
.contact-form-grid .contact-message-field { grid-column: 1 / -1; }
.contact-form .contact-safety-note { margin-bottom: 18px; }

.contact-safety-note {
  padding: 13px 15px;
  color: #5b455f;
  background: #fff8e7;
  border: 1px solid #f1d9a7;
  border-radius: 14px;
}

.contact-safety-note strong { display: block; color: #4b354e; font-size: 0.78rem; }
.contact-safety-note p { margin: 4px 0 0; color: #715d72; font-size: 0.68rem; line-height: 1.45; }

.contact-consent-field {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 9px !important;
  margin-top: 16px;
  font-size: 0.7rem;
  line-height: 1.45;
}

.contact-consent-field input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px;
  margin-top: 1px;
}

.contact-form .form-note { margin-block: 14px; }
.contact-form .button { min-width: 150px; }
.contact-message-field small { display: block; margin-top: 5px; font-size: 0.62rem; line-height: 1.4; }

@media (max-width: 980px) {
  .public-v31 .v39-contact-layout { grid-template-columns: 1fr; }
  .public-v31 .v39-contact-intro { position: static; }
  .public-v31 .v39-contact-intro h2 { max-width: 780px; }
  .public-v31 .v39-contact-routes { max-width: 680px; }
}

@media (max-width: 620px) {
  .public-v31 .v39-contact-section { padding-block: 62px; }
  .public-v31 .v39-contact-layout { gap: 34px; }
  .public-v31 .v39-contact-routes,
  .contact-form-grid { grid-template-columns: 1fr; }
  .public-v31 .v39-contact-panel { padding: 22px 18px; border-radius: 22px 48px 22px 22px; }
  .public-v31 .v39-contact-intro h2 { font-size: var(--v31-heading-2); }
}

@media (forced-colors: active) {
  .public-v31 .v39-contact-section,
  .public-v31 .v39-contact-panel,
  .contact-safety-note { border: 1px solid CanvasText; }
}

/* v42 wide icon-led care field ------------------------------------- */

.public-v31 .v42-care-field-wide {
  --v42-field-accent: #73ddd7;
  --v42-field-accent-rgb: 115, 221, 215;
}

.public-v31 .v42-care-field-wide[data-one-pager-active="wearables"],
.public-v31 .v42-care-field-wide[data-one-pager-active="media"] {
  --v42-field-accent: #f0c787;
  --v42-field-accent-rgb: 240, 199, 135;
}

.public-v31 .v42-care-field-wide[data-one-pager-active="assistant"],
.public-v31 .v42-care-field-wide[data-one-pager-active="drafts"] {
  --v42-field-accent: #c3abef;
  --v42-field-accent-rgb: 195, 171, 239;
}

.public-v31 .v42-care-field-wide .v33-one-pager-heading {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.58fr);
  align-items: end;
  gap: clamp(48px, 8vw, 118px);
}

.public-v31 .v42-care-field-wide .v33-one-pager-heading > p {
  max-width: 540px;
  padding: 0 0 7px clamp(20px, 3vw, 46px);
  border-left: 1px solid rgba(111, 83, 164, 0.2);
}

.public-v31 .v42-care-field-wide .v38-care-field-layout {
  position: relative;
  display: block;
}

.public-v31 .v42-care-field-wide .v33-one-pager-figure {
  width: 100%;
  max-width: none;
}

.public-v31 .v42-care-field-wide .v38-care-field {
  isolation: isolate;
  width: 100%;
  border-color: rgba(88, 64, 115, 0.16);
  border-radius: 38px 96px 38px 38px;
  box-shadow:
    0 42px 100px rgba(45, 28, 61, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.public-v31 .v42-care-field-wide .v38-care-field::before,
.public-v31 .v42-care-field-wide .v38-care-field::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.public-v31 .v42-care-field-wide .v38-care-field::before {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(var(--v42-field-accent-rgb), 0.2), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 18% 82%, rgba(255, 255, 255, 0.16));
  transition: background 320ms ease;
}

.public-v31 .v42-care-field-wide .v38-care-field::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 70%, rgba(74, 48, 97, 0.06));
  border-radius: inherit;
  box-shadow: inset 0 0 100px rgba(93, 63, 123, 0.05);
}

.public-v31 .v42-care-field-wide .v38-care-field-scope {
  top: clamp(18px, 2vw, 28px);
  left: clamp(18px, 2vw, 28px);
  max-width: 25%;
  padding: 10px 13px;
  border-radius: 13px;
}

.public-v31 .v42-care-field-wide .v38-care-field-visual-status {
  right: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  z-index: 8;
  max-width: 25%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.public-v31 .v42-care-field-wide .v38-care-field-controls {
  z-index: 9;
}

.public-v31 .v42-care-field-wide .v38-care-field-controls button {
  scroll-margin-block: 112px 48px;
}

.public-v31 .v42-care-field-wide .v38-care-field-node {
  --v42-node-hit: clamp(76px, 8.2vw, 116px);
  width: var(--v42-node-hit);
  min-width: var(--v42-node-hit);
  height: var(--v42-node-hit);
  min-height: var(--v42-node-hit);
  color: #352443;
  background: transparent;
  border: 0;
  border-radius: 30%;
  box-shadow: none;
  backdrop-filter: none;
  transition: background-color 220ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.public-v31 .v42-care-field-wide .v38-care-field-node::before {
  position: absolute;
  inset: 7%;
  border: 2px solid rgba(73, 50, 94, 0.2);
  border-radius: 29%;
  box-shadow: 0 12px 28px rgba(56, 35, 72, 0.05);
  content: "";
  opacity: 0.58;
  transition: border-color 220ms ease, box-shadow 220ms ease, inset 220ms ease, opacity 220ms ease;
}

.public-v31 .v42-care-field-wide .v38-care-field-node::after {
  position: absolute;
  right: 9%;
  bottom: 9%;
  width: clamp(8px, 0.75vw, 11px);
  height: clamp(8px, 0.75vw, 11px);
  background: #56cbc5;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(86, 203, 197, 0.16);
  content: "";
}

.public-v31 .v42-care-field-wide .v38-care-field-node--development::before {
  border-color: rgba(111, 83, 164, 0.36);
  border-style: dotted;
}

.public-v31 .v42-care-field-wide .v38-care-field-node--development::after,
.public-v31 .v42-care-field-wide .v38-care-field-node--mixed::after {
  background: #a98bdd;
  box-shadow: 0 0 0 4px rgba(169, 139, 221, 0.16);
}

.public-v31 .v42-care-field-wide .v38-care-field-node--exploration::before {
  border-color: rgba(197, 137, 65, 0.4);
  border-style: dashed;
}

.public-v31 .v42-care-field-wide .v38-care-field-node--exploration::after {
  background: #dda75f;
  box-shadow: 0 0 0 4px rgba(221, 167, 95, 0.16);
}

.public-v31 .v42-care-field-wide .v38-care-field-node--mixed::before {
  border-color: rgba(111, 83, 164, 0.38);
  border-style: dotted;
}

.public-v31 .v42-care-field-wide .v38-care-field-node:hover,
.public-v31 .v42-care-field-wide .v38-care-field-node:focus-visible,
.public-v31 .v42-care-field-wide .v38-care-field-node.is-one-pager-selected {
  color: #30213c;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 46px rgba(54, 33, 70, 0.16), 0 0 46px rgba(var(--v42-field-accent-rgb), 0.3);
  transform: translate(-50%, -50%) scale(1.075);
}

.public-v31 .v42-care-field-wide .v38-care-field-node:hover::before,
.public-v31 .v42-care-field-wide .v38-care-field-node:focus-visible::before,
.public-v31 .v42-care-field-wide .v38-care-field-node.is-one-pager-selected::before {
  inset: 2%;
  border-color: var(--v42-field-accent);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.66), 0 0 34px rgba(var(--v42-field-accent-rgb), 0.56);
  opacity: 1;
}

.public-v31 .v42-care-field-wide .v33-one-pager-control-label {
  display: block;
  max-width: 210px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 11px;
  box-shadow: 0 13px 30px rgba(37, 22, 48, 0.24);
  font-size: clamp(0.63rem, 0.7vw, 0.72rem);
  backdrop-filter: blur(13px);
}

.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--wearables .v33-one-pager-control-label {
  top: 50%;
  left: calc(100% + 11px);
  transform: translate(0, -56%);
}

.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--wearables:hover .v33-one-pager-control-label,
.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--wearables:focus-visible .v33-one-pager-control-label,
.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--wearables.is-one-pager-selected .v33-one-pager-control-label {
  transform: translate(0, -50%);
}

.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--progress .v33-one-pager-control-label {
  top: 50%;
  right: calc(100% + 11px);
  left: auto;
  transform: translate(0, -56%);
}

.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--progress:hover .v33-one-pager-control-label,
.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--progress:focus-visible .v33-one-pager-control-label,
.public-v31 .v42-care-field-wide .v33-one-pager-hotspot--progress.is-one-pager-selected .v33-one-pager-control-label {
  transform: translate(0, -50%);
}

.public-v31 .v42-care-field-wide .v42-one-pager-icon {
  display: none;
  place-items: center;
}

.public-v31 .v42-care-field-wide .v42-one-pager-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.public-v31 .v42-care-field-wide .v38-care-field-reset {
  bottom: clamp(18px, 2vw, 28px);
  left: clamp(18px, 2vw, 28px);
  gap: 9px;
  min-height: 46px;
  padding: 8px 14px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
}

.public-v31 .v42-care-field-wide .v38-care-field-reset .v42-one-pager-icon {
  display: grid;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  padding: 5px;
  color: #30213c;
  background: #9ce4df;
  border-radius: 50%;
}

.public-v31 .v42-care-field-wide .v38-care-field-reset.is-one-pager-selected .v42-one-pager-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
}

.public-v31 .v42-care-field-wide .v33-one-pager-figure figcaption {
  max-width: 920px;
  margin: 17px auto 0;
  text-align: center;
}

@media (min-width: 1181px) {
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--dashboard .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--drafts .v33-one-pager-control-label {
    top: 50%;
    bottom: auto;
    left: calc(100% + 11px);
    transform: translate(0, -56%);
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--family .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--media .v33-one-pager-control-label {
    top: 50%;
    right: calc(100% + 11px);
    bottom: auto;
    left: auto;
    transform: translate(0, -56%);
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--assistant .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--notes .v33-one-pager-control-label {
    top: 50%;
    right: auto;
    bottom: auto;
    left: calc(100% + 11px);
    transform: translate(0, -56%);
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--dashboard:hover .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--dashboard:focus-visible .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--dashboard.is-one-pager-selected .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--family:hover .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--family:focus-visible .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--family.is-one-pager-selected .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--media:hover .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--media:focus-visible .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--media.is-one-pager-selected .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--assistant:hover .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--assistant:focus-visible .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--assistant.is-one-pager-selected .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--notes:hover .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--notes:focus-visible .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--notes.is-one-pager-selected .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--drafts:hover .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--drafts:focus-visible .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--drafts.is-one-pager-selected .v33-one-pager-control-label {
    transform: translate(0, -50%);
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--wearables .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--progress .v33-one-pager-control-label {
    width: 84px;
    max-width: 84px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--drafts .v33-one-pager-control-label {
    top: 58%;
    width: 110px;
    max-width: 110px;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-core {
    top: 20%;
    width: 38%;
    height: 13%;
    transform: translateX(-50%);
  }

  .public-v31 .v42-care-field-wide .v38-care-field-preview {
    border-color: rgba(var(--v42-field-accent-rgb), 0.44);
    border-radius: 26px 62px 10px 10px;
    box-shadow: 0 25px 58px rgba(55, 34, 70, 0.19), 0 0 0 6px rgba(255, 255, 255, 0.48);
  }

  .public-v31 .v42-care-field-wide .v38-care-field-preview--overview {
    padding: clamp(12px, 1.4vw, 19px);
  }

  .public-v31 .v42-care-field-wide .v38-care-field-preview--overview p,
  .public-v31 .v42-care-field-wide .v38-care-field-preview--concept ul,
  .public-v31 .v42-care-field-wide .v38-care-field-preview--concept ol {
    display: none;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-preview--concept {
    gap: 4px;
    padding: clamp(12px, 1.4vw, 19px);
  }

  .public-v31 .v42-care-field-wide .v38-preview-status {
    top: 7px;
    right: 7px;
    padding: 4px 6px;
    font-size: 0.58rem;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-detail {
    position: absolute;
    top: 31%;
    left: 50%;
    z-index: 7;
    display: grid;
    width: 42%;
    height: 46.5%;
    min-height: 0;
    padding: clamp(17px, 1.55vw, 22px);
    overflow: auto;
    color: #fff;
    background:
      radial-gradient(circle at 92% 8%, rgba(var(--v42-field-accent-rgb), 0.2), transparent 16rem),
      linear-gradient(148deg, rgba(38, 23, 49, 0.965), rgba(61, 40, 80, 0.955));
    border: 1px solid rgba(var(--v42-field-accent-rgb), 0.38);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px 10px 28px 64px;
    box-shadow: 0 28px 68px rgba(45, 28, 61, 0.24), 0 1px 0 rgba(255, 255, 255, 0.13) inset;
    scrollbar-color: rgba(var(--v42-field-accent-rgb), 0.66) transparent;
    scrollbar-width: thin;
    transform: translateX(-50%);
    backdrop-filter: blur(22px) saturate(1.08);
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-detail::before {
    position: absolute;
    top: 0;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--v42-field-accent), transparent);
    content: "";
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-panel {
    align-self: start;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-panel h3 {
    max-width: none;
    margin: 10px 0 12px;
    font-size: var(--v31-heading-3);
    line-height: 1.2;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-panel > p:not(.v33-one-pager-kicker, .v33-one-pager-index, .v33-one-pager-boundary) {
    margin-bottom: 10px;
    font-size: clamp(0.73rem, 0.82vw, 0.8rem);
    line-height: 1.44;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-state {
    margin-bottom: 8px;
    padding: 6px 9px;
    font-size: 0.64rem;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-state-row {
    gap: 5px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-kicker,
  .public-v31 .v42-care-field-wide .v33-one-pager-index {
    font-size: 0.67rem;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-boundary {
    margin-top: 13px;
    padding: 9px 11px;
    font-size: 0.66rem;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-detail .v31-text-link {
    margin-top: 8px;
    font-size: 0.73rem;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-legend {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 11px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-legend li {
    display: block;
    padding: 9px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-legend .v33-one-pager-state {
    margin-bottom: 7px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-legend p {
    font-size: 0.64rem;
    line-height: 1.38;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-draft-flow {
    margin-top: 14px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-draft-flow li {
    padding: 8px 6px;
  }
}

@media (max-width: 1180px) {
  .public-v31 .v42-care-field-wide .v33-one-pager-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-heading > p {
    max-width: 720px;
    padding: 0;
    border-left: 0;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-detail {
    width: min(100%, 780px);
    min-height: 0;
    margin: 28px auto 0;
  }
}

@media (max-width: 700px) {
  .public-v31 .v42-care-field-wide .v38-care-field::before,
  .public-v31 .v42-care-field-wide .v38-care-field::after { display: none; }

  .public-v31 .v42-care-field-wide .v38-care-field-node {
    --v42-node-hit: auto;
    color: #fff;
    background: rgba(43, 26, 56, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(34, 20, 46, 0.14);
  }

  .public-v31 .v42-care-field-wide .v38-care-field-node--development,
  .public-v31 .v42-care-field-wide .v38-care-field-node--mixed {
    border-style: dotted;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-node--exploration {
    border-style: dashed;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-node::before,
  .public-v31 .v42-care-field-wide .v38-care-field-node::after { display: none; }

  .public-v31 .v42-care-field-wide .v38-care-field-node:hover,
  .public-v31 .v42-care-field-wide .v38-care-field-node:focus-visible,
  .public-v31 .v42-care-field-wide .v38-care-field-node.is-one-pager-selected {
    color: #281a33;
    background: #9ce4df;
    box-shadow: 0 11px 26px rgba(34, 20, 46, 0.17);
    transform: none;
  }

  .public-v31 .v42-care-field-wide .v42-one-pager-icon,
  .public-v31 .v42-care-field-wide .v38-care-field-reset .v42-one-pager-icon {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    padding: 6px;
    color: #291b34;
    background: #9ce4df;
    border-radius: 11px;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-node.is-one-pager-selected .v42-one-pager-icon,
  .public-v31 .v42-care-field-wide .v38-care-field-reset.is-one-pager-selected .v42-one-pager-icon {
    color: #fff;
    background: #352144;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-reset {
    gap: 8px;
    padding: 9px 11px;
    border-radius: 16px;
    backdrop-filter: none;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-node .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--wearables .v33-one-pager-control-label,
  .public-v31 .v42-care-field-wide .v33-one-pager-hotspot--progress .v33-one-pager-control-label {
    position: static;
    inset: auto;
    width: auto;
    max-width: none;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.64rem;
    font-weight: 780;
    line-height: 1.28;
    opacity: 1;
    text-align: left;
    transform: none;
    backdrop-filter: none;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-detail {
    margin-top: 22px;
    border-radius: 24px 56px 24px 24px;
  }

  .public-v31 .v42-care-field-wide .v33-one-pager-figure figcaption {
    text-align: left;
  }
}

@media (max-width: 440px) {
  .public-v31 .v42-care-field-wide .v42-one-pager-icon,
  .public-v31 .v42-care-field-wide .v38-care-field-reset .v42-one-pager-icon {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
    padding: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-v31 .v42-care-field-wide .v38-care-field::before,
  .public-v31 .v42-care-field-wide .v38-care-field-node,
  .public-v31 .v42-care-field-wide .v38-care-field-node::before { transition: none; }
}

html:not(.js) body.public-v31 .v42-care-field-wide .v38-care-field-layout {
  display: block;
}

html:not(.js) body.public-v31 .v42-care-field-wide .v38-care-field-core {
  top: 50%;
  width: 38%;
  height: 49%;
  transform: translate(-50%, -50%);
}

html:not(.js) body.public-v31 .v42-care-field-wide .v38-care-field-preview--overview p {
  display: block;
}

html:not(.js) body.public-v31 .v42-care-field-wide .v33-one-pager-detail {
  position: relative;
  top: auto;
  left: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 28px auto 0;
  overflow: visible;
  transform: none;
}

html:not(.js) body.public-v31 .v42-care-field-wide .v33-one-pager-detail > .visually-hidden {
  grid-column: 1 / -1;
}

html:not(.js) body.public-v31 .v42-care-field-wide .v33-one-pager-panel {
  align-self: stretch;
  padding: clamp(18px, 2.2vw, 28px);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 19px;
}

@media (max-width: 700px) {
  html:not(.js) body.public-v31 .v42-care-field-wide .v33-one-pager-detail {
    grid-template-columns: 1fr;
  }

  html:not(.js) body.public-v31 .v42-care-field-wide .v38-care-field-core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: clamp(250px, 81vw, 310px);
    transform: none;
  }
}

@media (forced-colors: active) {
  .public-v31 .v42-care-field-wide .v38-care-field::before,
  .public-v31 .v42-care-field-wide .v38-care-field::after,
  .public-v31 .v42-care-field-wide .v38-care-field-node::after { display: none; }

  .public-v31 .v42-care-field-wide .v38-care-field > .v38-care-field-atmosphere {
    display: none;
  }

  .public-v31 .v42-care-field-wide .v38-care-field-node,
  .public-v31 .v42-care-field-wide .v38-care-field-node::before,
  .public-v31 .v42-care-field-wide .v42-one-pager-icon { border: 1px solid CanvasText; }

  .public-v31 .v42-care-field-wide .v38-care-field-node { background: transparent; }

  .public-v31 .v42-care-field-wide .v38-care-field-node::before { display: none; }

  .public-v31 .v42-care-field-wide .v38-care-field-node .v42-one-pager-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 6px;
    background: Canvas;
    border-radius: 9px;
  }
}

/* User-initiated introduction. */
.public-v31 .intro-video { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); column-gap: 36px; row-gap: 10px; padding-block: var(--v31-section-space); }
.public-v31 .intro-video-heading { grid-column: 1; grid-row: 1 / 5; align-self: center; }
.public-v31 .intro-video-heading h2 { margin-bottom: 14px; }
.public-v31 .intro-video-heading > p:last-child { margin: 0; color: var(--v31-ink-soft); font-size: 1rem; line-height: 1.6; }
.public-v31 .intro-video-frame { position: relative; grid-column: 2; min-width: 0; overflow: hidden; background: #241930; border: 1px solid var(--v31-line); border-radius: 20px; }
.public-v31 .intro-video-media { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #241930; }
.public-v31 .intro-video-play { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; gap: 10px; width: max-content; max-width: calc(100% - 28px); min-height: 56px; padding: 10px 18px; color: #372448; background: #fff; border: 1px solid #ddd1e8; border-radius: 999px; box-shadow: 0 10px 32px rgba(24, 13, 33, 0.25); font: inherit; font-size: 0.9rem; font-weight: 750; transform: translate(-50%, -50%); cursor: pointer; }
.public-v31 .intro-video-play[hidden] { display: none; }
.public-v31 .intro-video-play:hover { background: #f1ebf8; }
.public-v31 .intro-video-play-icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: #fff; background: #654791; border-radius: 50%; font-size: 0.8rem; }
.public-v31 .intro-video-caption,
.public-v31 .intro-video-status,
.public-v31 .intro-video-fallback { grid-column: 2; margin: 0; color: var(--v31-ink-soft); font-size: 0.8rem; line-height: 1.5; }
.public-v31 .intro-video-status:empty { display: none; }
.public-v31 .intro-video-fallback a { color: #60428c; text-underline-offset: 3px; }
.public-v31 .intro-video > noscript { grid-column: 1 / -1; }
@media (max-width: 800px) {
  .public-v31 .intro-video { grid-template-columns: 1fr; row-gap: 12px; }
  .public-v31 .intro-video-heading { grid-column: auto; grid-row: auto; margin-bottom: 8px; }
  .public-v31 .intro-video-frame,
  .public-v31 .intro-video-caption,
  .public-v31 .intro-video-status,
  .public-v31 .intro-video-fallback { grid-column: auto; }
}
@media (forced-colors: active) {
  .public-v31 .intro-video-play { border-color: ButtonText; }
}


/* Photographic audience routes remain specific to Home. */
.public-v31 .v31-home .v31-audience-link {
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 26px;
  border-radius: 24px;
}
.public-v31 .v31-home .v46-audience-image { display: block; width: 112px; height: 112px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .35); border-radius: 18px; }
.public-v31 .v31-home .v46-audience-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 65% 45%; }
.public-v31 .v31-home .v31-audience-link--client .v46-audience-image img { object-position: 72% 45%; }
.public-v31 .v31-home .v31-audience-link > span:nth-child(2) { min-width: 0; gap: 9px; }
.public-v31 .v31-home .v31-audience-link small { line-height: 1.5; letter-spacing: .05em; }
.public-v31 .v31-home > .v31-audience-band .v31-audience-link strong { font-size: clamp(1.125rem, 1.5vw, 1.375rem); line-height: 1.25; }
.public-v31 .v31-home .v31-audience-link > i { width: 36px; height: 36px; }
@media (max-width: 1180px) {
  .public-v31 .v31-home .v31-audience-link { grid-template-columns: 88px minmax(0, 1fr) auto; gap: 16px; padding: 22px; }
  .public-v31 .v31-home .v46-audience-image { width: 88px; height: 88px; }
}
@media (max-width: 620px) {
  .public-v31 .v31-home .v31-audience-link { padding: 18px; gap: 14px; }
}
@media (max-width: 380px) {
  .public-v31 .v31-home .v31-audience-link { grid-template-columns: 88px minmax(0, 1fr); }
  .public-v31 .v31-home .v31-audience-link > i { position: absolute; right: 14px; bottom: 14px; width: 28px; height: 28px; }
  .public-v31 .v31-home .v31-audience-link > span:nth-child(2) { padding-bottom: 20px; }
}
@media (forced-colors: active) {
  .public-v31 .v31-home .v46-audience-image { border-color: CanvasText; }
}

/* Original one-pager: eight numbered areas around its unchanged dashboard art. */
.public-v31 .v48-home-onepager { padding-block: var(--v31-section-space); }
.public-v31 .v48-onepager-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; gap: 32px; margin-bottom: 24px; }
.public-v31 .v48-onepager-heading h2 { margin: 0; }
.public-v31 .v48-onepager-heading > p { margin: 0; color: var(--v31-ink-soft); font-size: 1rem; line-height: 1.6; }
.public-v31 .v48-onepager-diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 27.5fr) minmax(0, 41fr) minmax(0, 27.5fr);
  grid-template-rows: 100px repeat(3, minmax(132px, 1fr)) 100px;
  column-gap: 2%;
  row-gap: 12px;
  width: min(100%, 1080px);
  margin-inline: auto;
  isolation: isolate;
}
.public-v31 .v48-onepager-connections { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; fill: none; stroke: #3d91f5; stroke-width: 1.7; pointer-events: none; }
.public-v31 .v48-onepager-connections ellipse { stroke: #88b8fb; stroke-width: 1.2; stroke-dasharray: 4 4; }
.public-v31 .v48-onepager-connections :is(path, ellipse) { vector-effect: non-scaling-stroke; }
.public-v31 .v48-onepager-connections circle { fill: #4192f7; stroke: #2874d8; stroke-width: .8; }
.public-v31 .v48-onepager-centre { grid-column: 2; grid-row: 2 / 5; align-self: center; min-width: 0; margin: 0; }
.public-v31 .v48-onepager-node {
  --onepager-accent: #237be5;
  --onepager-ink: #123e96;
  --onepager-tint: #edf5ff;
  --onepager-line: #96c0f7;
  position: relative;
  display: grid;
  grid-template-columns: 82px 22px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  align-self: center;
  width: 100%;
  min-width: 0;
  min-height: 94px;
  margin: 0;
  padding: 3px 12px 3px 3px;
  color: var(--onepager-ink);
  background: linear-gradient(100deg, #fff 4%, var(--onepager-tint) 100%);
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 2px 3px rgba(77, 102, 155, .08), inset 0 0 0 1px rgba(115, 147, 198, .06);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: box-shadow 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.public-v31 .v48-onepager-node--teal { --onepager-accent: #089daa; --onepager-ink: #057082; --onepager-tint: #eaf7f9; --onepager-line: #9cdee5; }
.public-v31 .v48-onepager-node--purple { --onepager-accent: #7350cf; --onepager-ink: #44308b; --onepager-tint: #f3effa; --onepager-line: #bba4f2; }
.public-v31 .v48-onepager-node--therapist { grid-column: 2; grid-row: 1; justify-self: center; width: min(100%, 288px); }
.public-v31 .v48-onepager-node--caregiver { grid-column: 1; grid-row: 2; }
.public-v31 .v48-onepager-node--wearables { grid-column: 1; grid-row: 3; }
.public-v31 .v48-onepager-node--media { grid-column: 1; grid-row: 4; }
.public-v31 .v48-onepager-node--assistant { grid-column: 3; grid-row: 2; }
.public-v31 .v48-onepager-node--progress { grid-column: 3; grid-row: 3; }
.public-v31 .v48-onepager-node--notes { grid-column: 3; grid-row: 4; }
.public-v31 .v48-onepager-node--recommendations { grid-column: 2; grid-row: 5; justify-self: center; width: min(100%, 322px); }
.public-v31 .v48-onepager-icon { display: grid; place-items: center; width: 82px; height: 82px; color: var(--onepager-accent); background: #fff; border: 1px solid var(--onepager-line); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255, 255, 255, .85), 0 4px 9px rgba(58, 96, 169, .07); }
.public-v31 .v48-onepager-icon svg { display: block; width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.public-v31 .v48-onepager-number { display: grid; place-items: center; align-self: center; width: 22px; height: 22px; color: #fff; background: var(--onepager-accent); border: 1px solid rgba(0, 0, 0, .07); border-radius: 50%; font-size: .875rem; font-weight: 750; line-height: 1; }
.public-v31 .v48-onepager-label { min-width: 0; font-size: 1rem; font-weight: 650; line-height: 1.45; overflow-wrap: normal; }
.public-v31 .v48-onepager-node:disabled { opacity: 1; cursor: default; }
.public-v31 .v48-onepager-node:not(:disabled):hover,
.public-v31 .v48-onepager-node[aria-pressed="true"] { border-color: var(--onepager-line); box-shadow: 0 5px 20px rgba(66, 96, 156, .15); transform: translateY(-2px); }
.public-v31 .v48-onepager-node:focus-visible { outline: 3px solid var(--onepager-accent); outline-offset: 4px; }
.public-v31 .v48-onepager-detail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0 16px; }
.public-v31 .v48-onepager-detail-toolbar > p { max-width: 680px; margin: 0; color: var(--v31-ink-soft); font-size: .875rem; line-height: 1.6; }
.public-v31 .v48-onepager-reset { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; min-height: 44px; padding: 10px 14px; color: #60428c; background: #f5f0fa; border: 1px solid #ddd0eb; border-radius: 12px; font: inherit; font-size: .875rem; font-weight: 750; cursor: pointer; }
.public-v31 .v48-onepager-reset:disabled { opacity: .7; cursor: default; }
.public-v31 .v48-onepager-reset:focus-visible { outline: 3px solid #725096; outline-offset: 3px; }
.public-v31 .v48-onepager-details { display: grid; gap: 16px; }
.public-v31 .v48-onepager-panel { padding: 24px 28px; color: var(--v31-ink); background: #fff; border: 1px solid #e1d9ec; border-radius: 20px; }
.public-v31 .v48-onepager-panel[hidden] { display: none; }
.public-v31 .v48-onepager-panel h3 { margin: 10px 0 12px; font-size: var(--v31-heading-3); line-height: 1.3; }
.public-v31 .v48-onepager-panel > p:not(.v48-onepager-state) { max-width: 980px; margin: 0; color: var(--v31-ink-soft); font-size: 1rem; line-height: 1.65; }
.public-v31 .v48-onepager-panel .v31-text-link { margin-top: 14px; }
.public-v31 .v48-onepager-state { display: inline-block; margin: 0; color: #126d76; font-size: .75rem; font-weight: 800; line-height: 1.6; }
.public-v31 .v48-onepager-state--planned { color: #684797; }
.public-v31 .v48-onepager-panel--overview .v48-onepager-state { color: #60428c; }
.public-v31 [data-home-onepager-ready="true"] .v48-onepager-details { min-height: 234px; }
@media (max-width: 1180px) and (min-width: 1001px) {
  .public-v31 .v48-onepager-node { grid-template-columns: 64px 22px minmax(0, 1fr); gap: 7px; }
  .public-v31 .v48-onepager-icon { width: 64px; height: 64px; }
  .public-v31 .v48-onepager-icon svg { width: 42px; height: 42px; }
}
@media (max-width: 1000px) {
  .public-v31 .v48-onepager-heading { grid-template-columns: 1fr; gap: 14px; }
  .public-v31 .v48-onepager-diagram { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 18px; max-width: 760px; }
  .public-v31 .v48-onepager-centre { grid-column: 1 / -1; grid-row: 1; justify-self: center; width: min(100%, 427px); margin-bottom: 10px; }
  .public-v31 .v48-onepager-connections { display: none; }
  .public-v31 .v48-onepager-node { grid-column: auto; grid-row: auto; align-self: stretch; width: 100%; grid-template-columns: 64px 22px minmax(0, 1fr); gap: 8px; }
  .public-v31 .v48-onepager-icon { width: 64px; height: 64px; }
  .public-v31 .v48-onepager-icon svg { width: 42px; height: 42px; }
}
@media (max-width: 620px) {
  .public-v31 .v48-onepager-diagram { gap: 14px 12px; }
  .public-v31 .v48-onepager-centre { width: min(100%, 350px); }
  .public-v31 .v48-onepager-node { grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto 1fr; align-items: center; justify-items: center; gap: 10px 4px; min-height: 154px; padding: 12px 9px; border-radius: 24px; text-align: center; }
  .public-v31 .v48-onepager-icon { grid-column: 1 / -1; grid-row: 1; width: 58px; height: 58px; }
  .public-v31 .v48-onepager-icon svg { width: 36px; height: 36px; }
  .public-v31 .v48-onepager-number { position: absolute; top: 12px; left: 10px; width: 20px; height: 20px; font-size: .75rem; }
  .public-v31 .v48-onepager-label { grid-column: 1 / -1; grid-row: 2; font-size: 1rem; line-height: 1.4; }
  .public-v31 .v48-onepager-detail-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 20px; }
  .public-v31 .v48-onepager-panel { padding: 20px; }
  .public-v31 [data-home-onepager-ready="true"] .v48-onepager-details { min-height: 0; }
}
@media (max-width: 380px) {
  .public-v31 .v48-onepager-node { padding-inline: 6px; }
  .public-v31 .v48-onepager-label { font-size: .9375rem; }
  .public-v31 .v48-onepager-node--recommendations { padding-inline: 1px; }
  .public-v31 .v48-onepager-node--recommendations .v48-onepager-label { font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) {
  .public-v31 .v48-onepager-node { transition: none; }
  .public-v31 .v48-onepager-node:not(:disabled):hover,
  .public-v31 .v48-onepager-node[aria-pressed="true"] { transform: none; }
}
@media (forced-colors: active) {
  .public-v31 .v48-onepager-node,
  .public-v31 .v48-onepager-icon,
  .public-v31 .v48-onepager-panel,
  .public-v31 .v48-onepager-reset { border-color: ButtonText; }
  .public-v31 .v48-onepager-number { color: HighlightText; background: Highlight; }
  .public-v31 .v48-onepager-connections { stroke: CanvasText; }
  .public-v31 .v48-onepager-node:focus-visible,
  .public-v31 .v48-onepager-reset:focus-visible { outline-color: Highlight; }
}

/* Home area previews reuse the website's product screenshots and artwork. */
.public-v31 .v49-onepager-gallery { border: 1px solid #ddd9ec; border-radius: 24px; background: #fff; box-shadow: 0 8px 30px rgba(68, 48, 139, .1); overflow: hidden; }
.public-v31 .v49-onepager-visual { display: grid; grid-template-rows: 76px minmax(0, 1fr) 58px; aspect-ratio: 427 / 397; width: 100%; min-width: 0; margin: 0; }
.public-v31 .v49-onepager-visual[hidden] { display: none; }
.public-v31 .v49-onepager-visual-heading { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 12px 18px; }
.public-v31 .v49-onepager-visual-heading span { color: #725096; font-size: .6875rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.public-v31 .v49-onepager-visual-heading strong { color: var(--v31-ink); font-size: 1rem; line-height: 1.35; }
.public-v31 .v49-onepager-image { display: grid; place-items: center; min-height: 0; min-width: 0; background: #f4f5fa; overflow: hidden; }
.public-v31 .v49-onepager-image img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.public-v31 .v49-onepager-visual--photo .v49-onepager-image img { object-fit: cover; }
.public-v31 .v49-onepager-visual figcaption { display: flex; align-items: center; padding: 10px 18px; color: var(--v31-ink-soft); font-size: .75rem; line-height: 1.5; }
@media (max-width: 620px) {
  .public-v31 .v49-onepager-visual { grid-template-rows: 70px minmax(0, 1fr) 56px; aspect-ratio: 1; }
  .public-v31 .v49-onepager-visual-heading { padding-inline: 12px; }
  .public-v31 .v49-onepager-visual figcaption { padding-inline: 12px; }
}
@media (forced-colors: active) {
  .public-v31 .v49-onepager-gallery { border-color: CanvasText; }
}

@media (max-width: 620px) {
  .public-v31 .v48-onepager-node { min-height: 102px; padding-block: 8px; row-gap: 5px; }
  .public-v31 .v48-onepager-icon { width: 34px; height: 34px; box-shadow: 0 0 0 3px rgba(255, 255, 255, .85); }
  .public-v31 .v48-onepager-icon svg { width: 24px; height: 24px; }
  .public-v31 .v48-onepager-label { font-size: .875rem; line-height: 1.4; }
}
@media (max-width: 380px) {
  .public-v31 .v48-onepager-node--recommendations .v48-onepager-label { font-size: .8125rem; }
}
