:root {
  --rb-display-font: "Plus Jakarta Sans", Manrope, "DM Sans", Poppins, Inter,
    ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI",
    "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans TC",
    "Helvetica Neue", Arial, sans-serif;
  --rb-font: var(--rb-display-font);
  --rb-monday-violet: #6161ff;
  --rb-monday-pink: #ff4ec7;
  --rb-monday-yellow: #ffcb00;
  --rb-monday-ink: #333333;
  --rb-monday-slate: #535768;
  --rb-monday-muted: #676879;
  --rb-console-shadow: 0 28px 90px rgba(16, 35, 61, 0.12);
  --rb-tight-shadow: 0 18px 46px rgba(16, 35, 61, 0.1);
  --rb-hairline: rgba(16, 35, 61, 0.1);
}

html {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
textarea,
select {
  font-family: var(--rb-font) !important;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
p,
a,
span,
b,
strong,
li,
label,
summary,
small,
button,
input,
textarea,
select {
  letter-spacing: 0 !important;
}

.nav {
  height: auto !important;
  min-height: 82px;
  padding: 10px 0 !important;
  background:
    linear-gradient(180deg, rgba(246, 249, 252, 0.94), rgba(246, 249, 252, 0.72)) !important;
  border-bottom: 0 !important;
}

.nav-inner,
.topbar {
  width: min(1420px, calc(100% - 32px)) !important;
  min-height: 64px;
  padding: 0 22px;
  border: 1px solid rgba(16, 35, 61, 0.08) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(16, 35, 61, 0.1) !important;
}

.nav a,
.language-switcher a,
.legal-links a,
.footer-links a {
  text-underline-offset: 4px;
}

.product-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.product-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.product-menu summary::-webkit-details-marker {
  display: none;
}

.product-menu summary::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.68;
}

.product-menu[open] summary::after {
  border-top: 0;
  border-bottom: 5px solid currentColor;
}

.product-menu:not([open]) .product-menu-list,
.language-menu:not([open]) .language-list,
.language-switcher:not([open]) .language-list {
  display: none;
}

.product-menu-list {
  position: absolute;
  z-index: 35;
  left: 50%;
  top: calc(100% + 14px);
  width: min(360px, calc(100vw - 32px));
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 72px rgba(16, 35, 61, 0.16);
  backdrop-filter: blur(18px);
}

.product-menu[open] .product-menu-list,
.language-menu[open] .language-list,
.language-switcher[open] .language-list {
  display: block;
}

.product-menu-list a {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  padding: 11px 12px;
  border-radius: 16px;
  color: #0b1220;
  white-space: normal;
  text-decoration: none;
}

.product-menu-list a:hover,
.product-menu-list a.active {
  background: rgba(16, 35, 61, 0.06);
}

.product-menu-list b {
  grid-column: 1;
  font-size: 14px;
  line-height: 1.12;
}

.product-menu-list span {
  grid-column: 1;
  color: rgba(11, 18, 32, 0.56);
  font-size: 12px;
  line-height: 1.25;
}

.product-menu-list .soon-badge {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  padding: 5px 8px;
  border: 1px solid rgba(26, 106, 255, 0.14);
  border-radius: 999px;
  background: rgba(26, 106, 255, 0.08);
  color: #1459cf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.product-menu-list a.is-coming-soon {
  cursor: default;
}

.language-menu,
.language-switcher {
  position: relative;
  display: inline-block !important;
  min-width: 78px;
  color: #0b1220;
  font-size: 13px;
  font-weight: 850;
}

.language-menu summary,
.language-switcher summary {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 28px rgba(16, 35, 61, 0.08);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.language-menu summary::-webkit-details-marker,
.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after,
.language-switcher summary::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.78;
}

.language-menu[open] summary::after,
.language-switcher[open] summary::after {
  border-top: 0;
  border-bottom: 5px solid currentColor;
}

.language-globe {
  font-size: 14px;
  line-height: 1;
}

.language-list {
  position: absolute;
  z-index: 30;
  right: 0;
  top: calc(100% + 8px);
  width: 132px;
  padding: 6px;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(16, 35, 61, 0.16);
  backdrop-filter: blur(18px);
}

.language-list a,
.language-menu .language-list a,
.language-switcher .language-list a {
  width: 100%;
  min-width: 0 !important;
  height: 34px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 8px;
  padding: 0 10px;
  border-radius: 10px !important;
  color: rgba(11, 18, 32, 0.74);
  text-decoration: none;
}

.language-list a.active,
.language-list a.is-active,
.language-list a[aria-current="page"] {
  background: #0b1220 !important;
  color: #ffffff !important;
}

.hero-trust-row span,
.lang-link,
.tag,
.rb-chip,
.metric,
.proof-item,
.feature-card,
.value-card,
.security-card,
.method,
.contact-card,
.info-card,
.policy-card,
.form-card,
.auth-card {
  border-color: var(--rb-hairline) !important;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #17b8d8;
  box-shadow: 0 0 0 4px rgba(23, 184, 216, 0.12);
}

.platform-board,
.command-showcase,
.rb-workbench,
.confidence-visual,
.security-board,
.contact-shell,
.auth-card,
.form-card,
.policy-shell,
.legal-card {
  box-shadow: var(--rb-console-shadow) !important;
}

.worker-card,
.proof-item,
.feature-card,
.value-card,
.security-card,
.method,
.info-card,
.policy-card,
.quick-link-card {
  box-shadow: var(--rb-tight-shadow) !important;
}

.nav-cta,
.button.primary,
.submit,
.primary-action,
.contact-submit,
.auth-submit,
.book-button {
  box-shadow: 0 16px 34px rgba(16, 35, 61, 0.18) !important;
}

.nav-cta:hover,
.button.primary:hover,
.submit:hover,
.primary-action:hover,
.contact-submit:hover,
.auth-submit:hover,
.book-button:hover {
  transform: translateY(-1px);
}

.confidence-status,
.rb-chip,
.method-number,
.step-index,
.legal-kicker {
  font-weight: 800 !important;
}

.eyebrow,
.section-kicker,
.legal-kicker,
.form-eyebrow {
  color: #4f5d72 !important;
}

.security-grid,
.value-grid,
.proof-grid,
.worker-grid,
.use-case-grid {
  align-items: stretch;
}

.command-showcase {
  overflow: visible;
  padding: clamp(26px, 3.2vw, 48px) !important;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 250, 253, 0.62));
  border: 1px solid rgba(16, 35, 61, 0.06);
}

.command-copy {
  min-width: 0;
  padding-inline-start: clamp(4px, 0.8vw, 12px);
}

.command-copy h2 {
  max-width: 12.5ch;
  font-size: clamp(34px, 4.2vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

.command-copy p {
  max-width: 560px !important;
  overflow-wrap: break-word;
}

.command-tags span {
  max-width: 100%;
  min-height: 34px !important;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  padding-block: 7px !important;
}

.screen,
.screen-body,
.computer-panel,
.command-core,
.core-status,
.command-input,
.audit-row,
.mail-item {
  min-width: 0;
}

.screen-body {
  grid-template-columns: minmax(0, 0.84fr) minmax(180px, 1.1fr) minmax(0, 0.92fr) !important;
}

.computer-panel h3,
.mail-item b,
.mail-item span,
.core-status b,
.core-status span,
.command-input span,
.audit-row b,
.audit-row span {
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.core-status {
  align-items: flex-start;
}

.command-input {
  min-height: auto !important;
  align-items: center !important;
  border-radius: 18px !important;
  padding: 10px 8px 10px 14px !important;
}

.command-input span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.25;
}

.command-input span:last-child {
  flex: 0 0 32px;
}

.hero-visual {
  min-height: 730px !important;
}

.product-stage {
  width: min(100%, 660px) !important;
  padding: 22px !important;
}

.chat-window {
  margin-bottom: 18px !important;
  border-radius: 30px !important;
}

.chat-head {
  height: 62px !important;
  padding-inline: 20px !important;
}

.chat-body {
  min-height: 260px !important;
  max-height: 338px !important;
  gap: 16px !important;
  padding: 28px 24px 20px !important;
}

.chat-input-bar {
  gap: 12px !important;
  padding: 0 16px 18px !important;
}

.chat-input-bar input {
  min-height: 54px !important;
  padding-inline: 22px !important;
  font-size: 15px !important;
}

.send-button {
  width: 54px !important;
  height: 54px !important;
}

@media (max-width: 720px) {
  .nav-inner,
  .topbar {
    width: min(100% - 20px, 1420px) !important;
    min-height: 58px;
    padding: 0 14px;
    border-radius: 22px !important;
  }

  .product-menu-list {
    left: auto;
    right: 0;
    transform: none;
  }

  .language-list {
    right: auto;
    left: 0;
  }

  .platform-board,
  .command-showcase,
  .rb-workbench,
  .confidence-visual,
  .security-board,
  .contact-shell,
  .auth-card,
  .form-card,
  .policy-shell,
  .legal-card {
    box-shadow: 0 18px 50px rgba(16, 35, 61, 0.1) !important;
  }

  .command-copy h2 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 46px) !important;
  }

  .command-showcase {
    padding: 22px !important;
    border-radius: 26px;
  }

  .command-copy {
    padding-inline-start: 0;
  }

  .screen-body {
    grid-template-columns: 1fr !important;
  }

  .command-computer,
  .screen,
  .command-core {
    min-height: auto !important;
  }

  .hero-visual {
    min-height: 590px !important;
  }

  .product-stage {
    width: min(100%, 560px) !important;
    padding: 12px !important;
  }

  .chat-head {
    height: 58px !important;
    padding-inline: 14px !important;
  }

  .chat-body {
    min-height: 216px !important;
    max-height: 270px !important;
    padding: 18px 14px 14px !important;
  }

  .chat-input-bar {
    padding: 0 12px 14px !important;
  }

  .chat-input-bar input {
    min-height: 46px !important;
    padding-inline: 16px !important;
  }

  .send-button {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Digital worker walking scene: cinematic worker silhouettes added to the first-fold visual. */
.walking-worker-scene {
  position: absolute;
  left: 6%;
  right: 5%;
  bottom: 2px;
  height: 190px;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 38px 38px;
}

.worker-ground {
  position: absolute;
  left: 4%;
  right: 2%;
  bottom: 24px;
  height: 62px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 40% 80%, rgba(11, 37, 42, 0.18), transparent 58%),
    linear-gradient(90deg, transparent, rgba(64, 110, 122, 0.28), transparent);
  transform: rotate(-2deg);
}

.worker-trail {
  position: absolute;
  bottom: 58px;
  width: 124px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(64, 110, 122, 0.72), transparent);
  opacity: 0.76;
  animation: rb-worker-trail 4.8s linear infinite;
}

.trail-one {
  left: 18%;
}

.trail-two {
  left: 48%;
  animation-delay: -2s;
}

.walking-worker {
  position: absolute;
  bottom: 58px;
  width: 38px;
  height: 74px;
  filter: drop-shadow(0 14px 18px rgba(16, 35, 61, 0.14));
  animation: rb-worker-bob 1.05s ease-in-out infinite;
}

.walking-worker::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 24px;
  height: 22px;
  border-radius: 8px 8px 6px 6px;
  background:
    radial-gradient(circle at 34% 45%, #17b8d8 0 2px, transparent 3px),
    radial-gradient(circle at 66% 45%, #17b8d8 0 2px, transparent 3px),
    linear-gradient(#ffffff, #d9e2ec);
  border: 1px solid rgba(16, 35, 61, 0.16);
}

.walking-worker::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 25px;
  width: 20px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(180deg, #12213a, #406e7a);
}

.walking-worker i,
.walking-worker i::before,
.walking-worker i::after {
  position: absolute;
  content: "";
  display: block;
}

.walking-worker i {
  left: 50%;
  top: 33px;
  width: 2px;
  height: 1px;
}

.walking-worker i::before {
  left: -17px;
  top: -2px;
  width: 16px;
  height: 4px;
  border-radius: 999px;
  background: #12213a;
  transform-origin: right center;
  animation: rb-worker-arm-a 1.05s ease-in-out infinite;
}

.walking-worker i::after {
  left: 1px;
  top: -2px;
  width: 16px;
  height: 4px;
  border-radius: 999px;
  background: #12213a;
  transform-origin: left center;
  animation: rb-worker-arm-b 1.05s ease-in-out infinite;
}

.walking-worker span {
  display: none;
}

.walking-worker .unused {
  display: none;
}

.walking-worker {
  --leg-color: #12213a;
}

.walking-worker .leg {
  display: none;
}

.walking-worker > b {
  display: none;
}

.walking-worker::selection {
  background: transparent;
}

.walking-worker:before {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.walking-worker {
  background:
    linear-gradient(var(--leg-color), var(--leg-color)) 14px 51px / 4px 22px no-repeat,
    linear-gradient(var(--leg-color), var(--leg-color)) 22px 51px / 4px 22px no-repeat;
}

.walker-one {
  left: 13%;
  transform: scale(0.92);
}

.walker-two {
  left: 24%;
  bottom: 72px;
  transform: scale(1.08);
  animation-delay: -0.32s;
}

.walker-three {
  left: 37%;
  transform: scale(0.84);
  opacity: 0.88;
  animation-delay: -0.64s;
}

@keyframes rb-worker-bob {
  0%,
  100% {
    translate: 0 0;
    background-position: 13px 51px, 23px 51px;
    background-size: 4px 22px, 4px 18px;
  }
  50% {
    translate: 0 -7px;
    background-position: 11px 51px, 25px 51px;
    background-size: 4px 17px, 4px 23px;
  }
}

@keyframes rb-worker-arm-a {
  0%,
  100% {
    transform: rotate(28deg);
  }
  50% {
    transform: rotate(-34deg);
  }
}

@keyframes rb-worker-arm-b {
  0%,
  100% {
    transform: rotate(-28deg);
  }
  50% {
    transform: rotate(34deg);
  }
}

@keyframes rb-worker-trail {
  from {
    transform: translateX(70px);
    opacity: 0;
  }
  20%,
  70% {
    opacity: 0.72;
  }
  to {
    transform: translateX(-90px);
    opacity: 0;
  }
}

@media (max-width: 960px) {
  .walking-worker-scene {
    left: 8%;
    right: 8%;
    bottom: -6px;
    height: 150px;
  }

  .walking-worker {
    transform: scale(0.78);
  }

  .walker-two {
    transform: scale(0.9);
  }
}

@media (max-width: 720px) {
  .walking-worker-scene {
    height: 116px;
    opacity: 0.72;
  }

  .walking-worker {
    bottom: 34px;
    transform: scale(0.62);
  }

  .walker-two {
    bottom: 42px;
    transform: scale(0.72);
  }
}

/* Sharper, more active digital workers that climb and jump around the hero UI frame. */
.walking-worker-scene {
  inset: 8px 4px 8px 4px;
  height: auto !important;
  z-index: 14;
  overflow: visible;
  border-radius: 42px;
  pointer-events: none;
}

.worker-ground {
  left: 6%;
  right: 7%;
  bottom: 38px;
  height: 74px;
  background:
    radial-gradient(ellipse at 48% 76%, rgba(16, 35, 61, 0.16), transparent 56%),
    linear-gradient(90deg, transparent, rgba(23, 184, 216, 0.34), transparent);
}

.walking-worker {
  width: 46px;
  height: 86px;
  bottom: auto;
  border: 0;
  background:
    linear-gradient(155deg, transparent 0 42%, #10233d 43% 58%, transparent 59%) 9px 60px / 10px 28px no-repeat,
    linear-gradient(25deg, transparent 0 42%, #10233d 43% 58%, transparent 59%) 28px 60px / 10px 28px no-repeat;
  cursor: pointer;
  pointer-events: auto;
  outline: none;
  filter: drop-shadow(0 14px 18px rgba(16, 35, 61, 0.2));
}

.walking-worker::before {
  left: 8px;
  top: 0;
  width: 30px;
  height: 26px;
  border-radius: 7px 7px 4px 4px;
  clip-path: polygon(10% 0, 90% 0, 100% 62%, 78% 100%, 22% 100%, 0 62%);
  background:
    radial-gradient(circle at 34% 48%, #19c7e7 0 3px, transparent 4px),
    radial-gradient(circle at 66% 48%, #19c7e7 0 3px, transparent 4px),
    linear-gradient(#ffffff, #cdd8e5);
  border-color: rgba(16, 35, 61, 0.22);
}

.walking-worker::after {
  left: 11px;
  top: 29px;
  width: 25px;
  height: 32px;
  border-radius: 9px 9px 5px 5px;
  clip-path: polygon(18% 0, 82% 0, 100% 34%, 88% 100%, 12% 100%, 0 34%);
  background:
    linear-gradient(90deg, rgba(25, 199, 231, 0.7), transparent 28% 72%, rgba(25, 199, 231, 0.7)),
    linear-gradient(180deg, #142946, #071425);
}

.walking-worker i::before,
.walking-worker i::after {
  width: 22px;
  height: 4px;
  background: #071425;
}

.walking-worker i::before {
  left: -22px;
  animation: rb-sharp-arm-a 760ms ease-in-out infinite;
}

.walking-worker i::after {
  left: 2px;
  animation: rb-sharp-arm-b 760ms ease-in-out infinite;
}

.walking-worker:focus-visible {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) drop-shadow(0 0 18px rgba(25, 199, 231, 0.5));
}

.walking-worker:focus::before,
.walking-worker:active::before {
  box-shadow:
    0 0 0 4px rgba(25, 199, 231, 0.14),
    0 0 28px rgba(25, 199, 231, 0.34);
}

.walking-worker:focus::after,
.walking-worker:active::after {
  background:
    linear-gradient(90deg, rgba(25, 199, 231, 0.9), transparent 28% 72%, rgba(25, 199, 231, 0.9)),
    linear-gradient(180deg, #10233d, #050b14);
}

.walking-worker:focus i,
.walking-worker:active i {
  width: 34px;
  height: 34px;
  left: 32px;
  top: -22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 184, 216, 0.46);
  border-radius: 50%;
  color: #10233d;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(16, 35, 61, 0.18);
  font-style: normal;
}

.walking-worker:focus i::before,
.walking-worker:active i::before {
  content: "?";
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  color: #10233d;
  font-size: 22px;
  font-weight: 900;
  transform: none;
  animation: none;
}

.walking-worker:focus i::after,
.walking-worker:active i::after {
  content: "";
  display: none;
}

.walker-one {
  left: auto;
  offset-path: path("M 38 420 C 80 360, 54 268, 110 210 C 150 162, 118 88, 194 66");
  offset-rotate: auto 18deg;
  animation: rb-worker-climb-one 6.8s ease-in-out infinite;
}

.walker-two {
  left: auto;
  bottom: auto;
  offset-path: path("M 74 480 C 170 430, 238 438, 318 376 C 370 334, 342 246, 430 210 C 494 184, 482 112, 560 96");
  offset-rotate: auto 10deg;
  animation: rb-worker-jump-two 7.6s ease-in-out infinite;
}

.walker-three {
  left: auto;
  offset-path: path("M 608 470 C 566 392, 640 338, 590 276 C 540 214, 612 156, 556 90");
  offset-rotate: auto -12deg;
  animation: rb-worker-climb-three 6.2s ease-in-out infinite;
}

.worker-trail {
  bottom: 72px;
  background: linear-gradient(90deg, transparent, rgba(23, 184, 216, 0.55), transparent);
}

.trail-one {
  left: 12%;
  animation-duration: 3.8s;
}

.trail-two {
  left: 52%;
  animation-duration: 4.4s;
}

@keyframes rb-worker-climb-one {
  0%,
  100% {
    offset-distance: 0%;
    transform: scale(0.76) rotate(-6deg);
  }
  48% {
    offset-distance: 58%;
    transform: scale(0.82) rotate(8deg);
  }
  72% {
    offset-distance: 78%;
    transform: scale(0.82) translateY(-16px) rotate(-10deg);
  }
  88% {
    offset-distance: 100%;
    transform: scale(0.76) rotate(6deg);
  }
}

@keyframes rb-worker-jump-two {
  0%,
  100% {
    offset-distance: 0%;
    transform: scale(0.92) translateY(0);
  }
  34% {
    offset-distance: 38%;
    transform: scale(1) translateY(-28px) rotate(-10deg);
  }
  44% {
    offset-distance: 48%;
    transform: scale(1.02) translateY(-48px) rotate(14deg);
  }
  66% {
    offset-distance: 76%;
    transform: scale(0.96) translateY(-8px);
  }
  84% {
    offset-distance: 100%;
    transform: scale(0.92) translateY(0);
  }
}

@keyframes rb-worker-climb-three {
  0%,
  100% {
    offset-distance: 0%;
    transform: scale(0.72) rotate(10deg);
  }
  42% {
    offset-distance: 50%;
    transform: scale(0.8) rotate(-12deg);
  }
  65% {
    offset-distance: 74%;
    transform: scale(0.78) translateY(-22px) rotate(18deg);
  }
  86% {
    offset-distance: 100%;
    transform: scale(0.72) rotate(-8deg);
  }
}

@keyframes rb-sharp-arm-a {
  0%,
  100% {
    transform: rotate(58deg);
  }
  50% {
    transform: rotate(-64deg);
  }
}

@keyframes rb-sharp-arm-b {
  0%,
  100% {
    transform: rotate(-58deg);
  }
  50% {
    transform: rotate(64deg);
  }
}

@media (max-width: 960px) {
  .walking-worker-scene {
    inset: 0;
    opacity: 0.86;
  }

  .walker-one,
  .walker-two,
  .walker-three {
    transform: scale(0.68);
  }
}

@media (max-width: 720px) {
  .walking-worker-scene {
    display: none;
  }
}

/* Steep-inspired first fold: centered editorial headline, warm dawn glow,
   and a wide chat surface instead of the previous upright console stack. */
:root {
  --steep-ink: #17191c;
  --steep-fog: #f7f7f8;
  --steep-ash: #4c4c4c;
  --steep-graphite: #777b86;
  --steep-dove: #a3a6af;
  --steep-rust: #5d2a1a;
  --steep-apricot: #fbe1d1;
  --steep-sky: #d3e3fc;
  --steep-shadow: rgba(4, 23, 43, 0.05) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
}

body {
  background:
    radial-gradient(circle at 50% 16%, rgba(251, 225, 209, 0.72), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, var(--steep-fog) 100%) !important;
  color: var(--steep-ink);
}

.hero {
  width: min(1200px, calc(100% - 40px)) !important;
  min-height: calc(100dvh - 92px) !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-content: start !important;
  justify-items: center !important;
  gap: clamp(30px, 4vw, 52px) !important;
  padding: clamp(72px, 9vw, 118px) 0 clamp(72px, 8vw, 104px) !important;
  text-align: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(44px, 8vw, 96px);
  z-index: -1;
  width: min(860px, 92vw);
  height: min(420px, 54vw);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(251, 225, 209, 0.96), rgba(251, 225, 209, 0.34) 42%, transparent 72%),
    radial-gradient(circle at 20% 72%, rgba(211, 227, 252, 0.28), transparent 44%);
  filter: blur(10px);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero > div:first-child {
  max-width: 960px;
  display: grid;
  justify-items: center;
}

.hero .eyebrow {
  margin-bottom: 18px !important;
  color: var(--steep-graphite) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.13px !important;
}

.hero h1 {
  max-width: 980px !important;
  margin: 0 auto 22px !important;
  color: var(--steep-ink) !important;
  font-family: Georgia, "Times New Roman", "Source Serif Pro", serif !important;
  font-size: clamp(54px, 8vw, 92px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

.hero-copy {
  max-width: 720px !important;
  margin: 0 auto 26px !important;
  color: var(--steep-ash) !important;
  font-size: clamp(17px, 1.7vw, 20px) !important;
  line-height: 1.42 !important;
}

.hero-actions {
  justify-content: center;
  gap: 18px !important;
}

.hero-actions .button.primary {
  background: var(--steep-ink) !important;
  color: #ffffff !important;
  border-color: var(--steep-ink) !important;
  box-shadow: none !important;
}

.hero-actions .button.secondary {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--steep-ink) !important;
}

.hero-trust-row {
  justify-content: center;
  margin-top: 22px !important;
}

.hero-trust-row span {
  min-height: 32px !important;
  background: rgba(255, 255, 255, 0.64) !important;
  border-color: rgba(163, 166, 175, 0.32) !important;
  color: var(--steep-graphite) !important;
  box-shadow: none !important;
}

.hero-visual {
  width: min(100%, 1120px);
  min-height: auto !important;
  display: block !important;
}

.hero-visual .orbital,
.hero-visual .console {
  display: none !important;
}

.product-stage {
  width: min(100%, 1120px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.chat-window {
  margin: 0 !important;
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(163, 166, 175, 0.28) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: var(--steep-shadow) !important;
  overflow: hidden;
}

.chat-head {
  grid-row: 1 / span 2;
  height: auto !important;
  min-height: 100% !important;
  align-content: start;
  align-items: flex-start !important;
  flex-direction: column;
  justify-content: space-between !important;
  gap: 24px;
  padding: 24px !important;
  border-bottom: 0 !important;
  border-right: 1px solid rgba(163, 166, 175, 0.22);
  background: var(--steep-fog);
}

.chat-person {
  align-items: flex-start !important;
}

.chat-avatar {
  background: var(--steep-apricot) !important;
  color: var(--steep-rust) !important;
  overflow: hidden;
}

.chat-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 4px;
  background: #ffffff;
}

.chat-name b {
  color: var(--steep-ink) !important;
  font-size: 15px !important;
}

.chat-name span,
.chat-status {
  color: var(--steep-graphite) !important;
}

.chat-body {
  min-height: 390px !important;
  height: clamp(390px, 42vh, 470px) !important;
  max-height: clamp(390px, 42vh, 470px) !important;
  display: grid !important;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 18px !important;
  padding: 30px 22px 22px 30px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-gutter: stable;
  text-align: left;
}

.chat-body::-webkit-scrollbar {
  width: 10px;
}

.chat-body::-webkit-scrollbar-track {
  background: rgba(247, 247, 248, 0.92);
  border-radius: 999px;
}

.chat-body::-webkit-scrollbar-thumb {
  background: rgba(119, 123, 134, 0.36);
  border: 2px solid rgba(247, 247, 248, 0.92);
  border-radius: 999px;
}

.chat-body::-webkit-scrollbar-thumb:hover {
  background: rgba(93, 42, 26, 0.42);
}

.bubble {
  width: fit-content !important;
  max-width: min(76%, 620px) !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--steep-ink) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.bubble.ai {
  justify-self: start !important;
  color: var(--steep-ink) !important;
  text-align: left;
}

.bubble.user {
  justify-self: end !important;
  color: var(--steep-ash) !important;
  text-align: left;
}

.chat-input-bar {
  grid-column: 2;
  grid-row: 2;
  padding: 0 30px 30px !important;
  gap: 12px !important;
}

.chat-input-bar input {
  min-height: 56px !important;
  border-radius: 18px !important;
  border-color: rgba(163, 166, 175, 0.42) !important;
  background: #ffffff !important;
  color: var(--steep-ink) !important;
}

.send-button {
  width: 56px !important;
  height: 56px !important;
  background: var(--steep-ink) !important;
  color: #ffffff !important;
}

.floating-card {
  position: static !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: min(100%, 204px) !important;
  margin: 4px 0 auto !important;
  align-self: stretch;
  border-radius: 24px !important;
  padding: 16px !important;
  background: #ffffff !important;
  box-shadow: var(--steep-shadow) !important;
  border: 1px solid rgba(163, 166, 175, 0.22) !important;
}

.floating-card b {
  color: var(--steep-ink) !important;
}

.floating-card span {
  color: var(--steep-graphite) !important;
  font-size: 12px !important;
  line-height: 1.38 !important;
}

main > section {
  scroll-margin-top: 110px;
}

main > section:not(.confidence-section):not(.faq-section) {
  position: relative;
  isolation: isolate;
}

main > section:not(.confidence-section):not(.faq-section)::before {
  content: none !important;
}

@supports (animation-timeline: view()) {
  main > section {
    animation: rb-steep-section-rise both ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 22%;
  }
}

@keyframes rb-steep-section-rise {
  from {
    opacity: 0.72;
    transform: translateY(34px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 960px) {
  .hero {
    padding-top: 54px !important;
  }

  .chat-window {
    grid-template-columns: 1fr;
  }

  .chat-head {
    min-height: 0 !important;
    flex-direction: row;
    align-items: center !important;
    border-right: 0;
    border-bottom: 1px solid rgba(163, 166, 175, 0.22) !important;
  }

  .chat-body {
    grid-template-columns: 1fr;
    min-height: 320px !important;
    height: 360px !important;
    max-height: 360px !important;
  }

  .chat-input-bar {
    grid-column: 1;
    grid-row: auto;
  }

  .floating-card {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: min(100%, 320px) !important;
    margin: 16px auto 0;
  }
}

@media (max-width: 720px) {
  .hero {
    width: min(100% - 28px, 1180px) !important;
    padding-top: 46px !important;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  .hero-copy {
    font-size: 17px !important;
  }

  .chat-head,
  .chat-body,
  .chat-input-bar {
    padding-inline: 16px !important;
  }

  .chat-input-bar {
    padding-bottom: 16px !important;
  }
}

/* Single-worker route animation requested from the sketch:
   boat docks at the left, worker jumps across the top, ropes down the right,
   hand-over-hand across the bottom, climbs up the left, then loops. */
.walking-worker-scene {
  inset: -8px -8px 0 -8px;
  overflow: visible;
}

.worker-ground,
.worker-trail {
  display: none !important;
}

.route-boat {
  position: absolute;
  left: 4.5%;
  top: 17.5%;
  width: 86px;
  height: 44px;
  z-index: 18;
  transform: rotate(-2deg);
  pointer-events: none;
}

.route-boat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  border-radius: 7px 7px 26px 26px;
  background: linear-gradient(100deg, #ff4d3f 0%, #d82431 54%, #9e1321 100%);
  clip-path: polygon(0 8%, 100% 8%, 84% 88%, 18% 100%);
  box-shadow: 0 8px 18px rgba(16, 35, 61, 0.12);
}

.route-boat::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  width: 32px;
  height: 34px;
  background: linear-gradient(135deg, #ffffff, #dbe7f7);
  clip-path: polygon(0 0, 100% 55%, 0 100%);
  border-left: 2px solid rgba(16, 35, 61, 0.35);
}

.route-worker {
  --route-scale: 0.82;
  z-index: 22;
  left: auto !important;
  bottom: auto !important;
  width: 48px;
  height: 88px;
  offset-path: path("M 88 154 C 150 142, 210 148, 274 146 C 332 144, 386 146, 448 146 C 515 146, 574 146, 634 146 C 694 150, 718 190, 724 250 C 732 330, 718 402, 710 492 C 704 568, 640 572, 548 570 C 456 568, 354 568, 254 568 C 168 568, 104 568, 96 500 C 86 408, 102 318, 100 232 C 98 188, 86 168, 88 154");
  offset-rotate: 0deg;
  animation: rb-route-worker 13s linear infinite !important;
  pointer-events: auto;
}

.route-worker::before {
  width: 32px;
  height: 28px;
  border-radius: 8px 8px 4px 4px;
  clip-path: polygon(10% 0, 90% 0, 100% 60%, 78% 100%, 22% 100%, 0 60%);
}

.route-worker::after {
  width: 27px;
  height: 34px;
  border-radius: 8px 8px 4px 4px;
}

.route-worker i::before,
.route-worker i::after {
  animation-duration: 640ms;
}

.route-worker > i {
  pointer-events: none;
}

.route-worker::selection {
  background: transparent;
}

.route-worker:focus i,
.route-worker:active i {
  width: 118px;
  height: 34px;
  left: 38px;
  top: -28px;
  border-radius: 999px;
  color: #10233d;
}

.route-worker:focus i::before,
.route-worker:active i::before {
  content: "I am working!";
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.route-worker:focus i::after,
.route-worker:active i::after {
  display: none;
}

.route-worker::marker {
  display: none;
}

.route-worker {
  background:
    linear-gradient(150deg, transparent 0 42%, #10233d 43% 58%, transparent 59%) 10px 62px / 10px 28px no-repeat,
    linear-gradient(30deg, transparent 0 42%, #10233d 43% 58%, transparent 59%) 29px 62px / 10px 28px no-repeat;
}

.route-worker::after {
  box-shadow: inset 0 -10px 0 rgba(23, 184, 216, 0.14);
}

.route-worker::before {
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.16),
    0 0 18px rgba(23, 184, 216, 0.22);
}

.route-worker i {
  transition: none;
}

.route-worker::before,
.route-worker::after {
  transition: none;
}

.walking-worker-scene::before,
.walking-worker-scene::after {
  content: "";
  position: absolute;
  z-index: 12;
  pointer-events: none;
  opacity: 0.16;
}

.walking-worker-scene::before {
  left: 6%;
  top: 17%;
  right: 9%;
  height: 2px;
  border-top: 2px dashed rgba(23, 184, 216, 0.9);
}

.walking-worker-scene::after {
  right: 8.5%;
  top: 18%;
  width: 2px;
  bottom: 10%;
  border-right: 2px dashed rgba(255, 190, 0, 0.86);
}

@keyframes rb-route-worker {
  0% {
    offset-distance: 0%;
    transform: scale(var(--route-scale)) translateY(0) rotate(0deg);
  }
  6% {
    offset-distance: 9%;
    transform: scale(var(--route-scale)) translateY(-16px) rotate(0deg);
  }
  15% {
    offset-distance: 22%;
    transform: scale(var(--route-scale)) translateY(0) rotate(0deg);
  }
  28% {
    offset-distance: 36%;
    transform: scale(var(--route-scale)) translateY(-12px) rotate(0deg);
  }
  38% {
    offset-distance: 43%;
    transform: scale(var(--route-scale)) rotate(92deg);
  }
  50% {
    offset-distance: 55%;
    transform: scale(var(--route-scale)) rotate(92deg);
  }
  57% {
    offset-distance: 62%;
    transform: scale(var(--route-scale)) rotate(180deg);
  }
  72% {
    offset-distance: 78%;
    transform: scale(var(--route-scale)) rotate(180deg);
  }
  82% {
    offset-distance: 88%;
    transform: scale(var(--route-scale)) rotate(-88deg);
  }
  93% {
    offset-distance: 98%;
    transform: scale(var(--route-scale)) rotate(-88deg);
  }
  100% {
    offset-distance: 100%;
    transform: scale(var(--route-scale)) rotate(0deg);
  }
}

@media (max-width: 960px) {
  .route-worker {
    --route-scale: 0.68;
    offset-path: path("M 60 132 C 136 124, 234 124, 328 126 C 444 128, 536 126, 620 132 C 676 138, 692 190, 692 260 C 692 336, 684 420, 676 490 C 670 546, 560 548, 430 546 C 302 544, 168 548, 88 542 C 52 540, 56 454, 58 360 C 60 270, 58 180, 60 132");
  }

  .route-boat {
    left: 2%;
    top: 15%;
    transform: scale(0.82) rotate(-2deg);
  }
}

@media (max-width: 720px) {
  .walking-worker-scene {
    display: none;
  }
}

/* Current final type system. Keep this last so older visual experiments above
   cannot override the Monday-style typography refresh. */
.hero h1,
.section-title h2,
.deep-dive-head h2,
.command-copy h2,
.persona-heading h2,
.confidence-copy h2,
.steps-intro h2,
.routing-copy h2,
.faq-copy h2,
.about-copy h2,
.cta h2,
.contact-hero h1,
.policy-hero h1,
.auth-card h1,
.auth-card h2,
.form-card h2,
.legal-card h2 {
  font-family: var(--rb-display-font) !important;
  color: var(--rb-monday-ink) !important;
  font-weight: 500 !important;
  letter-spacing: -0.038em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.hero h1 {
  max-width: 1020px !important;
  font-size: clamp(54px, 7.4vw, 88px) !important;
  letter-spacing: -0.05em !important;
  line-height: 1.13 !important;
}

.hero-title-line {
  display: block;
  letter-spacing: inherit !important;
  padding-bottom: 0.06em;
}

@media (min-width: 721px) {
  .hero-title-line {
    white-space: nowrap;
  }
}

.hero-title-gradient {
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(90deg, #fe81e4 0%, #fe81e4 32%, #fda900 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  line-height: 1.16;
}

.hero-title-gradient--long {
  font-size: 0.78em;
  letter-spacing: -0.045em !important;
}

.section-title h2,
.deep-dive-head h2,
.persona-heading h2,
.confidence-copy h2,
.steps-intro h2,
.routing-copy h2,
.faq-copy h2,
.about-copy h2,
.cta h2 {
  font-size: clamp(38px, 5.2vw, 66px) !important;
}

.command-copy h2 {
  font-size: clamp(36px, 4.5vw, 60px) !important;
  letter-spacing: -0.045em !important;
}

.eyebrow,
.section-kicker,
.task-kicker,
.confidence-kicker,
.steps-kicker,
.legal-kicker,
.form-eyebrow,
.contact-hero .eyebrow,
.policy-hero .eyebrow {
  color: var(--rb-monday-violet) !important;
  font-family: var(--rb-display-font) !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.11em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--rb-monday-muted) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none;
}

.hero-copy,
.section-title p,
.deep-dive-head p,
.command-copy p,
.persona-heading p,
.confidence-copy p,
.steps-intro p,
.routing-copy p,
.faq-copy p,
.about-copy p,
.cta p,
.contact-hero p,
.policy-hero p,
.auth-card p,
.form-card p,
.legal-card p {
  color: var(--rb-monday-slate) !important;
  font-weight: 400 !important;
  letter-spacing: -0.012em !important;
  line-height: 1.52 !important;
}

.feature-card h3,
.value-card h3,
.worker-card h3,
.security-card h3,
.method h3,
.proof-item h3,
.use-case-card h3,
.policy-card h3,
.quick-link-card h3,
.info-card h3,
.contact-card h3,
.computer-panel h3,
.mail-card h3,
.rb-workbench h3,
.floating-card b {
  font-family: var(--rb-display-font) !important;
  color: var(--rb-monday-ink) !important;
  font-weight: 800 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.14 !important;
}

.feature-card p,
.value-card p,
.worker-card p,
.security-card p,
.method p,
.proof-item p,
.use-case-card p,
.policy-card p,
.quick-link-card p,
.info-card p,
.contact-card p,
.computer-panel p,
.mail-card p,
.floating-card span,
.bubble {
  color: var(--rb-monday-slate) !important;
  font-weight: 400 !important;
  letter-spacing: -0.008em !important;
  line-height: 1.5 !important;
}

.nav a,
.nav button,
.product-menu summary,
.language-menu,
.language-switcher,
.button,
.nav-cta,
.submit,
.primary-action,
.contact-submit,
.auth-submit,
.book-button,
.send-button,
.chat-name b,
.chat-status,
.tag,
.rb-chip,
.hero-trust-row span,
.command-tags span,
.product-menu-list b,
.product-menu-list .soon-badge {
  font-family: var(--rb-display-font) !important;
  font-weight: 800 !important;
  letter-spacing: -0.012em !important;
}

.button.primary,
.submit,
.primary-action,
.contact-submit,
.auth-submit,
.book-button,
.send-button,
.hero-actions .button.primary {
  background: var(--rb-monday-violet) !important;
  border-color: var(--rb-monday-violet) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(97, 97, 255, 0.24) !important;
}

.hero-actions .button.primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-actions .button.primary::after {
  content: "";
  position: absolute;
  inset: -40% -65%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.46) 46%, transparent 62%),
    linear-gradient(90deg, rgba(58, 201, 255, 0.35), rgba(255, 78, 199, 0.32));
  transform: translateX(-72%) rotate(8deg);
  animation: rb-cta-shimmer 2.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes rb-cta-shimmer {
  0% {
    transform: translateX(-72%) rotate(8deg);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  54% {
    transform: translateX(72%) rotate(8deg);
    opacity: 0.84;
  }
  100% {
    transform: translateX(72%) rotate(8deg);
    opacity: 0;
  }
}

.hero-actions .button.secondary,
.button.secondary {
  color: var(--rb-monday-ink) !important;
  font-weight: 800 !important;
}

.bubble {
  font-size: 16px !important;
}

.bubble.ai {
  color: var(--rb-monday-ink) !important;
}

.bubble.user {
  color: var(--rb-monday-slate) !important;
  font-weight: 500 !important;
}

.chat-input-bar input::placeholder {
  color: rgba(83, 87, 104, 0.66) !important;
  font-weight: 500;
}

.confidence-section,
.faq-section,
.security-board {
  color: #ffffff !important;
}

.confidence-section .confidence-kicker,
.faq-section .faq-kicker,
.faq-section .eyebrow,
.security-board .eyebrow {
  color: #abf0ff !important;
}

.confidence-section .confidence-copy h2,
.faq-section .faq-copy h2,
.security-board .security-header h2 {
  color: #ffffff !important;
}

.confidence-section .confidence-copy p,
.faq-section .faq-copy p,
.security-board .security-header p,
.security-board .security-note span,
.security-board .security-footer {
  color: rgba(255, 255, 255, 0.72) !important;
}

.confidence-section .confidence-tab,
.confidence-section .confidence-tab b,
.confidence-section .confidence-tab span,
.faq-section .faq-item summary,
.faq-section .faq-item p,
.security-board .security-note,
.security-board .security-note b,
.security-board .security-card .index,
.security-board .security-card h3 {
  color: rgba(255, 255, 255, 0.84) !important;
}

.confidence-section .confidence-tab.active {
  color: #ffffff !important;
}

.security-board .security-card p {
  color: rgba(255, 255, 255, 0.66) !important;
}

.bubble.is-typing::after {
  content: "";
  width: 7px;
  height: 1em;
  display: inline-block;
  margin-left: 3px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.52;
  transform: translateY(2px);
  animation: rb-typing-caret 720ms ease-in-out infinite;
}

@keyframes rb-typing-caret {
  0%,
  100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bubble.is-typing::after {
    animation: none;
  }

  .hero-actions .button.primary::after {
    animation: none;
    opacity: 0;
  }
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(44px, 13vw, 62px) !important;
    letter-spacing: -0.045em !important;
  }

  .hero-title-gradient {
    width: auto;
  }

  .hero-title-gradient--long {
    font-size: 0.88em;
    white-space: normal;
  }

  .section-title h2,
  .deep-dive-head h2,
  .persona-heading h2,
  .confidence-copy h2,
  .steps-intro h2,
  .routing-copy h2,
  .faq-copy h2,
  .about-copy h2,
  .cta h2 {
    font-size: clamp(32px, 9.8vw, 48px) !important;
  }
}
