:root {
  --bg: #ddf3ff;
  --surface: #f8fcff;
  --surface-blue: #eaf5ff;
  --line: #b9d8ef;
  --ink: #163e64;
  --copy: #294761;
  --muted: #607894;
  --blue: #2563eb;
  --blue-2: #3b82f6;
  --purple: #8b5cf6;
  --orange: #e27b00;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(22, 62, 100, 0.16);
  --soft-shadow: 0 18px 46px rgba(22, 62, 100, 0.1);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f8fcff 0%, #ddf3ff 46%, #bfe8ff 100%);
}

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

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

h1,
h2,
h3,
p {
  margin: 0;
}

.page {
  width: 100%;
}

.site-nav {
  width: min(var(--max), calc(100% - 56px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 162px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--copy);
  font-size: 13px;
  font-weight: 760;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-button,
.button,
.primary-cta,
.secondary-cta,
.store-button,
.result-card b {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.nav-button,
.primary-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-2), var(--blue) 58%, var(--purple));
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
}

.nav-button {
  padding: 0 19px;
}

.button,
.secondary-cta {
  border: 1px solid rgba(185, 216, 239, 0.9);
  padding: 0 18px;
  color: var(--ink);
  background: rgba(248, 252, 255, 0.82);
}

.button.primary,
.primary-cta {
  border: 0;
  padding: 0 24px;
}

.secondary-cta {
  min-height: 54px;
  padding: 0 22px;
}

.store-row,
.profile-actions,
.invoice-artist {
  display: flex;
  align-items: center;
}

.store-row {
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.store-button {
  min-width: 168px;
  min-height: 58px;
  flex-direction: column;
  align-items: flex-start;
  padding: 9px 19px;
  color: var(--white);
  background: #071322;
  border: 1px solid rgba(7, 19, 34, 0.12);
  border-radius: 16px;
}

.store-button.light {
  color: var(--ink);
  background: rgba(248, 252, 255, 0.86);
  border-color: var(--line);
}

.store-button span {
  font-size: 11px;
  font-weight: 650;
  opacity: 0.78;
}

.store-button strong {
  margin-top: 1px;
  font-size: 20px;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
.hero-title {
  color: var(--ink);
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 850;
}

h2 {
  color: var(--ink);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 850;
}

h3 {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

.lede {
  max-width: 580px;
  margin-top: 20px;
  color: var(--copy);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 560;
}

.screen-section {
  width: min(var(--max), calc(100% - 56px));
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 54px 0 84px;
}

.hero-grid,
.two-column,
.flow-layout,
.directory,
.public-profile,
.invoice-page {
  display: grid;
  align-items: center;
  gap: 64px;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.76fr) minmax(500px, 1fr);
}

.two-column {
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 0.9fr);
}

.reverse {
  grid-template-columns: minmax(460px, 0.9fr) minmax(0, 0.82fr);
}

.flow-layout {
  grid-template-columns: minmax(0, 0.78fr) 310px minmax(290px, 0.54fr);
}

.phone-cluster {
  position: relative;
  min-height: 675px;
}

.phone,
.conversation-preview,
.public-side {
  overflow: hidden;
  border: 10px solid rgba(22, 62, 100, 0.92);
  border-radius: 44px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.phone {
  position: absolute;
  margin: 0;
}

.phone img,
.conversation-preview img,
.public-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-front {
  width: 292px;
  height: 636px;
  right: 70px;
  top: 10px;
  z-index: 3;
}

.phone-back {
  width: 228px;
  height: 497px;
  left: 10px;
  top: 122px;
  z-index: 1;
}

.floating-note {
  position: absolute;
  z-index: 4;
  width: 250px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 216, 239, 0.9);
  border-radius: 22px;
  background: rgba(248, 252, 255, 0.88);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.floating-note span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.floating-note strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}

.note-top {
  right: 0;
  top: 112px;
}

.note-bottom {
  left: 0;
  bottom: 112px;
}

.panel {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(248, 252, 255, 0.78);
  box-shadow: var(--soft-shadow);
}

.conversation-preview {
  width: 310px;
  height: 676px;
  justify-self: center;
}

.flow-steps,
.feature-stack,
.artist-results {
  display: grid;
  gap: 14px;
}

.flow-steps article,
.mini-card,
.artist-card,
.result-card,
.invoice-card,
.public-main,
.search-pill,
.profile-stat {
  border: 1px solid rgba(185, 216, 239, 0.95);
  background: rgba(248, 252, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.flow-steps article {
  min-height: 142px;
  padding: 22px;
  border-radius: 26px;
}

.flow-steps span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.flow-steps strong,
.mini-card strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
}

.flow-steps p,
.mini-card p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.38;
  font-weight: 560;
}

.artist-card,
.result-card {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border-radius: 30px;
}

.artist-card.main-card {
  grid-template-columns: 92px 1fr auto;
  min-height: 178px;
  padding: 26px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(248, 252, 255, 0.94), rgba(221, 243, 255, 0.98));
}

.artist-card p,
.result-card p {
  margin-top: 6px;
  color: var(--copy);
  font-weight: 650;
}

.artist-card small,
.result-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.artist-card strong {
  color: var(--blue);
}

.artist-card a {
  grid-column: 2 / 4;
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 0 17px;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
  font-weight: 850;
}

.avatar {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #68cfff, #2563eb 58%, #8b5cf6);
  font-size: 20px;
  font-weight: 900;
}

.avatar.large {
  width: 112px;
  height: 112px;
  margin-bottom: 28px;
  font-size: 38px;
}

.avatar.blue {
  background: linear-gradient(135deg, #63d4f2, #2563eb);
}

.avatar.purple {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.avatar.orange {
  background: linear-gradient(135deg, #f59e0b, #ec4899);
}

.directory {
  grid-template-columns: minmax(0, 0.68fr) minmax(520px, 0.92fr);
  align-items: start;
}

.directory-head h1 {
  font-size: clamp(40px, 4.4vw, 64px);
}

.directory-head p,
.invoice-intro > p:not(.eyebrow),
.profile-role {
  max-width: 620px;
  margin-top: 20px;
  color: var(--copy);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 560;
}

.search-pill {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 8px 8px 8px 22px;
  border-radius: 999px;
}

.search-pill span {
  color: var(--muted);
  font-weight: 700;
}

.search-pill button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  color: var(--white);
  background: var(--blue);
  font: inherit;
  font-weight: 850;
}

.result-card b {
  min-width: 70px;
  color: var(--white);
  background: var(--blue);
}

.public-profile {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.54fr);
}

.public-main {
  padding: 48px;
  border-radius: 36px;
}

.public-main h1 {
  font-size: clamp(48px, 5.4vw, 78px);
}

.profile-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.profile-stat {
  min-height: 100px;
  padding: 18px;
  border-radius: 24px;
  background: var(--surface-blue);
  color: var(--muted);
  font-weight: 700;
}

.profile-stat strong {
  display: block;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.1;
}

.public-side {
  justify-self: end;
  width: 330px;
  height: 718px;
}

.invoice-page {
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 0.64fr);
}

.invoice-intro h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.8vw, 68px);
}

.invoice-artist {
  width: max-content;
  max-width: 100%;
  gap: 14px;
  margin-top: 32px;
  padding: 12px 18px 12px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(248, 252, 255, 0.8);
}

.invoice-artist strong,
.invoice-artist small {
  display: block;
}

.invoice-artist small {
  margin-top: 2px;
  color: var(--muted);
  font-weight: 650;
}

.invoice-card {
  padding: 34px;
  border-radius: 34px;
}

.invoice-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-weight: 780;
}

.invoice-status strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #08723b;
  background: rgba(34, 197, 94, 0.12);
  border-radius: 999px;
  font-size: 13px;
}

.invoice-amount {
  margin-top: 34px;
  padding: 26px 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.invoice-amount span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.invoice-amount strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 76px;
  line-height: 0.94;
}

.invoice-lines {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
}

.invoice-lines div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-weight: 730;
}

.invoice-lines dt,
.invoice-lines dd {
  margin: 0;
}

.invoice-lines dd {
  color: var(--ink);
  text-align: right;
  font-weight: 850;
}

.invoice-card button {
  width: 100%;
  min-height: 58px;
  margin-top: 34px;
  border: 0;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-2), var(--blue) 58%, var(--purple));
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.24);
}

.invoice-card small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  text-align: center;
  line-height: 1.4;
  font-weight: 650;
}

.edit-strip {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 26px 0 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
}

.edit-strip a {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(248, 252, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

footer {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 44px;
  color: var(--muted);
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }

  .welcome-animated .welcome-hero-render {
    display: none;
  }

  .welcome-animated .landing-hero {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .two-column,
  .reverse,
  .flow-layout,
  .directory,
  .public-profile,
  .invoice-page {
    grid-template-columns: 1fr;
  }

  .phone-cluster {
    min-height: 640px;
  }

  .conversation-preview,
  .public-side {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .site-nav,
  .screen-section,
  .edit-strip,
  footer {
    width: min(100% - 32px, var(--max));
  }

  .site-nav {
    min-height: 74px;
  }

  .brand img {
    width: 138px;
  }

  .hero-grid,
  .two-column,
  .reverse,
  .directory,
  .public-profile,
  .invoice-page {
    gap: 32px;
  }

  .screen-section {
    min-height: auto;
    padding: 34px 0 56px;
  }

  h1,
  .hero-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .lede,
  .directory-head p,
  .invoice-intro > p:not(.eyebrow),
  .profile-role {
    font-size: 16px;
  }

  .store-row,
  .profile-actions {
    display: grid;
  }

  .button,
  .primary-cta,
  .secondary-cta,
  .store-button {
    width: 100%;
  }

  .phone-cluster {
    min-height: 520px;
  }

  .phone-front {
    width: 238px;
    height: 519px;
    right: 0;
  }

  .phone-back {
    width: 180px;
    height: 392px;
    left: 0;
    top: 108px;
  }

  .floating-note {
    width: 210px;
  }

  .conversation-preview,
  .public-side {
    width: min(300px, 100%);
    height: 650px;
  }

  .panel,
  .public-main,
  .invoice-card {
    padding: 24px;
    border-radius: 26px;
  }

  .artist-card,
  .artist-card.main-card,
  .result-card {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .artist-card strong,
  .result-card b {
    grid-column: 2;
    justify-self: start;
  }

  .artist-card a {
    grid-column: 1 / 3;
  }

  .avatar,
  .main-card .avatar {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .profile-stats {
    grid-template-columns: 1fr;
  }

  .invoice-amount strong {
    font-size: 54px;
  }

  footer {
    flex-direction: column;
  }
}

.landing-page {
  font-family: "Hiragino Sans", "Avenir Next", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.landing-page .site-nav {
  position: relative;
  min-height: 84px;
}

.landing-page .brand img {
  width: 198px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.landing-page .nav-links {
  gap: 30px;
  font-size: 14px;
  font-weight: 500;
}

.landing-page .nav-button {
  min-height: 48px;
  border-radius: 18px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
}

.nav-short {
  display: none;
}

.audience-switch {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transform: translate(-50%, -50%);
  color: var(--audience-muted, #607894);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.audience-switch span {
  width: 1px;
  height: 19px;
  background: var(--audience-divider, rgba(96, 120, 148, 0.42));
}

.audience-switch a {
  color: inherit;
}

.audience-switch a:hover,
.audience-switch .is-active {
  color: var(--audience-active, var(--ink));
}

.landing-hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: 48px;
  padding-top: 28px;
}

.landing-copy {
  padding-top: 12px;
}

.landing-copy .eyebrow {
  margin-bottom: 16px;
  letter-spacing: 0.11em;
  font-size: 13px;
  font-weight: 500;
}

.landing-copy h1 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.02;
  font-weight: 500;
}

.landing-copy .lede {
  max-width: 575px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #2e4b68;
  font-size: 20px;
  line-height: 1.48;
  font-weight: 400;
}

.proof-strip {
  max-width: 575px;
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}

.proof-strip span {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--blue);
  border-radius: 0 16px 16px 0;
  padding: 0 16px;
  color: #1d3e60;
  background: rgba(255, 255, 255, 0.54);
  font-size: 16px;
  font-weight: 500;
}

.landing-hero .store-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
}

.landing-hero .store-button {
  width: auto;
  min-width: 176px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 17px;
  padding: 0 18px;
  color: #fff;
  background: #081422;
  box-shadow: 0 18px 54px rgba(35, 104, 244, 0.08);
  font-weight: 500;
}

.landing-hero .store-button svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.landing-hero .store-button span {
  display: grid;
  gap: 2px;
  opacity: 1;
}

.landing-hero .store-button small {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.landing-hero .store-button strong {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 600;
}

.landing-hero .store-button.play-store {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.landing-hero .store-button.play-store svg {
  width: 27px;
  height: 30px;
  fill: none;
}

.landing-phone-stage {
  position: relative;
  min-height: 638px;
  overflow: visible;
}

.landing-phone {
  position: absolute;
  margin: 0;
  width: 272px;
  border-radius: 42px;
  background: #f7fbff;
  box-shadow: 0 34px 90px rgba(24, 67, 107, 0.2);
  overflow: hidden;
}

.landing-phone img {
  width: 100%;
  height: auto;
  display: block;
}

.landing-phone-profile {
  right: 48px;
  top: 4px;
  z-index: 2;
}

.landing-phone-chats {
  left: 12px;
  top: 110px;
  z-index: 1;
}

.landing-note {
  position: absolute;
  z-index: 3;
  width: min(260px, 42%);
  border: 1px solid rgba(120, 166, 205, 0.5);
  border-radius: 18px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(247, 252, 255, 0.92);
  box-shadow: 0 22px 64px rgba(24, 67, 107, 0.14);
  backdrop-filter: blur(16px);
}

.landing-note span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.landing-note strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.landing-note-one {
  right: 0;
  top: 128px;
}

.landing-note-two {
  left: 0;
  bottom: 40px;
}

.chat-render {
  width: min(var(--max), calc(100% - 56px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 74px 0 84px;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 0.86fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 42px;
}

.chat-render-copy {
  max-width: 500px;
}

.chat-render-copy .eyebrow {
  margin-bottom: 16px;
  letter-spacing: 0.11em;
  font-size: 13px;
  font-weight: 500;
}

.chat-render-copy h1,
.chat-render-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 3.45vw, 50px);
  line-height: 1.06;
  font-weight: 500;
}

.chat-render-copy .lede {
  max-width: 500px;
  margin-top: 20px;
  color: #2e4b68;
  font-size: 19px;
  line-height: 1.48;
  font-weight: 400;
}

.chat-render-phones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  width: min(100%, 440px);
  justify-self: center;
}

.chat-render-phones figure {
  margin: 0;
}

.chat-phone {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #2f9aff;
  box-shadow: 0 18px 44px rgba(24, 67, 107, 0.12);
}

.chat-phone img {
  width: 100%;
  display: block;
}

.chat-render-phone-caption {
  margin-top: 10px;
  color: #36566f;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
}

.chat-render-points {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat-render-points li {
  position: relative;
  padding-left: 23px;
}

.chat-render-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.08);
}

.chat-render-points strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.chat-render-points p {
  margin-top: 7px;
  color: #4b6782;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}

.networks-feature {
  width: min(var(--max), calc(100% - 56px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 78px 0 88px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 360px) minmax(300px, 1fr);
  align-items: center;
  gap: 44px;
}

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

.networks-feature-copy .eyebrow {
  margin-bottom: 16px;
  color: #2f8f63;
  letter-spacing: 0.11em;
  font-size: 13px;
  font-weight: 500;
}

.networks-feature-copy h1,
.networks-feature-copy h2 {
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(36px, 3.45vw, 50px);
  line-height: 1.06;
  font-weight: 500;
}

.networks-feature-copy .lede {
  max-width: 520px;
  margin-top: 20px;
  color: #2e4b68;
  font-size: 19px;
  line-height: 1.48;
  font-weight: 400;
}

.networks-feature-proof {
  max-width: 560px;
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.networks-feature-proof span {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-left: 3px solid #2f8f63;
  border-radius: 0 16px 16px 0;
  padding: 0 16px;
  color: #173c2a;
  background: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.networks-feature-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-self: center;
}

.networks-feature-phone {
  width: min(100%, 330px);
  margin: 0 auto;
  overflow: hidden;
  border: 9px solid #07120f;
  border-radius: 48px;
  background: #07120f;
  box-shadow: 0 34px 90px rgba(24, 67, 107, 0.22);
}

.networks-feature-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 38px;
  background: #eef6f1;
}

.networks-feature-points {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.networks-feature-points li {
  position: relative;
  padding-left: 23px;
}

.networks-feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f8f63;
  box-shadow: 0 0 0 5px rgba(47, 143, 99, 0.1);
}

.networks-feature-points strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.networks-feature-points p {
  margin-top: 7px;
  color: #4b6782;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}

.flow-refresh {
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 0.82fr) minmax(360px, 0.86fr);
  gap: 42px;
  min-height: 100vh;
  padding-top: 74px;
}

.flow-copy {
  max-width: 500px;
}

.flow-copy .eyebrow {
  margin-bottom: 16px;
  letter-spacing: 0.11em;
  font-size: 13px;
  font-weight: 500;
}

.flow-copy h1,
.flow-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 3.45vw, 50px);
  line-height: 1.06;
  font-weight: 500;
}

.flow-copy .lede {
  max-width: 500px;
  margin-top: 20px;
  color: #2e4b68;
  font-size: 19px;
  line-height: 1.48;
  font-weight: 400;
}

.flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.flow-refresh .primary-cta {
  min-height: 48px;
  border-radius: 18px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
}

.flow-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  width: min(100%, 430px);
  justify-self: center;
}

.flow-visuals.reveal {
  opacity: 1;
  transform: none;
}

.flow-phone {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.flow-phone img {
  width: 100%;
  display: block;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(24, 67, 107, 0.12);
}

.flow-phone figcaption {
  display: block;
  margin-top: 10px;
  color: #36566f;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
}

.flow-path {
  display: grid;
  gap: 16px;
}

.flow-path article {
  position: relative;
  padding-left: 46px;
}

.flow-path article::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 38px;
  bottom: -17px;
  width: 1px;
  background: rgba(96, 120, 148, 0.24);
}

.flow-path article:last-child::before {
  display: none;
}

.flow-path span {
  position: absolute;
  left: 0;
  top: -2px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(120, 166, 205, 0.42);
  border-radius: 13px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
}

.flow-path strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.flow-path p {
  margin-top: 7px;
  color: #4b6782;
  font-size: 14px;
  line-height: 1.36;
  font-weight: 400;
}

.profile-network {
  width: min(var(--max), calc(100% - 56px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 74px 0 82px;
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(650px, 1.32fr);
  align-items: start;
  gap: 48px;
}

.profile-network-copy {
  max-width: 520px;
  padding-top: 120px;
}

.profile-network-copy .eyebrow {
  margin-bottom: 16px;
  letter-spacing: 0.11em;
  font-size: 13px;
  font-weight: 500;
}

.profile-network-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 3.35vw, 48px);
  line-height: 1.05;
  font-weight: 500;
}

.profile-network-copy .lede {
  max-width: 500px;
  margin-top: 20px;
  color: #2e4b68;
  font-size: 19px;
  line-height: 1.48;
  font-weight: 400;
}

.profile-network-copy .lede + .lede {
  margin-top: 16px;
}

.profile-network-stage {
  position: relative;
  width: min(100%, 780px);
  min-height: 930px;
  justify-self: center;
}

.profile-network-shot {
  position: absolute;
  margin: 0;
  width: 262px;
  border-radius: 30px;
  overflow: hidden;
  background: #2f9aff;
  box-shadow: 0 22px 58px rgba(24, 67, 107, 0.15);
}

.profile-network-shot img {
  width: 100%;
  display: block;
}

.profile-network-shot-search {
  left: 28px;
  top: 180px;
  z-index: 1;
}

.profile-network-shot-profile {
  right: 28px;
  top: 158px;
  z-index: 2;
}

.profile-network-label {
  position: absolute;
  z-index: 4;
  width: 214px;
  border: 1px solid rgba(115, 166, 208, 0.2);
  border-left: 2px solid rgba(37, 99, 235, 0.56);
  border-radius: 0 16px 16px 0;
  padding: 12px 15px 12px 16px;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(248, 252, 255, 0.72), rgba(248, 252, 255, 0.34));
  box-shadow:
    0 14px 34px rgba(24, 67, 107, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.profile-network-label::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #3b82f6;
  box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.12),
    0 8px 18px rgba(37, 99, 235, 0.18);
}

.profile-network-label strong {
  display: block;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 500;
}

.profile-network-label p {
  margin-top: 7px;
  color: #4b6782;
  font-size: 12.5px;
  line-height: 1.36;
  font-weight: 400;
}

.profile-network-label.label-search {
  left: 0;
  top: 0;
  width: 236px;
}

.profile-network-label.label-customise {
  right: 0;
  top: 0;
  width: 242px;
}

.profile-network-label.label-accept {
  left: 0;
  top: 800px;
  width: 236px;
}

.profile-network-label.label-vouches {
  left: 272px;
  top: 800px;
  width: 236px;
}

.profile-network-label.label-details {
  right: 0;
  top: 800px;
  bottom: auto;
  width: 230px;
}

.profile-network-arrows {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.profile-network-arrows path {
  fill: none;
  stroke: url(#profileLeaderGradient);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.profile-network-arrows circle {
  fill: rgba(37, 99, 235, 0.82);
  stroke: rgba(248, 252, 255, 0.92);
  stroke-width: 2;
}

.invoice-network {
  width: min(var(--max), calc(100% - 56px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 74px 0 82px;
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(650px, 1.32fr);
  align-items: start;
  gap: 48px;
}

.invoice-network-copy {
  max-width: 520px;
  padding-top: 120px;
}

.invoice-network-copy .eyebrow {
  margin-bottom: 16px;
  letter-spacing: 0.11em;
  font-size: 13px;
  font-weight: 500;
}

.invoice-network-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 3.35vw, 48px);
  line-height: 1.05;
  font-weight: 500;
}

.invoice-network-copy .lede {
  max-width: 500px;
  margin-top: 20px;
  color: #2e4b68;
  font-size: 19px;
  line-height: 1.48;
  font-weight: 400;
}

.invoice-network-copy .lede + .lede {
  margin-top: 16px;
}

.invoice-network-stage {
  position: relative;
  width: min(100%, 780px);
  min-height: 880px;
  justify-self: center;
}

.invoice-network-shot {
  position: absolute;
  left: 254px;
  top: 52px;
  z-index: 2;
  width: 248px;
  margin: 0;
  border-radius: 31px;
  overflow: hidden;
  background: #2f9aff;
  box-shadow:
    0 28px 64px rgba(24, 67, 107, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.78) inset;
}

.invoice-network-shot img {
  width: 100%;
  display: block;
}

.invoice-network-label {
  position: absolute;
  z-index: 4;
  width: 224px;
  border: 1px solid rgba(115, 166, 208, 0.22);
  border-left: 2px solid rgba(37, 99, 235, 0.56);
  border-radius: 0 16px 16px 0;
  padding: 13px 15px 13px 16px;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(248, 252, 255, 0.74), rgba(248, 252, 255, 0.36));
  box-shadow:
    0 14px 34px rgba(24, 67, 107, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.invoice-network-label::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #3b82f6;
  box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.12),
    0 8px 18px rgba(37, 99, 235, 0.18);
}

.invoice-network-label strong {
  display: block;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 500;
}

.invoice-network-label p {
  margin-top: 7px;
  color: #4b6782;
  font-size: 12.5px;
  line-height: 1.36;
  font-weight: 400;
}

.invoice-network-label.label-created {
  left: 0;
  top: 126px;
  width: 236px;
}

.invoice-network-label.label-raise {
  right: 0;
  top: 74px;
  width: 232px;
}

.invoice-network-label.label-breakdown {
  left: 0;
  top: 492px;
  width: 236px;
}

.invoice-network-label.label-books {
  right: 0;
  top: 612px;
  width: 232px;
}

.invoice-network-download {
  position: absolute;
  right: 18px;
  top: 362px;
  z-index: 3;
  width: 218px;
  border: 1px solid rgba(115, 166, 208, 0.2);
  border-radius: 18px;
  padding: 16px;
  color: #153350;
  background: rgba(248, 252, 255, 0.48);
  box-shadow:
    0 18px 40px rgba(24, 67, 107, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.invoice-network-download span {
  display: block;
  color: #5b7690;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 500;
}

.invoice-network-download strong {
  display: block;
  margin-top: 9px;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 500;
}

.invoice-network-download dl {
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
}

.invoice-network-download div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #3c5c78;
  font-size: 12.5px;
  line-height: 1.2;
}

.invoice-network-download dt,
.invoice-network-download dd {
  margin: 0;
  font-weight: 400;
}

.invoice-network-download dd {
  color: #14395d;
  font-weight: 500;
}

.invoice-network-download .download-pill {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 0 13px;
  color: #0c4f99;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(59, 130, 246, 0.16);
  font-size: 12.5px;
  font-weight: 500;
}

.invoice-network-arrows {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.invoice-network-arrows path {
  fill: none;
  stroke: url(#invoiceLeaderGradient);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.invoice-network-arrows circle {
  fill: rgba(37, 99, 235, 0.82);
  stroke: rgba(248, 252, 255, 0.92);
  stroke-width: 2;
}

.creative-types {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 76px 0 42px;
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(560px, 1fr);
  gap: 52px;
  align-items: start;
}

.creative-types-copy {
  max-width: 520px;
  padding-top: 18px;
}

.creative-types-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 3.35vw, 48px);
  line-height: 1.05;
  font-weight: 500;
}

.creative-types-copy .lede {
  max-width: 500px;
  color: #2e4b68;
  font-weight: 400;
}

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

.creative-type-grid article {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(115, 166, 208, 0.18);
  border-radius: 16px;
  background: rgba(248, 252, 255, 0.48);
  box-shadow:
    0 14px 34px rgba(24, 67, 107, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.creative-type-grid span {
  display: block;
  color: #607894;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.creative-type-grid strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.16;
  font-weight: 500;
}

.download-context {
  max-width: 520px;
  margin-top: 22px;
  margin-bottom: 26px;
  color: #31536f;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
}

.download-reasons {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 54px 0 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.download-reasons article {
  min-height: 118px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(115, 166, 208, 0.18);
  border-radius: 8px;
  padding: 17px 16px 15px;
  color: var(--ink);
  background: rgba(248, 252, 255, 0.58);
  box-shadow:
    0 12px 30px rgba(24, 67, 107, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.download-reasons article::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), #2f8f63);
}

.download-reasons strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.16;
  font-weight: 600;
}

.download-reasons span {
  display: block;
  color: #4b6782;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.payment-trust-note {
  max-width: 500px;
  margin-top: 22px;
  border-left: 3px solid rgba(37, 99, 235, 0.5);
  padding: 2px 0 2px 16px;
  color: #31536f;
  font-size: 15px;
  line-height: 1.44;
  font-weight: 500;
}

.faq-download {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 58px 0 36px;
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(520px, 1fr);
  gap: 52px;
  align-items: start;
}

.faq-copy {
  max-width: 440px;
}

.faq-copy h2 {
  max-width: 340px;
  font-size: clamp(27px, 2.3vw, 34px);
  line-height: 1.08;
  font-weight: 500;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(115, 166, 208, 0.18);
  border-radius: 8px;
  background: rgba(248, 252, 255, 0.58);
  box-shadow:
    0 14px 34px rgba(24, 67, 107, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  color: var(--ink);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: -2px 18px 18px;
  color: #4b6782;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.final-download {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 58px 0 24px;
}

.final-download-copy {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.final-download-copy h2 {
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(38px, 3.7vw, 54px);
  line-height: 1.04;
  font-weight: 500;
}

.final-download-copy .lede {
  margin-left: auto;
  margin-right: auto;
}

.final-download-actions {
  justify-content: center;
}

.final-download .store-button {
  width: auto;
  min-width: 176px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 17px;
  padding: 0 18px;
}

.final-download .store-button svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.final-download .store-button span {
  display: grid;
  gap: 2px;
  opacity: 1;
}

.final-download .store-button small {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.final-download .store-button strong {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 600;
}

.final-download .store-button.play-store {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.final-download .store-button.play-store svg {
  width: 27px;
  height: 30px;
  fill: none;
}

.final-contact {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.welcome-preview-page {
  min-height: 100vh;
  background: transparent;
}

.welcome-animated .welcome-hero-render {
  position: fixed;
  inset: 84px 0 auto;
  z-index: 30;
  width: 100%;
  min-height: calc(100vh - 84px);
  margin: 0;
  padding: clamp(74px, 13vh, 124px) 28px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: center;
  pointer-events: none;
  background: linear-gradient(180deg, #f8fcff 0%, #eef9ff 48%, rgba(221, 243, 255, 0.94) 100%);
  animation: welcomeIntroExit 1.05s ease 1.65s forwards;
}

.welcome-animated .welcome-hero-title-block {
  width: min(100vw - 56px, 1320px);
  margin: 0 auto;
  text-align: center;
  animation: welcomeLockupFloat 1.05s ease 1.65s forwards;
}

.welcome-animated .welcome-hero-title-block h1 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.welcome-animated .welcome-lockup-image {
  display: block;
  width: min(920px, 78vw);
  height: auto;
  object-fit: contain;
  transform: translateX(0);
  filter: saturate(1.08) contrast(1.02);
}

.welcome-animated .landing-hero {
  animation: landingHeroEnter 900ms ease 1.55s both;
}

.welcome-logo-shrink .welcome-hero-render {
  animation: welcomeIntroExit 720ms ease 1.88s forwards;
}

.welcome-logo-shrink .welcome-hero-title-block {
  animation: welcomeLockupToNav 1.25s cubic-bezier(0.22, 0.9, 0.28, 1) 1.15s forwards;
}

.welcome-logo-shrink .landing-hero {
  animation: landingHeroEnter 820ms ease 1.8s both;
}

.welcome-blur-focus .welcome-hero-render {
  animation: welcomeIntroExit 920ms ease 1.82s forwards;
}

.welcome-blur-focus .welcome-hero-title-block {
  animation: welcomeLockupBlurFocus 2.55s ease forwards;
}

.welcome-blur-focus .landing-hero {
  animation: landingHeroEnter 940ms ease 1.82s both;
}

.welcome-follow-hero {
  border-top: 1px solid rgba(115, 166, 208, 0.2);
}

@keyframes welcomeIntroExit {
  0%,
  62% {
    opacity: 1;
    visibility: visible;
  }

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

@keyframes welcomeLockupFloat {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-28px) scale(0.96);
  }
}

@keyframes welcomeLockupToNav {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  58% {
    opacity: 1;
    transform: translate(-32vw, -17vh) scale(0.34);
  }

  100% {
    opacity: 0;
    transform: translate(-36vw, -20vh) scale(0.2);
  }
}

@keyframes welcomeLockupToNavTablet {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  58% {
    opacity: 1;
    transform: translate(-28vw, -15vh) scale(0.34);
  }

  100% {
    opacity: 0;
    transform: translate(-32vw, -18vh) scale(0.2);
  }
}

@keyframes welcomeLockupToNavMobile {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  58% {
    opacity: 1;
    transform: translate(-18vw, -12vh) scale(0.42);
  }

  100% {
    opacity: 0;
    transform: translate(-24vw, -15vh) scale(0.24);
  }
}

@keyframes welcomeLockupBlurFocus {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: translateY(8px) scale(1.025);
  }

  24% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  64% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(18px);
    transform: translateY(-18px) scale(0.985);
  }
}

@keyframes landingHeroEnter {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }

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

.welcome-device-stage {
  position: relative;
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  justify-items: center;
  gap: 46px;
  perspective: 1300px;
  transform-style: preserve-3d;
}

.welcome-device-card {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.welcome-tilt-phone {
  position: relative;
  margin: 0;
  border: 10px solid #071322;
  border-radius: 48px;
  background: #071322;
  box-shadow:
    0 34px 92px rgba(24, 67, 107, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.welcome-icon-phone,
.welcome-chat-phone {
  width: 238px;
  aspect-ratio: 0.49;
  transform-style: preserve-3d;
}

.welcome-icon-phone {
  transform: rotateY(18deg) rotateZ(-4deg);
}

.welcome-chat-phone {
  border-radius: 36px;
  transform: rotateY(-18deg) rotateZ(4deg);
}

.welcome-tilt-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 2;
  width: 86px;
  height: 24px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #071322;
}

.welcome-tilt-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.welcome-device-android .welcome-tilt-phone {
  border-radius: 34px;
}

.welcome-device-android .welcome-tilt-phone::before {
  top: 14px;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #071322;
}

.welcome-device-android .welcome-tilt-phone::after {
  border-radius: 26px;
}

.welcome-chat-phone img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 38px;
  object-fit: cover;
}

.welcome-device-android .welcome-chat-phone img {
  border-radius: 26px;
}

.welcome-splash-screen {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.98) 0 8%, rgba(221, 243, 255, 0.94) 32%, rgba(191, 232, 255, 0.94) 62%, rgba(178, 223, 250, 0.98) 100%);
}

.welcome-splash-screen img {
  width: 92%;
  border-radius: 0;
  box-shadow: none;
}

.welcome-hero-copy {
  max-width: 640px;
  text-align: center;
}

.welcome-hero-copy p {
  color: var(--ink);
  font-size: clamp(23px, 2.25vw, 32px);
  line-height: 1.12;
  font-weight: 520;
}

.welcome-device-card .store-button {
  width: auto;
  min-width: 176px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 17px;
  padding: 0 18px;
  color: #fff;
  background: #081422;
  box-shadow: 0 18px 54px rgba(35, 104, 244, 0.08);
  font-weight: 500;
}

.welcome-device-card .store-button svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.welcome-device-card .store-button span {
  display: grid;
  gap: 2px;
  opacity: 1;
}

.welcome-device-card .store-button small {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.welcome-device-card .store-button strong {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 600;
}

.welcome-device-card .store-button.play-store {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.welcome-device-card .store-button.play-store svg {
  width: 27px;
  height: 30px;
  fill: none;
}

.mobile-download-bar {
  display: none;
}

@media (max-width: 1060px) {
  .welcome-animated .welcome-hero-render {
    min-height: calc(100vh - 84px);
    padding-top: clamp(76px, 14vh, 118px);
  }

  .welcome-animated .welcome-hero-title-block {
    width: min(100vw - 28px, 940px);
  }

  .welcome-animated .welcome-hero-title-block h1 {
    width: 100%;
  }

  .welcome-animated .welcome-lockup-image {
    width: min(800px, 86vw);
    transform: translateX(0);
  }

  .welcome-logo-shrink .welcome-hero-title-block {
    animation-name: welcomeLockupToNavTablet;
  }

  .welcome-device-stage {
    width: min(720px, 100%);
    gap: 26px;
  }

  .welcome-icon-phone,
  .welcome-chat-phone {
    width: 214px;
  }

  .landing-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 42px;
  }

  .landing-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .landing-phone-stage {
    min-height: 610px;
  }

  .landing-phone-profile {
    right: 13%;
  }

  .landing-phone-chats {
    left: 10%;
  }

  .chat-render {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding-top: 60px;
  }

  .chat-render-copy {
    max-width: 720px;
  }

  .chat-render-copy .lede {
    max-width: 620px;
  }

  .chat-render-phones {
    width: min(100%, 520px);
  }

  .chat-render-points {
    max-width: 720px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }

  .networks-feature {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding-top: 60px;
  }

  .networks-feature-copy {
    max-width: 720px;
  }

  .networks-feature-copy .lede {
    max-width: 620px;
  }

  .networks-feature-visual {
    justify-self: start;
  }

  .networks-feature-points {
    max-width: 720px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 24px;
  }

  .flow-refresh {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding-top: 60px;
  }

  .flow-copy {
    max-width: 720px;
  }

  .flow-copy .lede {
    max-width: 620px;
  }

  .flow-visuals {
    width: min(100%, 520px);
  }

  .flow-path {
    max-width: 720px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 24px;
  }

  .flow-path article::before {
    display: none;
  }

  .profile-network {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding-top: 60px;
  }

  .profile-network-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .profile-network-copy .lede {
    max-width: 640px;
  }

  .invoice-network {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding-top: 60px;
  }

  .invoice-network-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .invoice-network-copy .lede {
    max-width: 640px;
  }

  .invoice-network-stage {
    min-height: 1330px;
  }

  .invoice-network-shot {
    left: 50%;
    top: 0;
    width: 250px;
    transform: translateX(-50%);
    border-radius: 27px;
  }

  .invoice-network-download {
    left: 50%;
    right: auto;
    top: 572px;
    width: min(100%, 318px);
    transform: translateX(-50%);
  }

  .invoice-network-label {
    left: 0;
    right: auto;
    width: min(100%, 318px);
    padding: 12px 14px 12px 16px;
    border-radius: 0 15px 15px 0;
  }

  .invoice-network-label strong {
    font-size: 15px;
  }

  .invoice-network-label p {
    font-size: 12px;
  }

  .invoice-network-label.label-created,
  .invoice-network-label.label-raise,
  .invoice-network-label.label-breakdown,
  .invoice-network-label.label-books {
    left: 0;
    right: auto;
    width: min(100%, 318px);
  }

  .invoice-network-label.label-created {
    top: 784px;
  }

  .invoice-network-label.label-raise {
    top: 910px;
  }

  .invoice-network-label.label-breakdown {
    top: 1036px;
  }

  .invoice-network-label.label-books {
    top: 1162px;
  }

  .invoice-network-arrows {
    display: none;
  }

  .creative-types {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 60px;
  }

  .creative-types-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .creative-types-copy .lede {
    max-width: 640px;
  }

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

@media (max-width: 720px) {
  .welcome-animated .welcome-hero-render {
    width: 100%;
    min-height: calc(100vh - 72px);
    grid-template-columns: 1fr;
    padding: clamp(72px, 16vh, 112px) 14px 0;
    text-align: center;
  }

  .welcome-animated .welcome-hero-title-block {
    order: 1;
  }

  .welcome-hero-copy {
    order: 3;
  }

  .welcome-device-stage {
    order: 2;
  }

  .welcome-animated .welcome-hero-title-block h1 {
    width: 100%;
  }

  .welcome-animated .welcome-lockup-image {
    width: min(390px, 104vw);
    transform: translateX(0);
  }

  .welcome-logo-shrink .welcome-hero-title-block {
    animation-name: welcomeLockupToNavMobile;
  }

  .welcome-device-stage {
    width: min(100%, 360px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .welcome-icon-phone,
  .welcome-chat-phone {
    width: min(148px, 42vw);
    border-width: 8px;
    border-radius: 38px;
  }

  .welcome-icon-phone {
    transform: rotateY(15deg) rotateZ(-3deg);
  }

  .welcome-chat-phone {
    transform: rotateY(-15deg) rotateZ(3deg);
  }

  .welcome-tilt-phone::before {
    width: 70px;
    height: 20px;
    top: 8px;
  }

  .welcome-splash-screen {
    border-radius: 30px;
  }

  .welcome-chat-phone img,
  .welcome-tilt-phone::after {
    border-radius: 30px;
  }

  .welcome-hero-copy p {
    font-size: 22px;
    line-height: 1.12;
  }

  .welcome-device-card {
    gap: 12px;
  }

  .welcome-device-card .store-button {
    width: min(154px, 100%);
    min-width: 0;
    min-height: 52px;
    gap: 8px;
    border-radius: 15px;
    padding: 0 11px;
  }

  .welcome-device-card .store-button svg {
    width: 22px;
    height: 22px;
  }

  .welcome-device-card .store-button.play-store svg {
    width: 22px;
    height: 24px;
  }

  .welcome-device-card .store-button small {
    font-size: 9px;
  }

  .welcome-device-card .store-button strong {
    font-size: 15px;
  }

  .landing-page .site-nav {
    width: min(100% - 28px, 520px);
    min-height: 104px;
    align-items: flex-start;
    gap: 14px;
    padding-top: 10px;
  }

  .landing-page .brand img {
    width: 158px;
    height: 52px;
  }

  .landing-page .nav-links {
    display: none;
  }

  .landing-page .nav-button {
    min-height: 42px;
    border-radius: 15px;
    padding: 0 16px;
    font-size: 13px;
  }

  .audience-switch {
    top: 74px;
    transform: translateX(-50%);
  }

  .nav-full {
    display: none;
  }

  .nav-short {
    display: inline;
  }

  .landing-hero {
    width: min(100% - 28px, 520px);
    min-height: auto;
    padding-top: 48px;
  }

  .landing-copy h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .landing-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .landing-hero .store-row {
    display: grid;
  }

  .landing-hero .store-button {
    width: auto;
    min-width: 192px;
    min-height: 60px;
  }

  .download-context {
    margin-top: 18px;
    margin-bottom: 22px;
    font-size: 14px;
  }

  .download-reasons {
    width: min(100% - 28px, 520px);
    padding: 42px 0 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .download-reasons article {
    min-height: 128px;
    border-radius: 8px;
    padding: 14px 12px 13px;
    gap: 8px;
  }

  .download-reasons article::before {
    width: 22px;
  }

  .download-reasons strong {
    font-size: 14px;
  }

  .download-reasons span {
    font-size: 13px;
  }

  .landing-phone-stage {
    min-height: 560px;
    margin-top: 10px;
  }

  .landing-phone {
    width: 226px;
    border-radius: 34px;
  }

  .landing-phone-profile {
    right: 0;
    top: 0;
  }

  .landing-phone-chats {
    left: 0;
    top: 100px;
  }

  .landing-note {
    width: 190px;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .landing-note strong {
    font-size: 15px;
  }

  .landing-note-one {
    top: 74px;
  }

  .landing-note-two {
    bottom: 64px;
  }

  .chat-render {
    width: min(100% - 28px, 520px);
    padding-top: 48px;
  }

  .chat-render-copy h1,
  .chat-render-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .chat-render-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .chat-render-phones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .chat-phone {
    border-radius: 24px;
  }

  .chat-render-points {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .networks-feature {
    width: min(100% - 28px, 520px);
    padding-top: 48px;
  }

  .networks-feature-copy h1,
  .networks-feature-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .networks-feature-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .networks-feature-proof span {
    min-height: 46px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .networks-feature-visual {
    justify-self: center;
  }

  .networks-feature-phone {
    width: min(292px, 100%);
    border-radius: 44px;
  }

  .networks-feature-phone img {
    border-radius: 34px;
  }

  .networks-feature-points {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flow-refresh {
    width: min(100% - 28px, 520px);
    padding-top: 48px;
  }

  .flow-copy h1,
  .flow-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .flow-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .flow-actions {
    display: grid;
  }

  .flow-visuals {
    width: 100%;
    gap: 12px;
  }

  .flow-phone,
  .flow-phone-support {
    width: 100%;
  }

  .flow-phone img {
    border-radius: 24px;
  }

  .flow-phone figcaption {
    margin-top: 9px;
    font-size: 12px;
  }

  .flow-path {
    grid-template-columns: 1fr;
    gap: 21px;
  }

  .flow-path article::before {
    display: block;
    bottom: -21px;
  }

  .flow-path article:last-child::before {
    display: none;
  }

  .profile-network {
    width: min(100% - 28px, 520px);
    padding: 48px 0 34px;
  }

  .profile-network-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .profile-network-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .profile-network-copy .lede + .lede {
    display: none;
  }

  .profile-network-stage {
    width: 100%;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
  }

  .profile-network-shot {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(252px, 100%);
    border-radius: 26px;
  }

  .profile-network-shot-profile {
    order: 1;
    margin-bottom: 24px;
  }

  .profile-network-shot-search {
    display: none;
  }

  .profile-network-label {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 15px 24px;
    border: 0;
    border-top: 1px solid rgba(115, 166, 208, 0.22);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .profile-network-label::before {
    left: 3px;
    top: 20px;
  }

  .profile-network-label strong {
    font-size: 15px;
  }

  .profile-network-label p {
    display: none;
  }

  .profile-network-label.label-search,
  .profile-network-label.label-accept,
  .profile-network-label.label-customise,
  .profile-network-label.label-vouches,
  .profile-network-label.label-details {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .profile-network-label.label-search { order: 3; }
  .profile-network-label.label-customise { order: 4; }
  .profile-network-label.label-vouches { order: 5; }

  .profile-network-label.label-accept,
  .profile-network-label.label-details {
    display: none;
  }

  .profile-network-arrows {
    display: none;
  }

  .invoice-network {
    width: min(100% - 28px, 520px);
    padding: 48px 0 34px;
  }

  .invoice-network-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .invoice-network-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .invoice-network-copy .lede + .lede {
    display: none;
  }

  .payment-trust-note {
    margin-top: 18px;
    font-size: 14px;
  }

  .invoice-network-stage {
    width: 100%;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .invoice-network-shot {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    order: 1;
    width: min(248px, 100%);
    transform: none;
    border-radius: 27px;
  }

  .invoice-network-download {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    order: 2;
    width: 100%;
    transform: none;
    border-radius: 16px;
    background: rgba(248, 252, 255, 0.72);
  }

  .invoice-network-label {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    padding: 14px 15px 14px 17px;
    border-radius: 16px;
    background: rgba(248, 252, 255, 0.72);
  }

  .invoice-network-label strong {
    font-size: 15px;
  }

  .invoice-network-label p {
    font-size: 12px;
  }

  .invoice-network-label.label-created,
  .invoice-network-label.label-raise,
  .invoice-network-label.label-breakdown,
  .invoice-network-label.label-books {
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }

  .invoice-network-label.label-created { order: 3; }
  .invoice-network-label.label-raise { order: 4; }
  .invoice-network-label.label-breakdown { order: 5; }
  .invoice-network-label.label-books { order: 6; }

  .invoice-network-label {
    display: none;
  }

  .invoice-network-arrows {
    display: none;
  }

  .creative-types {
    width: min(100% - 28px, 520px);
    padding: 42px 0 24px;
  }

  .creative-types-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .creative-types-copy .lede {
    font-size: 17px;
    line-height: 1.44;
  }

  .creative-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .creative-type-grid article {
    min-height: 52px;
    border-radius: 8px;
    padding: 11px 12px;
  }

  .creative-type-grid span {
    display: none;
  }

  .creative-type-grid strong {
    font-size: 14px;
    line-height: 1.18;
  }

  .faq-download {
    width: min(100% - 28px, 520px);
    padding: 42px 0 28px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .faq-copy h2 {
    max-width: 280px;
    font-size: 28px;
    line-height: 1.08;
  }

  .faq-list {
    gap: 8px;
  }

  .faq-list summary {
    min-height: 54px;
    padding: 0 15px;
    font-size: 15px;
  }

  .faq-list details p {
    margin: -2px 15px 16px;
    font-size: 13px;
  }

  .final-download {
    width: min(100% - 28px, 520px);
    padding: 40px 0 24px;
  }

  .final-download-copy {
    text-align: left;
  }

  .final-download-copy h2 {
    font-size: 36px;
    line-height: 1.07;
  }

  .final-download-copy .lede {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    line-height: 1.44;
  }

  .final-download-actions {
    display: grid;
    justify-content: stretch;
  }

  .final-download .store-button {
    width: 100%;
    min-width: 0;
  }

  .final-contact {
    margin-top: 18px;
  }

  .mobile-download-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 20;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(115, 166, 208, 0.24);
    border-radius: 18px;
    padding: 10px 11px 10px 15px;
    color: var(--ink);
    background: rgba(248, 252, 255, 0.9);
    box-shadow: 0 18px 42px rgba(22, 62, 100, 0.16);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .mobile-download-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-download-bar strong {
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
  }

  .mobile-download-bar nav {
    display: flex;
    gap: 7px;
  }

  .mobile-download-bar a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    padding: 0 11px;
    color: #fff;
    background: #071322;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }

  .mobile-download-bar a + a {
    color: var(--ink);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.78);
  }

  .agency-mobile-download-bar {
    border-color: rgba(184, 206, 230, 0.18);
    color: var(--agency-text);
    background: rgba(16, 42, 73, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  }

  .agency-mobile-download-bar a {
    background: var(--agency-accent);
    color: #07162a;
  }

  .agency-mobile-download-bar a + a {
    color: var(--agency-text);
    border-color: rgba(184, 206, 230, 0.22);
    background: rgba(7, 22, 42, 0.7);
  }

  footer {
    padding-bottom: 106px;
  }
}

@media (max-width: 430px) {
  .landing-phone-stage {
    min-height: 540px;
  }

  .landing-phone {
    width: 202px;
  }

  .landing-phone-chats {
    top: 92px;
  }

  .landing-note {
    width: 190px;
  }

  .landing-note-two {
    bottom: 42px;
  }

  .flow-visuals {
    gap: 12px;
  }

  .chat-phone {
    border-radius: 22px;
  }

  .flow-phone img {
    border-radius: 22px;
  }

  .profile-network-stage {
    min-height: auto;
  }

  .profile-network-shot-profile {
    width: min(244px, 100%);
  }

  .profile-network-shot-search {
    width: min(224px, 94%);
  }

  .profile-network-label {
    width: 100%;
  }

  .profile-network-label.label-search,
  .profile-network-label.label-accept,
  .profile-network-label.label-customise,
  .profile-network-label.label-vouches,
  .profile-network-label.label-details {
    top: auto;
  }

  .invoice-network-stage {
    min-height: auto;
  }

  .invoice-network-shot {
    width: min(232px, 100%);
  }

  .invoice-network-download {
    top: auto;
    width: 100%;
  }

  .invoice-network-label,
  .invoice-network-label.label-created,
  .invoice-network-label.label-raise,
  .invoice-network-label.label-breakdown,
  .invoice-network-label.label-books {
    width: 100%;
    top: auto;
  }
}

@media (max-width: 360px) {
  .landing-page .brand img {
    width: 146px;
  }

  .landing-copy h1 {
    font-size: 34px;
  }

  .landing-copy .lede {
    font-size: 16px;
  }

  .proof-strip span {
    font-size: 14px;
  }

  .flow-copy h1,
  .flow-copy h2 {
    font-size: 33px;
  }

  .chat-render-copy h1,
  .chat-render-copy h2 {
    font-size: 33px;
  }

  .profile-network-copy h2 {
    font-size: 33px;
  }

  .profile-network-stage {
    min-height: auto;
  }

  .profile-network-shot-profile {
    width: min(224px, 100%);
  }

  .profile-network-shot-search {
    width: min(204px, 94%);
  }

  .profile-network-label {
    width: 100%;
  }

  .invoice-network-copy h2 {
    font-size: 33px;
  }

  .invoice-network-stage {
    min-height: auto;
  }

  .invoice-network-shot {
    width: min(218px, 100%);
  }

  .invoice-network-download {
    top: auto;
    width: 100%;
  }

  .invoice-network-label,
  .invoice-network-label.label-created,
  .invoice-network-label.label-raise,
  .invoice-network-label.label-breakdown,
  .invoice-network-label.label-books {
    width: 100%;
    top: auto;
  }

  .creative-types-copy h2 {
    font-size: 33px;
  }
}

.agency-theme {
  --agency-bg: #07162a;
  --agency-bg-2: #0b2340;
  --agency-panel: #102a49;
  --agency-panel-2: #153a61;
  --agency-line: rgba(184, 206, 230, 0.2);
  --agency-text: #f8fafc;
  --agency-copy: #d9e7f5;
  --agency-muted: #9fb8d4;
  --agency-accent: #66d9ff;
  --agency-blue: #2f80ed;
  background: var(--agency-bg);
}

.agency-theme body,
body.agency-theme {
  background:
    radial-gradient(circle at 72% 0%, rgba(47, 128, 237, 0.3), transparent 34%),
    linear-gradient(180deg, #07162a 0%, #0b2340 46%, #07162a 100%);
  color: var(--agency-text);
}

.agency-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--agency-text);
  --audience-muted: var(--agency-muted);
  --audience-active: var(--agency-text);
  --audience-divider: rgba(184, 206, 230, 0.38);
}

.agency-page .site-nav {
  z-index: 5;
}

.agency-page .brand img {
  filter: drop-shadow(0 12px 28px rgba(102, 217, 255, 0.16));
}

.agency-copy .eyebrow {
  color: var(--agency-accent);
}

.agency-copy h1,
.agency-copy h2 {
  color: var(--agency-text);
  font-weight: 500;
}

.agency-copy .lede {
  color: var(--agency-copy);
}

.agency-hero {
  position: relative;
}

.agency-proof span {
  border-left-color: var(--agency-accent);
  color: var(--agency-copy);
  background: rgba(16, 42, 73, 0.62);
}

.agency-phone-stage {
  position: relative;
  min-height: 660px;
  overflow: visible;
}

.agency-phone {
  border: 1px solid rgba(184, 206, 230, 0.18);
  background: #07162a;
  box-shadow: 0 38px 96px rgba(0, 0, 0, 0.34);
}

.agency-phone-main {
  right: 38px;
  top: 0;
  z-index: 2;
  width: 272px;
}

.agency-phone-support {
  left: 22px;
  top: 114px;
  z-index: 1;
  width: 242px;
  opacity: 0.94;
}

.agency-note {
  border-color: rgba(184, 206, 230, 0.2);
  color: var(--agency-text);
  background: rgba(16, 42, 73, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.agency-note span {
  color: var(--agency-accent);
}

.agency-note strong {
  color: var(--agency-text);
}

.agency-note-one {
  right: 0;
  top: 118px;
}

.agency-note-two {
  left: 0;
  bottom: 48px;
}

.agency-section {
  position: relative;
}

.agency-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1180px, calc(100% - 56px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(184, 206, 230, 0.18), transparent);
}

.agency-shot,
.agency-flow .flow-phone img,
.agency-profile-shot,
.agency-payment-shot {
  border: 1px solid rgba(184, 206, 230, 0.16);
  background: #07162a;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.3);
}

.agency-profile-stage,
.agency-invoice-stage {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(230px, 310px) minmax(280px, 1fr);
  align-items: center;
  gap: 38px;
}

.agency-profile-main,
.agency-finance-main {
  position: static;
  width: min(100%, 286px);
  justify-self: center;
  border-radius: 31px;
  transform: none;
}

.agency-network-notes,
.agency-finance-notes {
  display: grid;
  gap: 22px;
  align-self: center;
}

.agency-network-notes article,
.agency-finance-notes article {
  border-left: 2px solid rgba(102, 217, 255, 0.58);
  padding-left: 18px;
}

.agency-network-notes span,
.agency-finance-notes span {
  display: block;
  color: var(--agency-accent);
  font-size: 11px;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.agency-network-notes strong,
.agency-finance-notes strong {
  display: block;
  margin-top: 8px;
  color: var(--agency-text);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 500;
}

.agency-network-notes p,
.agency-finance-notes p {
  max-width: 360px;
  margin-top: 8px;
  color: var(--agency-muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 400;
}

.agency-page .chat-render-phone-caption,
.agency-page .flow-phone figcaption {
  color: var(--agency-muted);
}

.agency-points li::before {
  background: var(--agency-accent);
  box-shadow: 0 0 0 5px rgba(102, 217, 255, 0.12);
}

.agency-points strong,
.agency-path strong {
  color: var(--agency-text);
}

.agency-points p,
.agency-path p {
  color: var(--agency-muted);
}

.agency-networks-feature .networks-feature-proof span {
  border-left-color: var(--agency-accent);
  color: var(--agency-copy);
  background: rgba(16, 42, 73, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.agency-networks-feature .networks-feature-phone {
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.agency-networks-feature .networks-feature-points li::before {
  background: var(--agency-accent);
  box-shadow: 0 0 0 5px rgba(102, 217, 255, 0.12);
}

.agency-networks-feature .networks-feature-points strong {
  color: var(--agency-text);
}

.agency-networks-feature .networks-feature-points p {
  color: var(--agency-muted);
}

.agency-path article::before {
  background: rgba(184, 206, 230, 0.18);
}

.agency-path span {
  border-color: rgba(184, 206, 230, 0.22);
  color: var(--agency-accent);
  background: rgba(16, 42, 73, 0.72);
}

.agency-profile-stage .profile-network-arrows,
.agency-invoice-stage .invoice-network-arrows {
  display: none;
}

.agency-page .profile-network-label,
.agency-page .invoice-network-label {
  border-color: rgba(184, 206, 230, 0.2);
  border-left-color: rgba(102, 217, 255, 0.62);
  color: var(--agency-text);
  background: linear-gradient(90deg, rgba(16, 42, 73, 0.8), rgba(16, 42, 73, 0.46));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.agency-page .profile-network-label::before,
.agency-page .invoice-network-label::before {
  background: var(--agency-accent);
  box-shadow:
    0 0 0 4px rgba(102, 217, 255, 0.12),
    0 8px 18px rgba(102, 217, 255, 0.18);
}

.agency-page .profile-network-label strong,
.agency-page .invoice-network-label strong {
  color: var(--agency-text);
}

.agency-page .profile-network-label p,
.agency-page .invoice-network-label p {
  color: var(--agency-muted);
}

.agency-payment-summary {
  border-color: rgba(184, 206, 230, 0.2);
  color: var(--agency-text);
  background: rgba(16, 42, 73, 0.7);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.agency-payment-summary span,
.agency-payment-summary div {
  color: var(--agency-muted);
}

.agency-payment-summary dd,
.agency-payment-summary strong {
  color: var(--agency-text);
}

.agency-payment-summary .download-pill {
  color: #07162a;
  border-color: transparent;
  background: var(--agency-accent);
}

.agency-creative-types .creative-type-grid article {
  border-color: rgba(184, 206, 230, 0.16);
  background: rgba(16, 42, 73, 0.58);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.agency-creative-types .creative-type-grid span {
  color: var(--agency-muted);
}

.agency-creative-types .creative-type-grid strong {
  color: var(--agency-text);
}

.agency-page .download-context {
  color: var(--agency-copy);
}

.agency-download-reasons article,
.agency-page .faq-list details {
  border-color: rgba(184, 206, 230, 0.16);
  color: var(--agency-text);
  background: rgba(16, 42, 73, 0.58);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.agency-download-reasons article::before {
  background: linear-gradient(90deg, var(--agency-accent), var(--agency-blue));
}

.agency-download-reasons strong {
  color: var(--agency-text);
}

.agency-download-reasons span {
  color: var(--agency-muted);
}

.agency-page .payment-trust-note {
  border-left-color: rgba(102, 217, 255, 0.62);
  color: var(--agency-copy);
}

.agency-page .faq-list summary {
  color: var(--agency-text);
}

.agency-page .faq-list summary::after {
  color: var(--agency-accent);
}

.agency-page .faq-list details p {
  color: var(--agency-muted);
}

.agency-final-download .store-button.play-store {
  color: var(--agency-text);
  border-color: rgba(184, 206, 230, 0.22);
  background: rgba(16, 42, 73, 0.74);
}

.agency-page .final-contact {
  color: var(--agency-accent);
}

.agency-page footer {
  color: var(--agency-muted);
}

.footer-contact {
  color: var(--blue);
  font-weight: 800;
}

.agency-page .footer-contact {
  color: var(--agency-accent);
}

@media (max-width: 1060px) {
  .agency-phone-stage {
    width: min(100%, 680px);
    min-height: 640px;
  }

  .agency-phone-main {
    right: 13%;
  }

  .agency-phone-support {
    left: 9%;
  }
}

@media (max-width: 720px) {
  .audience-switch {
    gap: 10px;
    font-size: 13px;
  }

  .agency-phone-stage {
    min-height: 560px;
    margin-top: 10px;
  }

  .agency-phone-main {
    right: 0;
    top: 0;
    width: 226px;
  }

  .agency-phone-support {
    left: 0;
    top: 100px;
    width: 202px;
  }

  .agency-profile-stage,
  .agency-invoice-stage {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .agency-profile-main,
  .agency-finance-main {
    width: min(238px, 100%);
  }

  .agency-network-notes,
  .agency-finance-notes {
    gap: 18px;
  }

  .agency-network-notes strong,
  .agency-finance-notes strong {
    font-size: 18px;
  }

  .agency-note-one {
    top: 74px;
  }

  .agency-note-two {
    bottom: 64px;
  }
}

@media (max-width: 430px) {
  .agency-page .brand img {
    width: 136px;
  }

  .audience-switch {
    gap: 8px;
    padding: 0 10px;
    font-size: 12px;
  }

  .agency-phone-stage {
    min-height: 542px;
  }

  .agency-phone-main {
    width: 202px;
  }

  .agency-phone-support {
    width: 184px;
    top: 92px;
  }
}
