:root {
  --site-bg: #090909;
  --site-panel: rgba(18, 18, 20, 0.58);
  --site-panel-strong: rgba(12, 12, 14, 0.82);
  --site-panel-soft: rgba(255, 255, 255, 0.04);
  --site-panel-border: rgba(255, 255, 255, 0.08);
  --site-copy: #f8f7f3;
  --site-copy-soft: #bdbab1;
  --site-copy-muted: #8c887f;
  --site-accent-red: #f14635;
  --site-accent-green: #3dd78f;
  --site-accent-green-soft: rgba(61, 215, 143, 0.16);
  --site-accent-gold: #ffcc66;
  --site-accent-ice: #d9ddd8;
  --site-shadow-soft: 0 24px 64px rgba(0, 0, 0, 0.28);
  --site-shadow-deep: 0 34px 92px rgba(0, 0, 0, 0.42);
  --site-section-gap: clamp(2.6rem, 5.6vw, 4.4rem);
  --site-radius-xl: 30px;
  --site-radius-lg: 22px;
  --site-radius-md: 18px;
  --site-radius-sm: 12px;
  --site-shell: 1440px;
  --site-content: 1180px;
  --site-display-font:
    "Aptos", "Aptos Display", "Segoe UI", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-page {
  margin: 0;
  min-height: 100vh;
  color: var(--site-copy);
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 0%, rgba(241, 70, 53, 0.16), transparent 30%),
    radial-gradient(
      circle at 76% 0%,
      rgba(61, 215, 143, 0.08),
      transparent 26%
    ),
    radial-gradient(
      circle at 50% 40%,
      rgba(255, 204, 102, 0.08),
      transparent 32%
    ),
    linear-gradient(180deg, #0c0c0e 0%, #090909 48%, #050506 100%);
  background-attachment: scroll;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    filter 180ms ease;
}

.site-shell {
  width: min(100%, var(--site-shell));
  margin: 0 auto;
  padding: 1.2rem 1.1rem 4.75rem;
}

.site-topbar,
.site-hero,
.site-closing {
  width: min(100%, var(--site-content));
  margin-inline: auto;
}

.site-topbar {
  position: relative;
  z-index: 30;
  contain: paint;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0.82rem 0.92rem;
  border: 1px solid var(--site-panel-border);
  border-radius: var(--site-radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-topbar::before,
.site-topbar::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.site-topbar::before {
  display: none;
}

.site-topbar::after {
  display: none;
}

.site-topbar-branding {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: max-content;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding-right: 1.05rem;
}

.site-brand,
.site-eyebrow,
.portrait-role,
.card-kicker,
.site-trust-kicker,
.message-party,
.device-status-label {
  font-family: "IBM Plex Mono", "SFMono-Regular", monospace;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: min(100%, 13rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-brand-mark {
  display: block;
  line-height: 0;
}

.site-brand-image {
  display: block;
  width: clamp(8.8rem, 11vw, 10.8rem);
  height: auto;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.18));
}

.site-topbar-banner {
  display: grid;
  align-content: center;
  min-width: 0;
}

.site-topbar-banner-line {
  margin: 0;
  color: var(--site-copy);
  max-width: 34rem;
  font-family: var(--site-display-font);
  font-size: clamp(1rem, 1.48vw, 1.28rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.012em;
}

.site-topbar-banner-support {
  max-width: 33rem;
  margin: 0.24rem 0 0;
  color: var(--site-copy-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.site-topbar-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
}

.site-topbar-tab {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.7rem 1.08rem;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--site-display-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 0 rgba(0, 0, 0, 0.78);
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.site-topbar-tab:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.site-topbar-tab:hover {
  border-left-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.055);
  color: var(--site-copy);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.site-topbar-tab:focus,
.site-topbar-tab:active,
.site-topbar-tab[aria-current="page"] {
  border-left-color: rgba(255, 255, 255, 0.3);
  background: rgba(216, 154, 66, 0.12);
  color: var(--site-accent-gold);
  outline: none;
}

.site-topbar-tab:focus::after,
.site-topbar-tab:active::after,
.site-topbar-tab[aria-current="page"]::after {
  position: absolute;
  right: 0.75rem;
  bottom: 0.32rem;
  left: 0.75rem;
  height: 1px;
  border-radius: 999px;
  background: var(--site-accent-gold);
  box-shadow: 0 0 12px rgba(216, 154, 66, 0.28);
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-topbar-cta,
.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.site-topbar-cta {
  position: relative;
  z-index: 1;
  padding-left: 1.05rem;
}

.site-whatsapp-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.site-whatsapp-cta:active {
  transform: translateY(1px);
}

.site-whatsapp-cta-image {
  display: block;
  width: clamp(10.6rem, 15vw, 12.8rem);
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.18));
}

.site-whatsapp-cta-image-large {
  width: clamp(14.5rem, 24vw, 18.4rem);
}

.site-qr-cta {
  display: grid;
  justify-items: center;
  gap: 0.72rem;
  width: min(100%, 14rem);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: transform 160ms ease;
}

.site-qr-cta:hover {
  transform: translateY(-2px);
}

.site-qr-cta:active {
  transform: translateY(1px);
}

.site-bridge-actions {
  margin-top: -0.2rem;
}

.site-qr-cta-compact {
  width: min(100%, 11.5rem);
}

.site-qr-cta-compact .site-qr-frame {
  width: min(100%, 9.6rem);
  padding: 0.58rem;
  border-radius: 24px;
}

.site-qr-cta-compact .site-qr-copy strong {
  font-size: 0.86rem;
}

.site-qr-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 12.4rem);
  aspect-ratio: 1;
  padding: 0.8rem;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.68),
      rgba(239, 231, 218, 0.94)
    ),
    #f6f1e8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 20px 36px rgba(0, 0, 0, 0.18);
}

.site-qr-frame::after,
.device-screen::after {
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: -42%;
  width: 32%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.38;
  pointer-events: none;
  transform: skewX(-18deg);
  animation: none;
  content: "";
}

.device-screen::after {
  --site-sheen-start: -9rem;
  --site-sheen-end: calc(100% + 9rem);
  left: var(--site-sheen-start);
  width: 7.5rem;
  opacity: 0.16;
  animation: siteLightSweep 25s ease-in-out infinite;
}

.site-qr-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 18px;
  object-fit: contain;
  background: transparent;
}

.site-qr-copy {
  display: grid;
  text-align: center;
}

.site-qr-copy strong {
  color: var(--site-copy);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.site-hero {
  padding-top: clamp(1.45rem, 3.8vw, 3.1rem);
}

#customers,
#kai-action-title,
#closing,
#contact {
  scroll-margin-top: 1.6rem;
}

.site-copy {
  max-width: 47rem;
  margin: 0 auto;
  text-align: center;
}

.site-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.44rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--site-accent-ice);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-eyebrow::before {
  display: inline-flex;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--site-accent-green);
  box-shadow: 0 0 0 6px rgba(61, 215, 143, 0.12);
  content: "";
}

.site-copy h1,
.site-bridge-column h2 {
  margin: 1rem 0 0;
  font-family: var(--site-display-font);
  font-size: clamp(2.8rem, 5.2vw, 4.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.site-closing h2 {
  margin: 1rem 0 0;
  font-family: var(--site-display-font);
  font-size: clamp(1.4rem, 2.6vw, 2.38rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.site-closing-quote {
  display: block;
  color: var(--site-accent-gold);
}

.site-intro,
.site-hero-audience p,
.portrait-caption p,
.site-bridge-point p,
.site-bridge-lede,
.site-bridge-support,
.site-closing p,
.message p,
.detail-card p,
.detail-card li {
  color: var(--site-copy-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.site-intro {
  max-width: 38rem;
  margin: 1.15rem auto 0;
  font-size: 1rem;
}

.site-hero-audience {
  display: grid;
  gap: 0.42rem;
  max-width: 44rem;
  margin: 1.35rem auto 0;
}

.site-hero-audience p {
  margin: 0;
  color: var(--site-copy);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.48;
  text-wrap: balance;
}

.site-hero-problem {
  max-width: 52rem;
  margin: 1.05rem auto 0;
  color: var(--site-copy-soft);
  font-size: clamp(0.96rem, 1.22vw, 1.12rem);
  line-height: 1.62;
  text-wrap: balance;
}

.site-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}

.site-actions.site-bridge-actions {
  margin-top: 0.42rem;
}

.site-trust-kicker {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--site-accent-gold);
  line-height: 1.35;
  text-align: center;
}

.site-bridge {
  position: relative;
  display: block;
  max-width: min(100%, 78rem);
  margin: var(--site-section-gap) auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-bridge-intro {
  grid-column: 1 / -1;
  max-width: 58rem;
  margin: 0 auto clamp(0.35rem, 1.2vw, 0.75rem);
  text-align: center;
}

.site-bridge-intro h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.7vw, 3.2rem);
  line-height: 1.05;
  text-wrap: balance;
}

.site-bridge-intro p {
  max-width: 48rem;
  margin: 0.78rem auto 0;
  color: var(--site-copy-soft);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.site-audience-selector {
  max-width: min(100%, 78rem);
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
    rgba(12, 13, 15, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.site-audience-selector-heading {
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.72rem 1rem 0.7rem;
  border: 0;
  border-bottom: 1px solid rgba(216, 154, 66, 0.46);
  border-radius: 27px 27px 0 0;
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  letter-spacing: 0.078em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -2px 0 rgba(0, 0, 0, 0.42),
    0 12px 22px rgba(0, 0, 0, 0.22);
}

.site-audience-selector-guidance {
  display: grid;
  place-items: center;
  width: 100%;
  margin: 0;
  padding: clamp(0.82rem, 1.6vw, 1rem) 1rem 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 680;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}

.site-audience-selector-guidance span {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  justify-self: center;
  text-align: center;
}

.site-bridge-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 1.1fr) minmax(0, 1fr);
  align-items: stretch;
  column-gap: clamp(0.9rem, 2vw, 1.25rem);
  width: 100%;
  margin-top: var(--site-section-gap);
}

.site-audience-selector-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(8.6rem, 0.44fr) minmax(0, 0.9fr);
  align-items: stretch;
  gap: clamp(0.72rem, 1.4vw, 1rem);
  padding: clamp(0.78rem, 1.6vw, 1rem);
}

.site-audience-card {
  display: grid;
  align-content: start;
  min-height: 7.7rem;
  padding: 0.82rem 0.92rem 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.01)),
    rgba(18, 19, 21, 0.78);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.site-audience-card:hover {
  border-color: rgba(216, 154, 66, 0.46);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.site-audience-badge {
  display: grid;
  align-content: center;
  place-items: center;
  width: min(100%, 14.85rem);
  min-height: 3.52rem;
  margin: 0 auto 0.58rem;
  padding: 0.56rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(10, 11, 12, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 34px rgba(0, 0, 0, 0.34);
}

.site-audience-badge-word,
.site-audience-badge-sub {
  display: block;
  font-family: var(--site-display-font);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.site-audience-badge-word {
  color: #ffffff;
  font-size: clamp(0.95rem, 1.22vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 2px 0 rgba(0, 0, 0, 0.86),
    0 10px 18px rgba(0, 0, 0, 0.32);
}

.site-audience-badge-sub {
  margin-top: 0.34rem;
  color: var(--site-accent-gold);
  font-size: clamp(0.55rem, 0.68vw, 0.62rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.site-audience-badge-home {
  color: #ffd47a;
  border-color: rgba(255, 212, 122, 0.34);
}

.site-audience-badge-provider {
  color: #9be8b0;
  border-color: rgba(255, 212, 122, 0.34);
}

.site-audience-connector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  min-height: 100%;
  padding: 0 0.15rem;
}

.site-audience-connector::before,
.site-audience-connector::after {
  flex: 1 1 auto;
  height: 1px;
  min-width: clamp(1.6rem, 3vw, 2.6rem);
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 0.34rem,
    rgba(216, 154, 66, 0.88) 0.34rem,
    rgba(216, 154, 66, 0.88) 0.48rem
  );
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right center;
  animation: siteAudienceBridgeHorizontal 9s ease-in-out infinite;
}

.site-audience-connector::after {
  transform-origin: left center;
}

.site-audience-connector span {
  display: grid;
  grid-template-areas: "connector";
  align-items: center;
  justify-items: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: 8.4rem;
  margin: 0 0.5rem;
  padding: 0.2rem 0.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  box-shadow: none;
}

.site-audience-connector strong,
.site-audience-connector small {
  grid-area: connector;
  display: block;
  font-family: var(--site-display-font);
  line-height: 1.12;
  text-transform: uppercase;
  white-space: normal;
}

.site-audience-connector strong {
  color: #ffffff;
  font-size: clamp(0.74rem, 0.95vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.78);
  animation: siteAudienceAskKaiPulse 9s linear infinite;
}

.site-audience-connector small {
  color: var(--site-accent-gold);
  font-size: clamp(0.56rem, 0.7vw, 0.64rem);
  font-weight: 900;
  letter-spacing: 0.09em;
  animation: siteAudienceConnectorCopyPulse 9s linear infinite;
}

@keyframes siteAudienceAskKaiPulse {
  0%,
  8% {
    opacity: 0;
    transform: translateY(0);
    text-shadow:
      0 2px 0 rgba(0, 0, 0, 0.78),
      0 0 0 rgba(255, 255, 255, 0);
  }

  16%,
  28% {
    opacity: 1;
    transform: translateY(0);
    text-shadow:
      0 2px 0 rgba(0, 0, 0, 0.78),
      0 0 16px rgba(255, 255, 255, 0.18);
  }

  38%,
  100% {
    opacity: 0;
    transform: translateY(0);
    text-shadow:
      0 2px 0 rgba(0, 0, 0, 0.78),
      0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes siteAudienceConnectorCopyPulse {
  0%,
  36% {
    opacity: 0;
    transform: translateY(0.18rem);
  }

  46%,
  74% {
    opacity: 1;
    transform: translateY(0);
  }

  86%,
  100% {
    opacity: 0;
    transform: translateY(-0.08rem);
  }
}

@keyframes siteAudienceBridgeHorizontal {
  0%,
  54% {
    opacity: 0;
    transform: scaleX(0);
  }

  64%,
  78% {
    opacity: 0.86;
    transform: scaleX(1);
  }

  90%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

.site-audience-card strong {
  display: block;
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.28;
  text-wrap: balance;
}

.site-audience-card small {
  display: block;
  margin-top: 0.42rem;
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
  color: var(--site-copy-soft);
  font-size: 0.84rem;
  line-height: 1.45;
  text-wrap: balance;
}

.site-bridge-summary {
  color: inherit;
  text-decoration: none;
}

.site-bridge-summary:hover {
  border-color: rgba(216, 154, 66, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.site-bridge::before,
.site-bridge::after {
  display: none;
}

.site-bridge::before {
  left: calc(33.333% + 0.1rem);
}

.site-bridge::after {
  right: calc(33.333% + 0.1rem);
}

.site-bridge-column {
  position: relative;
  display: flex;
  min-height: 0;
  --site-bridge-column-pad: clamp(1.15rem, 2.3vw, 1.55rem);
  padding: var(--site-bridge-column-pad);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(11, 12, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  flex-direction: column;
  text-align: left;
}

.site-bridge-column.is-audience-focus {
  border-color: rgba(216, 154, 66, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(216, 154, 66, 0.22),
    0 0 42px rgba(216, 154, 66, 0.24),
    0 22px 46px rgba(0, 0, 0, 0.28);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.site-bridge-column-customer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(11, 12, 14, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
}

.site-bridge-column-kai {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.018)),
    rgba(13, 13, 14, 0.88);
  border-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.site-bridge-column-kai::after {
  --site-sheen-start: -12rem;
  --site-sheen-end: calc(100% + 12rem);
  position: absolute;
  top: 3.2rem;
  bottom: 2.9rem;
  left: var(--site-sheen-start);
  width: 9rem;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
  transform: skewX(-18deg);
  animation: siteLightSweep 25s ease-in-out infinite;
  pointer-events: none;
  content: "";
}

.site-bridge-column-kai > * {
  position: relative;
  z-index: 1;
}

.site-bridge-column-provider {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(11, 12, 14, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
}

.site-bridge-column-customer,
.site-bridge-column-provider {
  text-align: center;
}

.site-bridge-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + (var(--site-bridge-column-pad) * 2));
  min-height: 2.85rem;
  margin: calc(var(--site-bridge-column-pad) * -1)
    calc(var(--site-bridge-column-pad) * -1) 1.08rem;
  padding: 0.78rem 1rem 0.76rem;
  border: 0;
  border-bottom: 1px solid rgba(216, 154, 66, 0.46);
  border-radius: 31px 31px 0 0;
  background: linear-gradient(180deg, #25262a 0%, #111214 58%, #050506 100%);
  color: #ffffff;
  font-family: var(--site-display-font);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.1;
  overflow: hidden;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -2px 0 rgba(0, 0, 0, 0.42),
    0 12px 22px rgba(0, 0, 0, 0.24);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.24),
    0 2px 0 rgba(0, 0, 0, 0.9),
    0 4px 10px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.site-bridge-column > .site-bridge-heading {
  min-height: 3.2rem;
  padding-right: 0.72rem;
  padding-left: 0.72rem;
  font-size: clamp(0.76rem, 0.9vw, 0.88rem);
  letter-spacing: 0.076em;
  line-height: 1.22;
  text-wrap: balance;
}

.site-bridge-heading::before,
.site-bridge-heading::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.site-bridge-heading::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.site-bridge-heading::after {
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(216, 154, 66, 0), rgba(216, 154, 66, 0.78), rgba(216, 154, 66, 0));
}

.site-bridge-column h2 {
  margin-top: 0.15rem;
  font-size: clamp(1.16rem, 1.88vw, 1.55rem);
  line-height: 1.12;
  text-align: center;
}

.site-bridge-column-kai h2 {
  font-size: clamp(1.55rem, 2.45vw, 2.2rem);
}

.site-bridge-context {
  max-width: 24rem;
  margin: 0.2rem auto 0;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(216, 154, 66, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(216, 154, 66, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.82rem, 0.95vw, 0.94rem);
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.5;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.12);
}

.site-bridge-lede,
.site-bridge-start,
.site-bridge-support {
  margin: 0.68rem 0 0;
  text-align: center;
}

.site-bridge-start {
  color: var(--site-copy-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.site-bridge-engine {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
}

.site-bridge-outcome {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--site-display-font);
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  line-height: 1.32;
  text-align: center;
  text-transform: uppercase;
}

.site-bridge-column-customer .site-bridge-outcome {
  color: rgba(255, 255, 255, 0.9);
}

.site-bridge-column-kai .site-bridge-outcome {
  color: rgba(255, 255, 255, 0.92);
  margin-top: 0.5rem;
  text-shadow: none;
}

.site-bridge-column-provider .site-bridge-outcome {
  color: rgba(255, 255, 255, 0.9);
}

.site-bridge-engine-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: calc(100% + 2rem);
  min-height: 2.85rem;
  margin: -1rem -1rem 1rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(216, 154, 66, 0.26);
  border-radius: 23px 23px 0 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(68, 69, 74, 0.94), rgba(30, 31, 35, 0.96));
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--site-display-font);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.35;
  overflow: hidden;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -2px 0 rgba(0, 0, 0, 0.28);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 2px 0 rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
}

.site-bridge-engine-heading::before,
.site-bridge-engine-heading::after {
  display: none;
  flex: 1 1 2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(248, 247, 243, 0.36));
  content: "";
}

.site-bridge-engine-heading::after {
  background: linear-gradient(90deg, rgba(248, 247, 243, 0.36), rgba(255, 255, 255, 0));
}

.site-bridge-engine-heading-reverse {
  margin: 1rem -1rem -1rem;
  border-top: 1px solid rgba(216, 154, 66, 0.26);
  border-bottom: 0;
  border-radius: 0 0 23px 23px;
}

.site-bridge-engine-close {
  margin: 1rem -1rem -1rem;
}

.site-bridge-points {
  display: grid;
  gap: 0.78rem;
  margin-top: 1rem;
}

.site-bridge-point {
  padding: 0.86rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.032);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 28px rgba(0, 0, 0, 0.18);
}

.site-bridge-point[data-bridge-reveal] {
  opacity: 0;
  transform: translateY(0.7rem);
}

.site-bridge-point[data-bridge-reveal].is-visible {
  animation: siteBridgeQuestionReveal 0.92s cubic-bezier(0.2, 0.78, 0.18, 1) forwards;
}

.site-bridge-point strong {
  display: block;
  color: var(--site-accent-gold);
  font-family: var(--site-display-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-bridge-point p {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  line-height: 1.48;
}

@keyframes siteBridgeQuestionReveal {
  0% {
    opacity: 0;
    transform: translateY(0.7rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-bridge-outcome {
  margin-top: auto;
  width: calc(100% + (var(--site-bridge-column-pad) * 2));
  min-height: 2.85rem;
  margin-right: calc(var(--site-bridge-column-pad) * -1);
  margin-bottom: calc(var(--site-bridge-column-pad) * -1);
  margin-left: calc(var(--site-bridge-column-pad) * -1);
  padding: 0.78rem 1rem 0.76rem;
  border: 0;
  border-top: 1px solid rgba(216, 154, 66, 0.32);
  border-radius: 0 0 31px 31px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.09), transparent 36%),
    linear-gradient(180deg, #25262a 0%, #111214 58%, #050506 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    inset 0 -2px 0 rgba(0, 0, 0, 0.42);
}

.site-action-panel {
  --site-bridge-column-pad: clamp(1rem, 1.8vw, 1.25rem);
  max-width: min(100%, 78rem);
  margin: var(--site-section-gap) auto 0;
  padding: var(--site-bridge-column-pad);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 154, 66, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.016)),
    rgba(8, 9, 10, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 68px rgba(0, 0, 0, 0.28);
}

.site-action-panel .site-stage {
  margin-top: 2.75rem;
}

.site-action-heading {
  min-height: 2.85rem;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.site-action-note {
  max-width: 48rem;
  margin: clamp(2rem, 4vw, 3.2rem) auto 0;
  color: var(--site-copy-soft);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}

.site-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 1.35rem;
  margin-top: 0;
}

.portrait {
  position: relative;
  min-height: 37rem;
  margin: 0;
  border: 1px solid var(--site-panel-border);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--site-shadow-soft);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    filter 260ms ease;
}

.portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 7, 0.05) 0%,
    rgba(5, 5, 7, 0.3) 44%,
    rgba(5, 5, 7, 0.84) 100%
  );
  pointer-events: none;
  content: "";
}

.portrait::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.88;
  content: "";
}

.portrait-customer::before {
  background:
    radial-gradient(
      circle at 72% 18%,
      rgba(241, 70, 53, 0.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 18% 82%,
      rgba(255, 204, 102, 0.12),
      transparent 36%
    );
}

.portrait-provider::before {
  background:
    radial-gradient(
      circle at 22% 18%,
      rgba(255, 204, 102, 0.14),
      transparent 32%
    ),
    radial-gradient(
      circle at 82% 68%,
      rgba(61, 215, 143, 0.12),
      transparent 40%
    );
}

.portrait-media {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.01);
  filter: saturate(0.88) contrast(1.06) brightness(0.84);
}

.portrait-media-customer {
  background-image: url("/customer-photo.png");
  background-position: center 18%;
}

.portrait-media-provider {
  background-image: url("/provider-photo.png");
  background-position: center 20%;
}

@supports (background-image: url("/customer-photo.webp")) {
  .portrait-media-customer {
    background-image: url("/customer-photo.webp?v=20260702-performance");
  }

  .portrait-media-provider {
    background-image: url("/provider-photo.webp?v=20260702-performance");
  }
}

.portrait-caption {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  left: 1.35rem;
  z-index: 1;
  padding: 1.25rem 1.2rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: blur(5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.portrait-role,
.card-kicker,
.message-party {
  color: var(--site-accent-gold);
}

.site-kai-accent {
  color: #ff3f2f;
  font-size: 1.16em;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 14px rgba(255, 63, 47, 0.34);
}

.portrait-caption strong {
  display: block;
  margin-top: 0.65rem;
  font-size: clamp(1.35rem, 1.75vw, 1.85rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.portrait-caption p {
  margin: 0.7rem 0 0;
}

.device-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 41.8rem;
}

.device-aura {
  position: absolute;
  inset: auto 50% 7% auto;
  width: 120%;
  height: 80%;
  transform: translateX(50%);
  border-radius: 44%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(61, 215, 143, 0.18),
      transparent 42%
    ),
    radial-gradient(
      circle at 50% 70%,
      rgba(255, 204, 102, 0.12),
      transparent 55%
    );
  filter: blur(34px);
  opacity: 0.42;
  pointer-events: none;
}

.device-frame {
  position: relative;
  width: min(100%, 21.55rem);
  aspect-ratio: 39 / 82;
  padding: 0.46rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 52px;
  background:
    linear-gradient(
      150deg,
      rgba(228, 232, 238, 0.94) 0%,
      rgba(184, 190, 199, 0.84) 8%,
      rgba(72, 77, 86, 0.68) 19%,
      rgba(14, 15, 18, 0.96) 34%,
      rgba(74, 80, 89, 0.92) 74%,
      rgba(198, 203, 211, 0.88) 100%
    ),
    linear-gradient(
      160deg,
      rgba(198, 204, 212, 0.97) 0%,
      rgba(144, 151, 160, 0.95) 17%,
      rgba(66, 72, 80, 0.98) 28%,
      rgba(16, 17, 20, 1) 48%,
      rgba(7, 8, 10, 1) 74%,
      rgba(170, 176, 184, 0.96) 100%
    );
  box-shadow:
    var(--site-shadow-deep),
    0 36px 78px rgba(0, 0, 0, 0.28),
    0 10px 24px rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset 0 -14px 30px rgba(0, 0, 0, 0.36);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    opacity 260ms ease;
}

.device-frame::before {
  position: absolute;
  inset: 0.17rem;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 0 0 1px rgba(17, 18, 22, 0.56),
    inset 0 0 20px rgba(255, 255, 255, 0.04);
  content: "";
}

.device-frame::after {
  position: absolute;
  inset: 0.22rem;
  border-radius: inherit;
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.2),
      transparent 18%,
      transparent 82%,
      rgba(255, 255, 255, 0.07)
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08),
      transparent 7%,
      transparent 93%,
      rgba(255, 255, 255, 0.08)
    );
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
  content: "";
}

.device-button {
  position: absolute;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(204, 210, 218, 0.92),
    rgba(114, 121, 130, 0.94) 38%,
    rgba(50, 55, 63, 0.97) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(22, 25, 31, 0.42),
    0 2px 5px rgba(0, 0, 0, 0.18);
}

.device-button-action,
.device-button-volume-up,
.device-button-volume-down {
  left: -0.18rem;
  border-radius: 0.18rem 0 0 0.18rem;
}

.device-button-action {
  top: 6.9rem;
  width: 0.22rem;
  height: 2.02rem;
}

.device-button-volume-up {
  top: 10rem;
  width: 0.2rem;
  height: 3rem;
}

.device-button-volume-down {
  top: 13.54rem;
  width: 0.2rem;
  height: 3rem;
}

.device-button-power {
  top: 11.3rem;
  right: -0.18rem;
  width: 0.22rem;
  height: 4.6rem;
  border-radius: 0 0.18rem 0.18rem 0;
}

.device-island {
  position: absolute;
  top: 0.86rem;
  left: 50%;
  z-index: 3;
  width: 33%;
  height: 1.62rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 76% 50%,
      rgba(78, 86, 108, 0.34),
      transparent 12%
    ),
    linear-gradient(180deg, #0c0c0d, #040405);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 2px 0 rgba(255, 255, 255, 0.03),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.device-island::before {
  position: absolute;
  top: 50%;
  right: 0.68rem;
  width: 0.46rem;
  height: 0.46rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(86, 97, 118, 0.8),
    rgba(18, 20, 24, 0.96) 68%,
    #020202 100%
  );
  box-shadow:
    0 0 0 0.07rem rgba(255, 255, 255, 0.02),
    inset 0 0 0 0.03rem rgba(255, 255, 255, 0.04);
  content: "";
}

.device-island::after {
  position: absolute;
  top: 50%;
  left: 0.72rem;
  width: 1.28rem;
  height: 0.14rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  filter: blur(0.2px);
  content: "";
}

.device-screen {
  --site-message-gap: 0.58rem;
  --site-conversation-slot-height: 30.35rem;

  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.28rem 0.78rem 0.42rem;
  border-radius: 46px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(61, 215, 143, 0.06),
      transparent 28%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180' fill='none' stroke='%238e9e8a' stroke-opacity='.18' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 27c0-4 3-7 7-7h13c4 0 7 3 7 7v8c0 4-3 7-7 7h-3l-6 6v-6h-4c-4 0-7-3-7-7Z'/%3E%3Ccircle cx='130' cy='29' r='10'/%3E%3Cpath d='M130 23v12M124 29h12'/%3E%3Cpath d='M69 58l4 8 9 1-6 6 2 9-9-5-9 5 2-9-6-6 9-1Z'/%3E%3Cpath d='M143 68l13 7-11 4-2 10-7-9-12 1 7-8-5-10 10 5Z'/%3E%3Cpath d='M29 96c6-8 12-12 20-12s14 4 20 12'/%3E%3Cpath d='M21 107h58'/%3E%3Ccircle cx='99' cy='111' r='12'/%3E%3Cpath d='M99 104v8l5 3'/%3E%3Cpath d='M134 118c0-6 5-11 11-11s11 5 11 11c0 12-11 18-11 18s-11-6-11-18Z'/%3E%3Cpath d='M44 143c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9Zm0 4v10m-5-5h10'/%3E%3Cpath d='M97 151c0-4 3-7 7-7h10c4 0 7 3 7 7v7c0 4-3 7-7 7h-3l-5 5v-5h-2c-4 0-7-3-7-7Z'/%3E%3Cpath d='M145 149l7 7m0-7-7 7'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(17, 18, 21, 0.985), rgba(9, 10, 12, 0.998));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 0 2px rgba(2, 3, 4, 0.68);
}

.screen-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.018) 12%,
      transparent 28%,
      transparent 76%,
      rgba(255, 255, 255, 0.018)
    ),
    radial-gradient(
      circle at 18% -4%,
      rgba(255, 255, 255, 0.08),
      transparent 18%
    ),
    radial-gradient(
      circle at 50% 10%,
      rgba(212, 218, 226, 0.08),
      transparent 18%
    );
  opacity: 0.94;
  pointer-events: none;
}

.device-statusbar {
  position: absolute;
  top: 0.82rem;
  left: 1rem;
  right: 1rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.device-statusbar-time {
  color: rgba(248, 247, 243, 0.92);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.device-statusbar-icons {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  color: rgba(248, 247, 243, 0.94);
}

.device-statusbar-icon {
  display: block;
  height: auto;
}

.device-statusbar-signal {
  width: 1rem;
  fill: currentColor;
  stroke: none;
}

.device-statusbar-wifi {
  width: 0.96rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.device-statusbar-wifi circle {
  fill: currentColor;
  stroke: none;
}

.device-statusbar-battery {
  width: 1.42rem;
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.device-statusbar-battery-fill {
  fill: currentColor;
  stroke: none;
}

.conversation-flow {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--site-message-gap);
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.conversation-thread-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.68rem;
  padding: 0.08rem 0.08rem 0.76rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.conversation-thread-avatar {
  display: inline-grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f14635 0%, #96261b 100%);
  color: var(--site-copy);
  font-family: var(--site-display-font);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 18px rgba(0, 0, 0, 0.18);
}

.conversation-thread-copy {
  min-width: 0;
}

.conversation-thread-copy strong,
.conversation-thread-copy span {
  display: block;
}

.conversation-thread-copy strong {
  color: var(--site-copy);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.conversation-thread-copy span {
  margin-top: 0.15rem;
  color: var(--site-copy-soft);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.conversation-thread-badge,
.message-time,
.card-time {
  font-family: "IBM Plex Mono", "SFMono-Regular", monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.conversation-thread-badge {
  padding: 0.34rem 0.54rem;
  border: 1px solid rgba(61, 215, 143, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(131, 255, 178, 0.14), rgba(131, 255, 178, 0)),
    rgba(61, 215, 143, 0.08);
  color: var(--site-accent-ice);
}

.flow-element {
  display: none;
}

.flow-element.is-visible {
  display: block;
  animation: siteReveal 260ms ease both;
}

@keyframes siteReveal {
  from {
    opacity: 0.18;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes siteLightSweep {
  0% {
    left: var(--site-sheen-start, -9rem);
    opacity: 0;
  }

  8% {
    opacity: 0.48;
  }

  92% {
    left: var(--site-sheen-end, calc(100% + 9rem));
    opacity: 0.48;
  }

  100% {
    left: var(--site-sheen-end, calc(100% + 9rem));
    opacity: 0;
  }
}

@keyframes siteCompletionReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes siteCompletionSpark {
  0% {
    opacity: 0;
    transform: scale(0.76) rotate(-5deg);
  }

  28% {
    opacity: 0.92;
  }

  100% {
    opacity: 0.42;
    transform: scale(1.22) rotate(5deg);
  }
}

.message,
.detail-card {
  position: relative;
  z-index: 1;
  padding: 0.74rem 0.82rem 0.72rem;
  border-radius: 24px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}

.message p,
.detail-card p,
.detail-card ul {
  margin: 0.42rem 0 0;
}

.attachment-list,
.pdf-attachment,
.message-actions {
  display: grid;
  gap: 0.42rem;
  margin-top: 0.62rem;
}

.attachment-list {
  display: flex;
  flex-direction: column;
  grid-template-columns: minmax(0, 1fr);
}

.pdf-attachment,
.message-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.attachment-list span,
.pdf-attachment,
.message-actions span {
  border: 1px solid rgba(17, 18, 20, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.28);
  color: #101112;
  font-size: 0.78rem;
  line-height: 1.25;
}

.attachment-list span {
  display: block;
  padding: 0.42rem 0.55rem;
}

.pdf-attachment {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  padding: 0.42rem 0.5rem;
}

.pdf-icon {
  display: inline-grid;
  place-items: center;
  min-width: 2.2rem;
  min-height: 1.62rem;
  border-radius: 8px;
  background: #f14635;
  color: #ffffff;
  font-family: "IBM Plex Mono", "SFMono-Regular", monospace;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.message-actions span {
  padding: 0.46rem 0.5rem;
  background: rgba(255, 255, 255, 0.34);
  font-weight: 700;
  text-align: center;
}

.quote-card p {
  font-size: 0.82rem;
  line-height: 1.38;
}

.message-head,
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.message-party {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.26rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.24rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(33, 33, 36, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.message-time,
.card-time {
  color: rgba(248, 247, 243, 0.42);
  white-space: nowrap;
}

.message p {
  color: #101112;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.46;
}

.detail-card p {
  font-weight: 400;
}

.kai-message p,
.detail-card p {
  font-weight: 400;
}

.customer-message {
  align-self: flex-start;
  max-width: 88%;
  border: 1px solid rgba(233, 208, 164, 0.44);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.34),
      rgba(255, 255, 255, 0.08) 100%
    ),
    linear-gradient(135deg, #f1e5cd 0%, #d7bf8a 52%, #c49c56 100%);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.provider-message {
  align-self: flex-end;
  max-width: 88%;
  border: 1px solid rgba(84, 191, 124, 0.34);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.24),
      rgba(255, 255, 255, 0.06) 100%
    ),
    linear-gradient(135deg, #86d8a1 0%, #3fb86b 54%, #197b42 100%);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.provider-message .message-party {
  min-height: 1.98rem;
  padding: 0.28rem 0.72rem;
  border-color: rgba(84, 191, 124, 0.3);
  background:
    linear-gradient(180deg, rgba(30, 55, 42, 0.98), rgba(15, 27, 23, 0.98)),
    rgba(18, 28, 23, 0.98);
  color: #ffffff;
  font-family: var(--site-display-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(13, 78, 39, 0.24),
    0 10px 16px rgba(0, 0, 0, 0.15);
}

.provider-message .message-time {
  color: rgba(17, 18, 20, 0.72);
}

.customer-message .message-party {
  min-height: 1.98rem;
  padding: 0.28rem 0.72rem;
  border-color: rgba(216, 154, 66, 0.42);
  background:
    linear-gradient(180deg, rgba(93, 60, 24, 0.98), rgba(37, 28, 20, 0.98)),
    rgba(35, 27, 18, 0.98);
  color: #ffffff;
  font-family: var(--site-display-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(77, 50, 17, 0.24),
    0 10px 16px rgba(0, 0, 0, 0.15);
}

.customer-message .message-time {
  color: rgba(17, 18, 20, 0.72);
}

.kai-message {
  max-width: 92%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    rgba(33, 33, 36, 0.92);
}

.kai-message .message-party,
.detail-card .card-kicker {
  min-height: 1.98rem;
  padding: 0.28rem 0.72rem;
  border-color: rgba(216, 154, 66, 0.36);
  background:
    linear-gradient(180deg, #25262a 0%, #111214 58%, #050506 100%);
  color: #ffffff;
  font-family: var(--site-display-font);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22),
    0 2px 0 rgba(0, 0, 0, 0.86),
    0 4px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.32),
    0 10px 16px rgba(0, 0, 0, 0.15);
}

.kai-message p {
  color: var(--site-copy);
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.002em;
  text-shadow: none;
}

.conversation-flow .kai-message > p {
  font-weight: 400;
}

.detail-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0)),
    rgba(20, 20, 23, 0.92);
}

.detail-card p,
.detail-card li {
  font-size: 0.87rem;
  line-height: 1.46;
}

.detail-card ul {
  padding-left: 1.05rem;
}

.detail-card li + li {
  margin-top: 0.42rem;
}

.brief-card li + li {
  margin-top: 0.22rem;
}

.brief-card {
  border-color: rgba(61, 215, 143, 0.18);
}

.quote-card {
  border-color: rgba(255, 204, 102, 0.18);
}

.safety-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0)),
    rgba(20, 20, 23, 0.92);
}

.fixing-card {
  border-color: rgba(241, 70, 53, 0.14);
}

.support-card {
  margin-top: 0;
}

.dispute-card {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0)),
    rgba(20, 20, 23, 0.92);
}

.rate-card {
  border-color: rgba(255, 255, 255, 0.08);
}

.device-status {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  flex: 0 0 auto;
  margin-top: var(--site-message-gap);
  padding: 0.5rem 0.72rem 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    rgba(12, 12, 14, 0.84);
  text-align: center;
}

.completion-moment {
  position: absolute;
  inset: 4.8rem 0.75rem 8.35rem;
  z-index: 2;
  display: grid;
  place-content: center;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translateY(0.45rem) scale(0.98);
}

.completion-moment::before,
.completion-moment::after {
  position: absolute;
  inset: -18% -8%;
  background:
    radial-gradient(circle at 11% 22%, rgba(216, 154, 66, 0.98) 0 0.15rem, transparent 0.24rem),
    radial-gradient(circle at 24% 9%, rgba(131, 255, 178, 0.86) 0 0.1rem, transparent 0.18rem),
    radial-gradient(circle at 43% 21%, rgba(216, 154, 66, 0.82) 0 0.08rem, transparent 0.16rem),
    radial-gradient(circle at 73% 14%, rgba(131, 255, 178, 0.8) 0 0.13rem, transparent 0.22rem),
    radial-gradient(circle at 91% 35%, rgba(216, 154, 66, 0.9) 0 0.11rem, transparent 0.2rem),
    radial-gradient(circle at 18% 74%, rgba(131, 255, 178, 0.76) 0 0.12rem, transparent 0.2rem),
    radial-gradient(circle at 36% 88%, rgba(216, 154, 66, 0.86) 0 0.1rem, transparent 0.18rem),
    radial-gradient(circle at 64% 82%, rgba(131, 255, 178, 0.74) 0 0.08rem, transparent 0.16rem),
    radial-gradient(circle at 86% 72%, rgba(216, 154, 66, 0.92) 0 0.15rem, transparent 0.24rem),
    radial-gradient(circle at 52% 52%, rgba(216, 154, 66, 0.24), transparent 42%);
  opacity: 0;
  content: "";
}

.completion-moment::after {
  background:
    radial-gradient(circle at 18% 38%, rgba(131, 255, 178, 0.32), transparent 22%),
    radial-gradient(circle at 78% 42%, rgba(216, 154, 66, 0.34), transparent 24%),
    radial-gradient(circle at 52% 70%, rgba(216, 154, 66, 0.18), transparent 28%);
  filter: blur(13px);
}

.completion-moment span,
.completion-moment strong {
  position: relative;
  z-index: 1;
  display: block;
}

.completion-moment span {
  color: var(--site-copy-soft);
  font-size: 0.85rem;
}

.completion-moment strong {
  margin-top: 0.5rem;
  color: #ffffff;
  font-family: var(--site-display-font);
  font-size: clamp(1.45rem, 2.9vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.site-stage.is-complete .conversation-flow {
  opacity: 0;
}

.site-stage.is-complete .completion-moment {
  animation: siteCompletionReveal 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.site-stage.is-complete .completion-moment::before,
.site-stage.is-complete .completion-moment::after {
  animation: siteCompletionSpark 1.55s ease-in-out infinite alternate;
}

.device-screen-progress {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--site-copy-muted);
  font-family: "IBM Plex Mono", "SFMono-Regular", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.device-status-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  min-height: 2rem;
  min-width: 8.7rem;
  padding: 0.46rem 0.95rem;
  border: 1px solid rgba(255, 240, 214, 0.3);
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(135deg, #f1bf67 0%, #d89a42 48%, #a55d1d 100%);
  color: #ffffff;
  font-family: var(--site-display-font);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-shadow: 0 1px 1px rgba(64, 29, 0, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -2px 0 rgba(92, 55, 13, 0.18),
    0 12px 22px rgba(216, 154, 66, 0.2),
    0 4px 10px rgba(38, 22, 5, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.device-status-label::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(255, 255, 255, 0.24),
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0) 48%
    );
  content: "";
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
}

.device-status-label::after {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0) 58%
  );
  content: "";
  pointer-events: none;
}

.device-status-support {
  margin: 0.34rem 0 0;
  color: var(--site-copy-soft);
  font-size: 0.74rem;
  line-height: 1.28;
  text-align: center;
  text-wrap: balance;
}

.site-stage[data-focus="customer"] .portrait-customer,
.site-stage[data-focus="provider"] .portrait-provider {
  box-shadow:
    var(--site-shadow-soft),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

.site-stage[data-focus="customer"] .portrait-customer {
  border-color: rgba(216, 154, 66, 0.24);
  box-shadow:
    var(--site-shadow-soft),
    0 0 0 1px rgba(216, 154, 66, 0.12),
    0 0 0 14px rgba(216, 154, 66, 0.055);
}

.site-stage[data-focus="provider"] .portrait-provider {
  border-color: rgba(61, 215, 143, 0.24);
  box-shadow:
    var(--site-shadow-soft),
    0 0 0 1px rgba(61, 215, 143, 0.12),
    0 0 0 14px rgba(61, 215, 143, 0.055);
}

.site-stage[data-focus="kai"] .device-frame {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    var(--site-shadow-deep),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 14px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 24px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px) scale(1.01);
}

.site-stage[data-focus="customer"] .portrait-provider,
.site-stage[data-focus="provider"] .portrait-customer,
.site-stage[data-focus="kai"] .portrait {
  opacity: 0.78;
  filter: saturate(0.9);
}

.site-closing {
  border: 1px solid var(--site-panel-border);
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.038),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 24px 48px rgba(0, 0, 0, 0.22);
}

.site-closing {
  --site-bridge-column-pad: 1.25rem;
  max-width: min(100%, 56rem);
  margin-top: var(--site-section-gap);
  padding: 1.25rem 1.25rem 1.45rem;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.site-closing .site-closing-heading {
  max-width: none;
  width: calc(100% + (var(--site-bridge-column-pad) * 2));
  min-height: 2.85rem;
  margin: calc(var(--site-bridge-column-pad) * -1)
    calc(var(--site-bridge-column-pad) * -1) 0.95rem;
  color: #ffffff;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  margin-bottom: 0.95rem;
}

.site-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 1.05rem;
}

.site-closing-copy {
  max-width: 43rem;
  text-align: center;
}

.site-closing h2 {
  margin: 0;
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.22;
}

.site-closing p {
  max-width: 38rem;
  margin: 0.68rem auto 0;
  font-size: clamp(0.94rem, 1.08vw, 1.04rem);
  line-height: 1.62;
}

.site-closing-quote {
  display: block;
  margin: 0.1rem auto;
  font-size: clamp(1.38rem, 2.3vw, 2.05rem);
  line-height: 1.06;
  white-space: nowrap;
}

.site-closing-proof {
  color: var(--site-copy-muted);
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.site-closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.25rem 0 0;
}

.site-closing .site-button {
  margin-top: 0;
}

.site-closing .site-whatsapp-cta-image-large {
  width: clamp(13rem, 22vw, 17rem);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0;
  max-width: min(100%, 62rem);
  margin: var(--site-section-gap) auto 0;
  padding: 0.85rem 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--site-copy-muted);
  font-size: 0.64rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer div,
.site-footer nav {
  display: contents;
}

.site-footer strong,
.site-footer span,
.site-footer a {
  padding: 0 0.72rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer nav > *:last-child {
  border-right: 0;
}

.site-footer strong {
  color: rgba(248, 247, 243, 0.86);
  font-weight: 500;
}

.site-footer a {
  color: var(--site-copy-soft);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: #ffffff;
}

body.legal-page {
  margin: 0;
  min-height: 100vh;
  color: var(--site-copy);
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  background: #000000;
}

body.legal-page::before {
  display: none;
}

.legal-page {
  display: block;
  padding: 0;
}

.legal-site-shell {
  min-height: 100vh;
}

.legal-topbar {
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  margin-bottom: var(--site-section-gap);
}

.legal-topbar .site-topbar-branding {
  justify-self: start;
}

.legal-title-tabs {
  justify-self: center;
  justify-content: center;
}

.legal-title-tab {
  color: #ffffff !important;
  pointer-events: none;
}

.legal-topbar .site-topbar-cta {
  justify-self: end;
}

.legal-title-tab[aria-current="page"] {
  background: transparent;
  color: #ffffff;
}

.legal-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
  margin: 0 auto;
  padding: 0;
  border: 1px solid var(--site-panel-border);
  border-radius: var(--site-radius-xl);
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(14, 15, 17, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: var(--site-shadow-soft);
}

.legal-heading {
  --site-bridge-column-pad: 0rem;
  width: 100%;
  margin: 0;
  border-radius: 26px 26px 0 0;
  font-size: clamp(1rem, 1.8vw, 1.38rem);
}

.legal-content {
  display: grid;
  gap: 0;
  max-width: 50rem;
  margin: 0 auto;
  padding: clamp(1.15rem, 2.8vw, 2rem);
}

.legal-content section {
  padding: 0.7rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.legal-content .legal-lead {
  padding-top: 0;
}

.legal-content h1,
.legal-content h2 {
  color: #ffffff;
}

.legal-content h1 {
  margin: 0;
  font-size: clamp(1.42rem, 2.45vw, 2rem);
  line-height: 1.12;
  text-align: center;
  text-wrap: balance;
}

.legal-content h2 {
  margin: 0 0 0.52rem;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.25;
}

.legal-content ul {
  display: grid;
  gap: 0.42rem;
  margin: 0.65rem 0 0;
  padding-left: 1.15rem;
  color: var(--site-copy-soft);
}

.legal-content li {
  line-height: 1.62;
}

.legal-shell > h1 {
  margin: 1rem 0 0;
  font-family: var(--site-display-font);
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.legal-shell p {
  color: var(--site-copy-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 1.3rem;
  color: var(--site-copy-soft);
  font-weight: 600;
}

.legal-back:hover {
  color: var(--site-copy);
}

@media (max-width: 920px) {
  .site-bridge-columns {
    grid-template-columns: minmax(0, 1fr);
    row-gap: var(--site-section-gap);
  }

  .site-bridge::before,
  .site-bridge::after {
    display: none;
  }

  .site-bridge-column {
    text-align: center;
  }

  .site-bridge-intro {
    margin-bottom: 0.25rem;
  }

  .site-bridge-column .site-eyebrow {
    align-self: center;
  }

  .site-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.15rem;
  }

  .device-column {
    order: 2;
    min-height: 0;
    padding: 1rem 0;
  }

  .portrait-customer {
    order: 1;
  }

  .portrait-provider {
    order: 3;
  }

  .portrait {
    min-height: 30.5rem;
  }
}

@media (max-width: 980px) {
  .site-topbar {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0.82rem;
  }

  .site-topbar-branding {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding-right: 0;
    border-right: 0;
    text-align: center;
  }

  .site-topbar-banner {
    justify-items: center;
  }

  .site-topbar-tabs {
    max-width: 34rem;
  }

  .site-topbar-cta {
    padding: 0.82rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .site-bridge-column {
    padding: 1.15rem;
  }

  .legal-topbar {
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    justify-items: stretch;
    gap: 0;
  }

  .legal-topbar .site-topbar-branding {
    justify-self: start;
    justify-items: start;
    padding-right: 0.82rem;
    text-align: left;
  }

  .legal-title-tabs {
    max-width: none;
  }

  .legal-topbar .site-topbar-cta {
    justify-self: end;
    padding: 0 0 0 0.82rem;
    border-top: 0;
  }
}

@media (max-width: 720px) {
  body.site-page {
    background: #000000;
  }

  body.site-page::before {
    display: none;
  }

  .site-shell {
    padding-inline: 0.82rem;
  }

  .site-topbar {
    padding: 0.72rem 0;
  }

  .legal-topbar {
    padding: 0.58rem 0.62rem;
  }

  .legal-topbar .site-brand-image {
    width: clamp(5.8rem, 24vw, 8rem);
  }

  .legal-title-tab {
    min-height: 2.25rem;
    padding: 0.58rem 0.62rem;
    font-size: clamp(0.56rem, 2.4vw, 0.68rem);
    letter-spacing: 0.07em;
  }

  .legal-topbar .site-whatsapp-cta-image {
    width: clamp(7.2rem, 30vw, 9.5rem);
  }

  .site-topbar-banner {
    display: none;
  }

  .site-topbar-tabs {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.1rem 0 0.2rem;
    scrollbar-width: none;
  }

  .site-topbar-tabs::-webkit-scrollbar {
    display: none;
  }

  .site-brand {
    padding: 0.58rem 0.66rem;
  }

  .site-brand-image {
    width: clamp(7.2rem, 34vw, 8.4rem);
  }

  .site-whatsapp-cta-image {
    width: min(100%, 13rem);
  }

  @supports (background-image: url("/customer-photo-mobile.webp")) {
    .portrait-media-customer {
      background-image: url("/customer-photo-mobile.webp?v=20260702-performance");
    }

    .portrait-media-provider {
      background-image: url("/provider-photo-mobile.webp?v=20260702-performance");
    }
  }

  .site-whatsapp-cta-image-large {
    width: min(100%, 18rem);
  }

  .site-qr-cta {
    width: min(100%, 17rem);
    padding: 0.92rem 0.92rem 0.98rem;
    border-radius: 28px;
  }

  .site-qr-frame {
    width: min(100%, 11rem);
    border-radius: 24px;
  }

  .site-copy h1,
  .site-bridge-column h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .site-bridge-column:not(.site-bridge-column-kai) h2 {
    font-size: clamp(1.18rem, 5.2vw, 1.7rem);
  }

  .site-bridge-intro h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .site-closing h2 {
    font-size: clamp(1.28rem, 6vw, 1.85rem);
  }

  .legal-shell h1 {
    font-size: clamp(1.9rem, 8vw, 2.9rem);
  }

  .portrait {
    min-height: 26.8rem;
  }

  .portrait-caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
  }

  .site-bridge-column-customer .site-bridge-points,
  .site-bridge-column-provider .site-bridge-points {
    margin-top: 1.15rem;
    margin-bottom: 1.15rem;
  }

  .site-audience-selector-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-audience-card {
    min-height: auto;
  }

  .site-audience-connector {
    flex-direction: column;
    min-height: 7.2rem;
    padding: 0.25rem 0;
  }

  .site-audience-connector::before,
  .site-audience-connector::after {
    width: 1px;
    min-width: 0;
    height: 1.9rem;
    min-height: 1.9rem;
    background: repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 0.34rem,
      rgba(216, 154, 66, 0.88) 0.34rem,
      rgba(216, 154, 66, 0.88) 0.48rem
    );
    transform: scaleY(0);
    transform-origin: bottom center;
    animation-name: siteAudienceBridgeVertical;
  }

  .site-audience-connector::after {
    transform-origin: top center;
  }

  .site-audience-connector span {
    min-width: min(100%, 9.8rem);
    margin: 0.42rem 0;
  }

  @keyframes siteAudienceBridgeVertical {
    0%,
    54% {
      opacity: 0;
      transform: scaleY(0);
    }

    64%,
    78% {
      opacity: 0.86;
      transform: scaleY(1);
    }

    90%,
    100% {
      opacity: 0;
      transform: scaleY(1);
    }
  }

  .device-frame {
    width: min(100%, 20.2rem);
    aspect-ratio: 39 / 88;
    border-radius: 44px;
  }

  .device-screen {
    --site-message-gap: 0.72rem;
    --site-conversation-slot-height: 35.4rem;

    padding: 2.96rem 0.88rem 0.88rem;
    border-radius: 36px;
  }

  .conversation-flow {
    gap: var(--site-message-gap);
  }

  .message,
  .detail-card,
  .device-status {
    border-radius: 20px;
  }

  .site-closing {
    --site-bridge-column-pad: 1rem;
    padding: 1rem 1rem 1.22rem;
    border-radius: 24px;
  }

  .site-closing-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }

  .site-closing-copy {
    text-align: center;
  }

  .site-closing p {
    margin-right: auto;
    margin-left: auto;
  }

  .site-closing-quote {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-bridge-column-kai::after,
  .device-screen::after,
  .site-audience-connector::before,
  .site-audience-connector::after,
  .site-audience-connector strong,
  .site-audience-connector small,
  .site-bridge-point[data-bridge-reveal] {
    animation: none;
  }

  .site-audience-connector::before,
  .site-audience-connector::after,
  .site-audience-connector strong,
  .site-audience-connector small {
    opacity: 1;
    transform: none;
  }

  .site-audience-connector span {
    grid-template-areas: none;
    gap: 0.3rem;
  }

  .site-audience-connector strong,
  .site-audience-connector small {
    grid-area: auto;
  }

  .site-bridge-point[data-bridge-reveal] {
    opacity: 1;
    transform: none;
  }

  button,
  a,
  .portrait,
  .device-frame {
    transition: none;
  }

  .flow-element.is-visible {
    animation: none;
  }
}
