/* [project]/apps/web/src/features/hotool-public-v4/styles/foundation.css [app-client] (css) */
.hps-root {
  --hps-ink: #0b1736;
  --hps-ink-2: #334363;
  --hps-muted: #62708c;
  --hps-blue: #0e61f5;
  --hps-blue-2: #0b4fcf;
  --hps-teal: #13aaa2;
  --hps-line: #e2e9f3;
  --hps-soft: #f7faff;
  --hps-soft-blue: #edf4ff;
  --hps-soft-mint: #effbf9;
  --hps-card: #fff;
  --hps-shadow: 0 18px 50px #14326914;
  --hps-radius: 15px;
  min-height: 100vh;
  color: var(--hps-ink);
  background: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.45;
}

.hps-root * {
  box-sizing: border-box;
}

.hps-root a {
  color: inherit;
  text-decoration: none;
}

.hps-root button, .hps-root input, .hps-root textarea, .hps-root select {
  font: inherit;
}

.hps-root h1, .hps-root h2, .hps-root h3, .hps-root p {
  overflow-wrap: anywhere;
}

.hps-container {
  width: min(850px, 100% - 42px);
  margin-inline: auto;
}

.hps-skip-link {
  z-index: 1000;
  border: 2px solid var(--hps-blue);
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 800;
  position: fixed;
  top: -80px;
  left: 12px;
}

.hps-skip-link:focus {
  top: 12px;
}

.hps-header {
  z-index: 80;
  border-bottom: 1px solid var(--hps-line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff7;
  height: 56px;
  position: sticky;
  top: 0;
}

.hps-header-inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  height: 100%;
  display: grid;
}

.hps-brand {
  letter-spacing: -.035em;
  align-items: center;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 850;
  display: inline-flex;
}

.hps-header .hps-brand, .hps-header .hps-nav a, .hps-staff-link {
  min-height: 44px;
}

.hps-brand-mark {
  align-items: center;
  gap: 3px;
  display: flex;
}

.hps-brand-mark i {
  background: linear-gradient(#2b6dff, #4d8cff);
  border-radius: 8px;
  width: 9px;
  height: 23px;
  display: block;
}

.hps-brand-mark i:last-child {
  opacity: .8;
  height: 29px;
}

.hps-nav {
  justify-content: center;
  gap: 8px;
  height: 100%;
  display: flex;
}

.hps-nav a {
  color: var(--hps-ink-2);
  border-bottom: 3px solid #0000;
  align-items: center;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 680;
  display: inline-flex;
}

.hps-nav a:hover, .hps-nav a[aria-current="page"] {
  color: var(--hps-blue);
  border-bottom-color: var(--hps-blue);
}

.hps-header-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.hps-readonly {
  color: var(--hps-ink-2);
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  display: inline-flex;
}

.hps-staff-link {
  color: var(--hps-blue);
  white-space: nowrap;
  align-items: center;
  font-size: .72rem;
  font-weight: 760;
  display: inline-flex;
}

.hps-mobile-menu {
  display: none;
  position: relative;
}

.hps-mobile-menu summary {
  border: 1px solid var(--hps-line);
  cursor: pointer;
  border-radius: 12px;
  place-items: center;
  min-width: 46px;
  min-height: 46px;
  list-style: none;
  display: grid;
}

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

.hps-mobile-menu nav {
  border: 1px solid var(--hps-line);
  width: min(300px, 100vw - 28px);
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  display: grid;
  position: absolute;
  top: 54px;
  right: 0;
}

.hps-mobile-menu nav a {
  border-radius: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 12px;
  font-weight: 700;
  display: flex;
}

.hps-mobile-menu nav a:hover, .hps-mobile-menu nav a[aria-current="page"] {
  background: var(--hps-soft-blue);
  color: var(--hps-blue);
}

.hps-button {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 21px;
  font-weight: 760;
  transition: transform .14s, box-shadow .14s, background-color .14s;
  display: inline-flex;
}

.hps-button:hover {
  transform: translateY(-1px);
}

.hps-button:focus-visible, .hps-root button:focus-visible, .hps-root a:focus-visible, .hps-root summary:focus-visible, .hps-root input:focus-visible, .hps-root textarea:focus-visible, .hps-root select:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #176cff47;
}

.hps-button-small {
  min-height: 44px;
  padding-inline: 15px;
  font-size: .77rem;
}

.hps-button-primary {
  color: #fff;
  background: var(--hps-blue);
  box-shadow: 0 9px 22px #0e61f529;
}

.hps-root a.hps-button-primary {
  color: #fff;
}

.hps-button-primary:hover {
  background: var(--hps-blue-2);
}

.hps-button-outline {
  color: var(--hps-blue);
  border-color: var(--hps-blue);
  background: #fff;
}

.hps-button-ghost {
  color: var(--hps-blue);
  background: none;
  padding-inline: 8px;
}

.hps-button-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
  display: flex;
}

.hps-hero {
  background: radial-gradient(circle at 84% 12%, #edf6ff 0, #0000 38%), linear-gradient(#fff, #fbfdff);
  padding: 42px 0 45px;
}

.hps-hero-simple, .hps-hero-demo {
  padding-top: 40px;
}

.hps-hero-grid {
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 42px;
  display: grid;
}

.hps-hero-copy h1 {
  letter-spacing: -.048em;
  margin: 0;
  font-size: 2.62rem;
  line-height: 1.09;
}

.hps-hero-copy h1 span {
  color: var(--hps-blue);
}

.hps-hero-copy > p:not(.hps-eyebrow) {
  max-width: 42ch;
  color: var(--hps-ink-2);
  margin: 18px 0 0;
  font-size: .96rem;
}

.hps-eyebrow {
  color: var(--hps-blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 12px;
  font-size: .7rem;
  font-weight: 800;
}

.hps-demo-inline {
  color: var(--hps-ink-2);
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  font-size: .75rem;
  display: flex;
}

.hps-section {
  padding: 49px 0;
}

.hps-section-compact {
  padding-block: 36px;
}

.hps-section-soft {
  background: linear-gradient(#f8fbff, #f2f7ff);
}

.hps-section-mint {
  background: linear-gradient(135deg, #f3fcfa, #f2f9ff);
}

.hps-section-heading {
  text-align: center;
  margin: 0 auto 25px;
}

.hps-section-heading h2 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 1.65rem;
}

.hps-section-heading > p:not(.hps-eyebrow) {
  color: var(--hps-muted);
  margin: 0;
  font-size: .82rem;
}

.hps-benefit-strip {
  background: #fff;
  border-block: 1px solid #eef2f8;
}

.hps-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.hps-benefit-grid article {
  border-right: 1px solid var(--hps-line);
  align-items: center;
  gap: 13px;
  padding: 28px 0;
  display: flex;
}

.hps-benefit-grid article + article {
  padding-left: 30px;
}

.hps-benefit-grid article:not(:last-child) {
  padding-right: 30px;
}

.hps-benefit-grid article:last-child {
  border-right: 0;
}

.hps-benefit-grid h3, .hps-benefit-grid p {
  margin: 0;
}

.hps-benefit-grid h3 {
  font-size: .9rem;
}

.hps-benefit-grid p {
  color: var(--hps-ink-2);
  margin-top: 4px;
  font-size: .7rem;
}

.hps-icon-bubble {
  border-radius: 50%;
  flex: 0 0 45px;
  place-items: center;
  width: 45px;
  height: 45px;
  display: grid;
}

.hps-icon-blue {
  color: #176cff;
  background: #edf4ff;
}

.hps-icon-green {
  color: #15a779;
  background: #ebfaf4;
}

.hps-icon-purple {
  color: #8158ef;
  background: #f2edff;
}

.hps-icon-orange {
  color: #e98909;
  background: #fff5e5;
}

.hps-icon-teal {
  color: #0a9f9c;
  background: #eaf9f8;
}

.hps-icon-neutral {
  color: #526187;
  background: #f0f3f8;
}

.hps-manager-grid {
  grid-template-columns: .55fr 1.45fr;
  align-items: center;
  gap: 42px;
  display: grid;
}

.hps-manager-grid h2, .hps-guest-grid h2 {
  letter-spacing: -.035em;
  margin: 0 0 12px;
  font-size: 1.65rem;
}

.hps-check-list {
  gap: 17px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.hps-check-list li {
  color: var(--hps-ink-2);
  align-items: flex-start;
  gap: 10px;
  font-size: .83rem;
  display: flex;
}

.hps-check-list li > span {
  border: 1px solid var(--hps-teal);
  width: 20px;
  height: 20px;
  color: var(--hps-teal);
  border-radius: 50%;
  flex: 0 0 20px;
  place-items: center;
  display: grid;
}

.hps-dashboard {
  border: 1px solid var(--hps-line);
  min-width: 0;
  min-height: 285px;
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 118px 1fr;
  display: grid;
  overflow: hidden;
}

.hps-dashboard-compact {
  min-height: 245px;
}

.hps-dashboard-sidebar {
  border-right: 1px solid var(--hps-line);
  align-content: start;
  gap: 4px;
  padding: 12px 9px;
  display: grid;
}

.hps-hotel-id {
  border-bottom: 1px solid var(--hps-line);
  gap: 3px;
  margin-bottom: 5px;
  padding: 2px 7px 11px;
  display: grid;
}

.hps-hotel-id strong {
  font-size: .62rem;
}

.hps-hotel-id small {
  color: var(--hps-muted);
  font-size: .52rem;
}

.hps-dashboard-sidebar > span {
  color: var(--hps-ink-2);
  border-radius: 7px;
  align-items: center;
  gap: 6px;
  padding: 7px;
  font-size: .58rem;
  display: flex;
}

.hps-dashboard-sidebar > span b {
  color: #e84f61;
  background: #ffecef;
  border-radius: 50%;
  place-items: center;
  min-width: 18px;
  height: 18px;
  margin-left: auto;
  font-size: .58rem;
  display: grid;
}

.hps-dashboard-sidebar .hps-dashboard-selected {
  color: var(--hps-blue);
  background: #eaf2ff;
}

.hps-dashboard-main {
  min-width: 0;
  padding: 14px;
}

.hps-dashboard-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
  display: flex;
}

.hps-dashboard-head > div:first-child {
  gap: 3px;
  display: grid;
}

.hps-dashboard-head strong {
  font-size: .78rem;
}

.hps-dashboard-head small {
  color: var(--hps-muted);
  font-size: .52rem;
}

.hps-dashboard-filters {
  gap: 5px;
  display: flex;
}

.hps-dashboard-filters span {
  border: 1px solid var(--hps-line);
  border-radius: 7px;
  align-items: center;
  padding: 5px 7px;
  font-size: .5rem;
  display: inline-flex;
}

.hps-metrics-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  display: grid;
}

.hps-metric-card {
  border: 1px solid var(--hps-line);
  border-radius: 9px;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 9px;
  display: flex;
}

.hps-metric-card .hps-icon-bubble {
  border-radius: 9px;
  flex-basis: 28px;
  width: 28px;
  height: 28px;
}

.hps-metric-card > div {
  min-width: 0;
  display: grid;
}

.hps-metric-card small {
  color: var(--hps-ink);
  font-size: .48rem;
}

.hps-metric-card strong {
  font-size: 1.05rem;
  line-height: 1.02;
}

.hps-metric-card em {
  color: var(--hps-muted);
  font-size: .43rem;
  font-style: normal;
}

.hps-exceptions-card {
  border: 1px solid var(--hps-line);
  border-radius: 9px;
  margin-top: 10px;
  overflow: hidden;
}

.hps-exceptions-card > header {
  border-bottom: 1px solid var(--hps-line);
  justify-content: space-between;
  align-items: center;
  padding: 7px 9px;
  font-size: .57rem;
  display: flex;
}

.hps-exceptions-card > header span {
  color: var(--hps-blue);
}

.hps-exceptions-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hps-exceptions-card li {
  border-bottom: 1px solid #edf1f6;
  grid-template-columns: 6px 1.2fr 1.3fr auto auto;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  font-size: .47rem;
  display: grid;
}

.hps-exceptions-card li:last-child {
  border-bottom: 0;
}

.hps-exceptions-card li > span:not(.hps-badge), .hps-exceptions-card time {
  color: var(--hps-ink-2);
}

.hps-dot {
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.hps-dot-red {
  background: #f24e57;
}

.hps-dot-orange {
  background: #f5a11b;
}

.hps-dot-blue {
  background: #4d82ff;
}

.hps-dot-gray {
  background: #8a96ae;
}

.hps-badge {
  white-space: nowrap;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-size: .56rem;
  font-weight: 800;
  display: inline-flex;
}

.hps-badge-blue {
  color: #1760de;
  background: #eaf2ff;
}

.hps-badge-gray {
  color: #5d6a84;
  background: #f0f3f7;
}

.hps-badge-green {
  color: #087d5d;
  background: #e7f8f2;
}

.hps-badge-orange {
  color: #9b5700;
  background: #fff2dd;
}

.hps-badge-red {
  color: #b82e3e;
  background: #ffecef;
}

.hps-role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.hps-role-card, .hps-solution-card, .hps-info-card, .hps-resource-card, .hps-outcome-card {
  border: 1px solid var(--hps-line);
  border-radius: var(--hps-radius);
  background: #fff;
  box-shadow: 0 8px 28px #132f680b;
}

.hps-role-card {
  padding: 16px;
}

.hps-role-card > header {
  align-items: center;
  gap: 9px;
  display: flex;
}

.hps-role-card h3 {
  margin: 0;
}

.hps-role-card > small {
  color: var(--hps-ink-2);
  margin-top: 11px;
  font-size: .68rem;
  display: block;
}

.hps-mini-list {
  border: 1px solid var(--hps-line);
  background: #fbfcff;
  border-radius: 10px;
  padding: 9px;
}

.hps-mini-list p {
  border-bottom: 1px solid #edf1f6;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 0;
  font-size: .52rem;
  display: flex;
}

.hps-mini-list p:last-child {
  border-bottom: 0;
}

.hps-guest-grid {
  grid-template-columns: .85fr 1fr .75fr;
  align-items: center;
  gap: 35px;
  display: grid;
}

.hps-guest-grid blockquote {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 15px;
  margin: 0;
  padding: 22px;
}

.hps-guest-grid blockquote b {
  color: #13aaa2;
  font-size: 2rem;
}

.hps-guest-grid blockquote p {
  color: var(--hps-ink-2);
  margin: 0;
  font-size: .84rem;
}

.hps-guest-phone {
  background: #fff;
  border: 7px solid #111725;
  border-radius: 34px;
  width: min(215px, 100%);
  margin: 0 auto;
  padding: 18px 10px 17px;
  position: relative;
  transform: rotate(-5deg);
  box-shadow: 0 20px 45px #0f162733;
}

.hps-phone-notch {
  background: #111725;
  border-radius: 14px;
  width: 70px;
  height: 17px;
  margin: -18px auto 12px;
}

.hps-guest-phone > small {
  color: var(--hps-muted);
  font-size: .58rem;
}

.hps-guest-phone h3 {
  margin: 5px 0;
  font-size: .88rem;
}

.hps-guest-phone article {
  border: 1px solid var(--hps-line);
  color: var(--hps-blue);
  border-radius: 9px;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  padding: 9px;
  display: flex;
}

.hps-guest-phone article > div {
  color: var(--hps-ink);
  display: grid;
}

.hps-guest-phone article strong {
  font-size: .62rem;
}

.hps-guest-phone article small {
  color: var(--hps-muted);
  font-size: .5rem;
}

.hps-guest-phone nav {
  color: var(--hps-blue);
  justify-content: space-between;
  margin-top: 15px;
  font-size: .58rem;
  display: flex;
}

.hps-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.hps-steps article {
  grid-template-columns: 27px 52px 1fr;
  align-items: center;
  gap: 11px;
  min-width: 0;
  display: grid;
  position: relative;
}

.hps-steps article:not(:last-child):after {
  content: "";
  border-top: 2px dotted #9bbcff;
  width: 32px;
  position: absolute;
  top: 50%;
  left: calc(100% - 2px);
}

.hps-steps article > i {
  color: #fff;
  background: var(--hps-blue);
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 800;
  display: grid;
}

.hps-steps h3, .hps-steps p {
  margin: 0;
}

.hps-steps h3 {
  font-size: .75rem;
}

.hps-steps p {
  color: var(--hps-muted);
  margin-top: 2px;
  font-size: .62rem;
}

.hps-final-cta {
  background: linear-gradient(135deg, #fff8ee, #fff);
  border: 1px solid #f1e4d3;
  border-radius: 18px;
  grid-template-columns: 140px 1fr 236px;
  align-items: center;
  gap: 24px;
  padding: 25px 32px;
  display: grid;
}

.hps-advisor-image {
  object-fit: cover;
  border-radius: 50%;
  width: 132px;
  height: 132px;
}

.hps-final-cta h2 {
  margin: 0;
  font-size: 1.55rem;
}

.hps-final-cta p {
  color: var(--hps-muted);
  margin: 6px 0;
  font-size: .75rem;
}

.hps-final-actions {
  gap: 9px;
  min-width: 236px;
  display: grid;
}

.hps-trust-inline {
  color: var(--hps-muted);
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 12px;
  font-size: .67rem;
  display: flex;
}

.hps-trust-inline span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.hps-footer {
  color: #fff;
  background: #0c173c;
  padding: 42px 0 20px;
}

.hps-footer-main {
  grid-template-columns: 1.15fr 1.35fr 1fr;
  align-items: start;
  gap: 52px;
  display: grid;
}

.hps-footer .hps-brand {
  color: #fff;
}

.hps-footer p {
  color: #aeb9d2;
  line-height: 1.6;
}

.hps-footer-brand p {
  max-width: 34ch;
  margin: 16px 0 0;
}

.hps-footer-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  display: grid;
}

.hps-footer-links > div {
  align-content: start;
  display: grid;
}

.hps-footer-links strong {
  margin-bottom: 8px;
}

.hps-footer-links a {
  color: #c9d2e6;
  align-items: center;
  min-height: 44px;
  font-size: .86rem;
  display: flex;
}

.hps-footer-links a:hover {
  color: #fff;
}

.hps-footer-demo-note {
  background: #ffffff0e;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 20px;
  display: grid;
}

.hps-footer-demo-note > svg {
  color: #91b7ff;
  background: #5d91ff26;
  border-radius: 11px;
  width: 38px;
  height: 38px;
  padding: 8px;
}

.hps-footer-demo-note strong {
  line-height: 1.35;
  display: block;
}

.hps-footer-demo-note p {
  margin: 7px 0 0;
  font-size: .8rem;
}

.hps-footer-bottom {
  color: #93a1c2;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  min-height: 52px;
  margin-top: 28px;
  padding-top: 18px;
  font-size: .76rem;
  display: flex;
}

.hps-footer-bottom strong {
  color: #c9d2e6;
}

.hps-solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  display: grid;
}

.hps-solution-card {
  padding: 16px;
}

.hps-solution-card > header {
  align-items: center;
  gap: 9px;
  display: flex;
}

.hps-solution-card h2 {
  margin: 0;
  font-size: .85rem;
}

.hps-solution-card > p {
  color: var(--hps-ink-2);
  font-size: .68rem;
}

.hps-solution-card .hps-check-list {
  gap: 5px;
  margin-top: 14px;
}

.hps-solution-card .hps-check-list li {
  font-size: .64rem;
}

/* [project]/apps/web/src/features/hotool-public-v4/styles/marketing.css [app-client] (css) */
.hps-outcome-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.hps-outcome-card {
  align-items: center;
  gap: 16px;
  padding: 22px;
  display: flex;
}

.hps-outcome-card h3, .hps-outcome-card p {
  margin: 0;
}

.hps-outcome-card p {
  color: var(--hps-ink-2);
  margin-top: 6px;
  font-size: .85rem;
  line-height: 1.5;
}

.hps-role-ribbon {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.hps-role-ribbon article {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 14px;
  align-content: start;
  justify-items: start;
  gap: 10px;
  padding: 17px;
  display: grid;
}

.hps-role-ribbon strong {
  font-size: .8rem;
}

.hps-role-ribbon small {
  color: var(--hps-ink-2);
  font-size: .66rem;
  line-height: 1.45;
}

.hps-home-manager {
  background: linear-gradient(#f2f8ff, #fbfdff);
}

.hps-hero-preview-frame {
  min-width: 0;
  margin: 0;
}

.hps-hero-preview-frame figcaption {
  max-width: 640px;
  color: var(--hps-ink-2);
  text-align: center;
  margin: 12px auto 0;
  font-size: .76rem;
  line-height: 1.5;
}

.hps-request-flow {
  gap: 10px;
  display: grid;
}

.hps-request-flow article {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 13px;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 13px 15px;
  display: grid;
  box-shadow: 0 7px 22px #132f680a;
}

.hps-request-flow article > span {
  color: #fff;
  background: var(--hps-blue);
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-weight: 800;
  display: grid;
}

.hps-request-flow article > div {
  gap: 4px;
  display: grid;
}

.hps-request-flow article strong {
  font-size: .82rem;
}

.hps-request-flow article p {
  color: var(--hps-ink-2);
  margin: 0;
  font-size: .72rem;
  line-height: 1.45;
}

.hps-home-guest {
  position: relative;
  overflow: hidden;
}

.hps-home-guest .hps-guest-grid {
  position: relative;
}

.hps-home-guest .hps-guest-grid > :not(.hps-lake-art) {
  z-index: 1;
  position: relative;
}

.hps-lake-art {
  opacity: .5;
  z-index: 0;
  width: 360px;
  height: auto;
  position: absolute;
  bottom: -49px;
  right: -20px;
}

.hps-role-card > header {
  margin-bottom: 12px;
}

.hps-role-purpose {
  min-height: 42px;
  color: var(--hps-ink-2);
  margin: 0 0 12px;
  font-size: .74rem;
  line-height: 1.48;
}

.hps-preview-label {
  color: var(--hps-blue);
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: .64rem;
  display: block;
}

.hps-solution-card {
  min-height: 220px;
}

.hps-solution-card > header {
  margin-bottom: 12px;
}

.hps-solution-card > p {
  min-height: 38px;
  color: var(--hps-ink-2);
  margin: 0 0 12px;
  font-size: .68rem;
  line-height: 1.45;
}

.hps-solution-bullets {
  color: var(--hps-ink-2);
  margin: 14px 0 0;
  padding-left: 16px;
  font-size: .64rem;
}

.hps-solution-bullets li + li {
  margin-top: 5px;
}

.hps-solutions-overview {
  padding-top: 34px;
}

.hps-role-map article {
  gap: 14px;
  min-height: 252px;
  padding: 24px;
}

.hps-role-map article > header {
  align-items: center;
  gap: 12px;
  display: flex;
}

.hps-role-map h3 {
  margin: 0;
  font-size: 1rem;
}

.hps-role-map article > p {
  color: var(--hps-ink-2);
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
}

.hps-role-map dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: auto 0 0;
  display: grid;
}

.hps-role-map dl > div {
  background: #f6f9fe;
  border-radius: 11px;
  padding: 13px;
}

.hps-role-map dt {
  color: var(--hps-blue);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: .7rem;
  font-weight: 800;
}

.hps-role-map dd {
  color: var(--hps-ink-2);
  margin: 0;
  font-size: .74rem;
  line-height: 1.48;
}

.hps-system-note {
  color: var(--hps-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 25px 0 0;
  font-size: .72rem;
  font-weight: 700;
  display: flex;
}

.hps-feature-hero-preview, .hps-pricing-preview, .hps-feature-preview {
  border: 1px solid var(--hps-line);
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 18px;
}

.hps-feature-hero-preview {
  padding: 20px;
}

.hps-feature-hero-preview article {
  border-bottom: 1px solid #edf1f7;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 9px 12px;
  display: grid;
}

.hps-feature-hero-preview article:last-child {
  border-bottom: 0;
}

.hps-feature-hero-preview .hps-icon-bubble {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}

.hps-feature-hero-preview article > div {
  display: grid;
}

.hps-feature-hero-preview strong {
  font-size: .78rem;
}

.hps-feature-hero-preview small {
  color: var(--hps-ink-2);
  font-size: .62rem;
}

.hps-feature-hero-preview article > span:last-child {
  color: var(--hps-blue);
  background: #edf4ff;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: .58rem;
  font-weight: 800;
}

.hps-feature-stack {
  gap: 14px;
  display: grid;
}

.hps-feature-row {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 18px;
  grid-template-columns: .72fr 1.28fr;
  min-height: 190px;
  display: grid;
  overflow: hidden;
}

.hps-feature-copy {
  align-items: flex-start;
  gap: 18px;
  padding: 26px;
  display: flex;
}

.hps-feature-copy .hps-check-list {
  gap: 9px;
  margin-top: 14px;
}

.hps-feature-preview {
  box-shadow: none;
  margin: 16px;
  padding: 16px;
}

.hps-feature-preview > header {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: .77rem;
  display: flex;
}

.hps-feature-preview > header span {
  color: var(--hps-blue);
}

.hps-preview-list {
  display: grid;
}

.hps-preview-list article {
  border-bottom: 1px solid #edf1f7;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 45px;
  padding: 7px 8px;
  display: flex;
}

.hps-preview-list article:last-child {
  border-bottom: 0;
}

.hps-preview-list article > div {
  display: grid;
}

.hps-preview-list strong {
  font-size: .72rem;
}

.hps-preview-list small {
  color: var(--hps-ink-2);
  font-size: .61rem;
}

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

.hps-room-grid span {
  color: #19785e;
  text-align: center;
  background: #f0fbf7;
  border: 1px solid #bfe7da;
  border-radius: 8px;
  place-items: center;
  gap: 2px;
  min-height: 58px;
  padding: 7px;
  font-size: .72rem;
  font-weight: 800;
  display: grid;
}

.hps-room-grid span small {
  font-size: .55rem;
  font-weight: 700;
  line-height: 1.25;
}

.hps-room-grid .hps-room-warning {
  color: #ae6505;
  background: #fff7e9;
  border-color: #ffc36f;
}

.hps-room-grid .hps-room-progress {
  color: #245cbd;
  background: #eff5ff;
  border-color: #a7c5ff;
}

.hps-room-legend {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.hps-room-legend span {
  color: #344064;
  background: #f0fbf7;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: .58rem;
  font-weight: 750;
}

.hps-room-legend .hps-room-warning {
  color: #9b5700;
  background: #fff2dd;
}

.hps-room-legend .hps-room-progress {
  color: #245cbd;
  background: #eff5ff;
}

.hps-preview-explanation {
  color: var(--hps-ink-2);
  margin: 0 0 12px;
  font-size: .7rem;
  line-height: 1.5;
}

.hps-feature-preview-phone {
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 16px;
  display: grid;
}

.hps-feature-preview-phone .hps-guest-phone {
  border-width: 5px;
  border-radius: 26px;
  width: 160px;
  padding: 20px 10px 10px;
  transform: none;
}

.hps-feature-preview-phone .hps-guest-phone article {
  min-height: 48px;
}

.hps-chat-preview {
  grid-template-columns: .8fr 1.2fr;
  padding: 0;
  display: grid;
}

.hps-chat-preview aside, .hps-chat-preview section {
  align-content: start;
  gap: 10px;
  padding: 18px;
  display: grid;
}

.hps-chat-preview aside {
  border-right: 1px solid #edf1f7;
}

.hps-chat-preview aside span {
  color: var(--hps-ink-2);
  background: #f6f8fc;
  border-radius: 8px;
  padding: 9px;
  font-size: .68rem;
}

.hps-chat-preview section p {
  background: #edf4ff;
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  font-size: .72rem;
}

.hps-preview-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.hps-preview-summary article {
  border: 1px solid #e5ebf4;
  border-radius: 10px;
  align-content: center;
  min-height: 70px;
  padding: 12px;
  display: grid;
}

.hps-preview-summary strong {
  font-size: 1.25rem;
}

.hps-preview-summary span {
  color: var(--hps-ink-2);
  font-size: .62rem;
}

.hps-module-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.hps-module-grid span {
  min-height: 70px;
  color: var(--hps-blue);
  text-align: center;
  border: 1px solid #e4ebf4;
  border-radius: 10px;
  place-items: center;
  gap: 5px;
  padding: 8px;
  font-size: .66rem;
  display: grid;
}

.hps-resource-scene {
  position: relative;
}

.hps-resource-scene .hps-dashboard {
  transform-origin: center;
  transform: scale(.9);
}

.hps-plant, .hps-cup {
  color: #538a73;
  place-items: center;
  font-size: 4rem;
  display: grid;
  position: absolute;
  bottom: -4px;
}

.hps-plant {
  left: 4px;
}

.hps-cup {
  color: #9a7d65;
  right: 4px;
}

.hps-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}

.hps-resource-card {
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  padding: 25px;
  display: flex;
}

.hps-resource-card h3 {
  margin: 22px 0 8px;
}

.hps-resource-card p {
  color: var(--hps-ink-2);
  line-height: 1.6;
}

.hps-problem-map {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 34px #132f680d;
}

.hps-problem-map-heading {
  max-width: 720px;
}

.hps-problem-map-heading h2 {
  letter-spacing: -.035em;
  margin: 4px 0 8px;
  font-size: 1.65rem;
}

.hps-problem-map-heading > p:last-child {
  color: var(--hps-ink-2);
  margin: 0;
}

.hps-problem-map-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
  display: grid;
}

.hps-problem-map-grid article {
  background: #fbfdff;
  border: 1px solid #e4ebf4;
  border-radius: 11px;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  min-height: 82px;
  padding: 12px;
  display: grid;
}

.hps-problem-map-grid svg {
  color: var(--hps-blue);
}

.hps-problem-map-grid article > div {
  gap: 3px;
  display: grid;
}

.hps-problem-map-grid strong {
  font-size: .72rem;
  line-height: 1.35;
}

.hps-problem-map-grid small {
  color: var(--hps-ink-2);
  font-size: .62rem;
  line-height: 1.4;
}

.hps-problem-map-action {
  min-height: 44px;
  color: var(--hps-blue);
  align-items: center;
  margin-top: 18px;
  font-size: .78rem;
  font-weight: 800;
  display: inline-flex;
}

.hps-problem-map.is-compact .hps-problem-map-grid article {
  align-items: center;
  min-height: 58px;
}

@media (max-width: 920px) {
  .hps-problem-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hps-problem-map {
    padding: 19px;
  }

  .hps-problem-map-grid {
    grid-template-columns: 1fr;
  }

  .hps-problem-map-grid article {
    min-height: 66px;
  }
}

.hps-resource-card > a {
  color: var(--hps-blue);
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: .84rem;
  font-weight: 800;
  display: inline-flex;
}

.hps-faq-grid {
  grid-template-columns: 1.5fr .65fr;
  align-items: start;
  gap: 28px;
  display: grid;
}

.hps-faq-grid .hps-section-heading {
  text-align: left;
  margin-inline: 0;
}

.hps-faq-list {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.hps-faq-list details {
  border-bottom: 1px solid #edf1f7;
}

.hps-faq-list details:last-child {
  border-bottom: 0;
}

.hps-faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  font-weight: 750;
  display: flex;
}

.hps-faq-list summary:after {
  content: "+";
  color: var(--hps-blue);
  font-size: 1.2rem;
}

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

.hps-faq-list details p {
  color: var(--hps-ink-2);
  margin: 0;
  padding: 0 18px 18px;
  line-height: 1.65;
}

.hps-contact-aside {
  border: 1px solid var(--hps-line);
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 18px;
  padding: 28px;
}

.hps-contact-aside h2 {
  margin: 18px 0 8px;
}

.hps-contact-aside > p {
  color: var(--hps-ink-2);
  line-height: 1.6;
}

.hps-contact-aside .hps-button {
  width: 100%;
  margin-top: 22px;
}

.hps-demo-role-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  display: grid;
}

.hps-demo-role-grid article {
  border: 1px solid var(--hps-line);
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.hps-demo-role-grid h3 {
  margin: 17px 0 7px;
}

.hps-demo-role-grid p {
  min-height: 66px;
  color: var(--hps-ink-2);
  line-height: 1.55;
}

.hps-demo-role-grid a {
  color: var(--hps-blue);
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 800;
  display: flex;
}

.hps-pricing-preview {
  padding: 24px;
}

.hps-pricing-preview > header {
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  display: flex;
}

.hps-pricing-preview .hps-preview-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hps-info-grid {
  gap: 20px;
  display: grid;
}

.hps-info-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hps-info-card h3 {
  margin: 23px 0 8px;
}

.hps-info-card p {
  color: var(--hps-ink-2);
  line-height: 1.6;
}

.hps-section[id], .hps-contact-panel {
  scroll-margin-top: 90px;
}

.hps-contact-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.hps-contact-options button {
  border: 1px solid var(--hps-line);
  min-height: 130px;
  color: var(--hps-ink);
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.hps-contact-options button:hover, .hps-contact-options .hps-contact-selected {
  border-color: var(--hps-blue);
  box-shadow: 0 10px 26px #176cff17;
}

.hps-contact-options button > span:last-child {
  gap: 7px;
  display: grid;
}

.hps-contact-options small {
  color: var(--hps-ink-2);
  line-height: 1.45;
}

.hps-contact-form {
  border: 1px solid var(--hps-line);
  background: var(--hps-soft);
  border-radius: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
  padding: 24px;
  display: grid;
}

.hps-contact-form label {
  color: #344064;
  gap: 7px;
  font-size: .82rem;
  font-weight: 750;
  display: grid;
}

.hps-contact-form input, .hps-contact-form textarea {
  width: 100%;
  min-height: 46px;
  color: var(--hps-ink);
  background: #fff;
  border: 1px solid #cad6e8;
  border-radius: 10px;
  padding: 11px 12px;
}

.hps-contact-form textarea {
  resize: vertical;
}

.hps-contact-wide {
  grid-column: 1 / -1;
}

.hps-contact-submit {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.hps-contact-submit small {
  color: var(--hps-ink-2);
}

.hps-contact-submit p {
  color: #087d5d;
  flex-basis: 100%;
  margin: 0;
  font-weight: 700;
}

.hps-features-hero-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  display: grid;
}

.hps-feature-hero-scene {
  padding: 20px 50px;
  position: relative;
}

.hps-feature-hero-scene:before {
  content: "";
  background: radial-gradient(circle, #edf4ff, #0000 68%);
  border-radius: 50%;
  position: absolute;
  inset: 8px -16px;
}

.hps-feature-hero-scene .hps-feature-hero-preview {
  z-index: 2;
  border-radius: 10px;
  padding: 9px;
  position: relative;
}

.hps-feature-hero-scene .hps-feature-hero-preview article {
  grid-template-columns: 28px 1fr auto;
  min-height: 43px;
  padding: 5px 7px;
}

.hps-feature-hero-scene .hps-feature-hero-preview .hps-icon-bubble {
  border-radius: 8px;
  flex-basis: 25px;
  width: 25px;
  height: 25px;
}

.hps-feature-hero-scene .hps-feature-hero-preview strong {
  font-size: .58rem;
}

.hps-feature-hero-scene .hps-feature-hero-preview small {
  font-size: .48rem;
}

.hps-feature-hero-scene .hps-feature-hero-preview article > span:last-child {
  padding: 3px 6px;
  font-size: .46rem;
}

.hps-feature-float {
  z-index: 3;
  width: 54px;
  height: 54px;
  color: var(--hps-blue);
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
}

.hps-feature-float-one {
  top: 66px;
  left: 0;
}

.hps-feature-float-two {
  top: 0;
  right: 0;
}

.hps-feature-float-three {
  bottom: 0;
  right: 10px;
}

.hps-feature-stack {
  gap: 11px;
}

.hps-feature-row {
  border-radius: 15px;
  grid-template-columns: .9fr 1.35fr;
  align-items: center;
  gap: 25px;
  min-height: 0;
  padding: 17px;
}

.hps-feature-copy {
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 0;
  display: grid;
}

.hps-feature-copy .hps-icon-bubble {
  border-radius: 14px;
  flex-basis: 48px;
  width: 48px;
  height: 48px;
}

.hps-feature-copy h2 {
  margin: 0 0 8px;
  font-size: .98rem;
}

.hps-feature-copy .hps-check-list {
  gap: 8px;
  margin: 0;
}

.hps-feature-copy .hps-check-list li {
  font-size: .7rem;
}

.hps-feature-copy .hps-check-list li > span {
  flex-basis: 16px;
  width: 16px;
  height: 16px;
}

.hps-feature-preview {
  background: #fbfcff;
  border-radius: 12px;
  min-height: 110px;
  margin: 0;
  padding: 10px;
}

.hps-feature-preview > header {
  margin-bottom: 7px;
  font-size: .65rem;
}

.hps-feature-preview-phone .hps-guest-phone {
  border-width: 4px;
  border-radius: 18px;
  width: 118px;
  padding: 15px 8px 8px;
}

.hps-feature-preview-phone {
  grid-template-columns: 130px 1fr;
  gap: 12px;
}

.hps-feature-preview-phone .hps-guest-phone article {
  min-height: 0;
  padding: 6px;
}

.hps-resources-hero-grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 35px;
  display: grid;
}

.hps-resource-scene {
  min-height: 300px;
}

.hps-resource-scene .hps-dashboard {
  transform-origin: center;
  width: calc(100% - 40px);
  position: absolute;
  inset: 0 -40px auto 80px;
  transform: scale(.78);
}

.hps-resource-scene .hps-plant {
  color: #0000;
  width: 70px;
  height: 130px;
  font-size: 0;
  bottom: 20px;
  left: 15px;
}

.hps-resource-scene .hps-plant:before {
  content: "";
  width: 50px;
  height: 52px;
  box-shadow: inset 0 0 0 1px var(--hps-line);
  background: #eef1f5;
  border-radius: 8px 8px 18px 18px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.hps-resource-scene .hps-plant:after {
  content: "";
  background: #8fb9a5;
  border-radius: 100% 0;
  width: 18px;
  height: 78px;
  position: absolute;
  bottom: 42px;
  left: 27px;
  transform: rotate(-18deg);
  box-shadow: 18px 4px #9bc5b1, -15px 12px #7eae96;
}

.hps-resource-scene .hps-cup {
  color: #0000;
  border: 1px solid var(--hps-line);
  width: 68px;
  height: 52px;
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 5px 5px 25px 25px;
  font-size: 0;
  bottom: 20px;
  right: 0;
}

.hps-resource-scene .hps-cup:after {
  content: "";
  width: 27px;
  height: 27px;
  box-shadow: 0 0 0 1px var(--hps-line);
  border: 6px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: -18px;
}

.hps-resource-grid {
  gap: 18px;
  margin-top: 20px;
}

.hps-resource-title {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 1.65rem;
}

.hps-resource-card {
  min-height: 190px;
  padding: 16px;
}

.hps-resource-card .hps-icon-bubble {
  border-radius: 13px;
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  margin: 8px 0 18px;
}

.hps-resource-card h3 {
  margin: 0 0 8px;
  font-size: .9rem;
}

.hps-resource-card p {
  margin: 0 0 12px;
  font-size: .68rem;
}

.hps-resource-card > a {
  min-height: 44px;
  margin-top: auto;
  font-size: .7rem;
}

.hps-faq-grid {
  grid-template-columns: 1.45fr .65fr;
  gap: 25px;
}

.hps-faq-list {
  border-radius: 13px;
}

.hps-faq-list summary {
  min-height: 50px;
  padding-inline: 15px;
  font-size: .76rem;
}

.hps-faq-list details p {
  padding: 0 15px 15px;
  font-size: .68rem;
}

.hps-contact-aside {
  box-shadow: none;
  border-radius: 15px;
  padding: 21px;
}

.hps-contact-aside h2 {
  margin: 16px 0 6px;
  font-size: 1rem;
}

.hps-contact-aside > p {
  font-size: .75rem;
}

.hps-contact-aside .hps-check-list {
  gap: 8px;
  margin-top: 14px;
}

.hps-contact-aside .hps-check-list li {
  font-size: .7rem;
}

.hps-contact-secondary {
  min-height: 44px;
  color: var(--hps-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: .68rem;
  font-weight: 700;
  display: flex;
}

.hps-demo-role-grid {
  gap: 14px;
}

.hps-demo-role-grid article {
  border-radius: 13px;
  padding: 15px;
}

.hps-demo-role-grid h3 {
  margin: 12px 0 5px;
  font-size: .8rem;
}

.hps-demo-role-grid p {
  min-height: 62px;
  margin: 0;
  font-size: .65rem;
}

.hps-demo-role-grid a {
  min-height: 44px;
  font-size: .68rem;
}

.hps-resource-contact {
  background: linear-gradient(135deg, #f5f9ff, #fff);
  border-radius: 16px;
  grid-template-columns: 120px 1fr 250px;
  align-items: center;
  gap: 24px;
  padding: 22px;
  display: grid;
}

.hps-resource-contact > img {
  object-fit: cover;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}

.hps-resource-contact h2 {
  margin: 0;
  font-size: 1.35rem;
}

.hps-resource-contact p {
  color: var(--hps-ink-2);
  margin: 5px 0 0;
  font-size: .75rem;
}

.hps-resource-contact .hps-check-list {
  gap: 7px;
  margin-top: 10px;
}

.hps-resource-contact .hps-check-list li {
  font-size: .68rem;
}

.hps-resource-contact-actions {
  gap: 8px;
  display: grid;
}

.hps-resource-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
  display: grid;
}

.hps-resource-trust > span {
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 3px 8px;
  font-size: .68rem;
  display: grid;
}

.hps-resource-trust svg {
  color: var(--hps-blue);
  grid-row: 1 / 3;
}

.hps-resource-trust small {
  color: var(--hps-muted);
}

.hps-pricing-hero .hps-dashboard {
  min-height: 245px;
}

.hps-pricing-hero .hps-trust-inline {
  margin-top: 20px;
}

.hps-info-grid-four {
  gap: 16px;
}

.hps-info-card {
  min-height: 165px;
  padding: 18px;
}

.hps-info-card .hps-icon-bubble {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
}

.hps-info-card h3 {
  margin: 18px 0 7px;
  font-size: .83rem;
}

.hps-info-card p {
  margin: 0;
  font-size: .67rem;
}

.hps-pricing-contact-inner {
  justify-items: center;
  display: grid;
}

.hps-pricing-contact-inner .hps-section-heading {
  margin-bottom: 18px;
}

.hps-pricing-timeline .hps-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hps-pricing-timeline .hps-steps article {
  grid-template-columns: 24px 48px 1fr;
  gap: 7px;
}

.hps-pricing-timeline .hps-steps article:not(:last-child):after {
  width: 18px;
}

.hps-pricing-cta {
  background: #f0f7ff;
  border-radius: 16px;
  grid-template-columns: 1fr 1.25fr;
  min-height: 210px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hps-pricing-cta > div {
  z-index: 1;
  padding: 28px;
}

.hps-pricing-cta > img {
  object-fit: cover;
  min-height: 210px;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.hps-pricing-cta h2 {
  margin: 0;
  font-size: 1.45rem;
}

.hps-pricing-cta p {
  color: var(--hps-ink-2);
  font-size: .75rem;
}

.hps-pricing-cta .hps-button-row {
  margin-top: 16px;
}

.hps-demo-tailored {
  background: linear-gradient(135deg, #eef7ff, #fff);
  border-radius: 16px;
  grid-template-columns: 1fr 190px 1fr;
  align-items: center;
  gap: 20px;
  padding: 24px;
  display: grid;
}

.hps-demo-tailored h2 {
  margin: 0;
  font-size: 1.45rem;
}

.hps-demo-tailored .hps-check-list {
  gap: 10px;
  margin-top: 16px;
}

.hps-demo-tailored .hps-check-list li {
  font-size: .72rem;
}

.hps-demo-tailored > img {
  justify-self: center;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.hps-demo-tailored blockquote {
  margin: 0;
  padding: 18px;
}

.hps-demo-tailored blockquote b {
  color: var(--hps-teal);
  font-size: 2rem;
  line-height: 1;
}

.hps-demo-tailored blockquote p {
  color: var(--hps-ink-2);
  margin: 2px 0 0;
  font-size: .82rem;
  line-height: 1.6;
}

.hps-demo-hub-page {
  background: linear-gradient(#f7faff, #fff 320px);
}

.hps-demo-hub {
  width: min(880px, 100% - 42px);
  margin-inline: auto;
  padding: 56px 0 72px;
}

.hps-demo-hub-header {
  max-width: 62ch;
  margin-bottom: 34px;
}

.hps-demo-hub-header h1 {
  letter-spacing: -.035em;
  margin: 0 0 12px;
  font-size: 2.1rem;
}

.hps-demo-hub-header > p:not(.hps-eyebrow) {
  color: var(--hps-ink-2);
  margin: 0;
}

.hps-demo-problem-map {
  background: linear-gradient(135deg, #f2f7ff, #fff);
  border: 1px solid #dce7f6;
  border-radius: 18px;
  margin: 0 0 32px;
  padding: 24px;
}

.hps-demo-problem-map h2 {
  margin: 3px 0 7px;
  font-size: 1.35rem;
}

.hps-demo-problem-map > div:first-child > p:last-child {
  color: var(--hps-ink-2);
  margin: 0;
}

.hps-demo-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  display: grid;
}

.hps-demo-problem-grid a {
  border: 1px solid var(--hps-line);
  min-height: 58px;
  color: var(--hps-ink);
  background: #fff;
  border-radius: 10px;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  display: grid;
}

.hps-demo-problem-grid a:hover {
  border-color: var(--hps-blue);
}

.hps-demo-problem-grid svg {
  color: var(--hps-blue);
}

.hps-demo-problem-grid span {
  min-width: 0;
  display: grid;
}

.hps-demo-problem-grid strong {
  font-size: .76rem;
}

.hps-demo-problem-grid small {
  color: var(--hps-ink-2);
  font-size: .64rem;
}

.hps-demo-hub-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

@media (max-width: 700px) {
  .hps-demo-hub-grid {
    grid-template-columns: 1fr;
  }

  .hps-demo-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-demo-problem-map {
    padding: 18px;
  }
}

.hps-demo-hub-card {
  border: 1px solid var(--hps-line);
  border-radius: var(--hps-radius);
  background: var(--hps-card);
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 22px;
  display: flex;
  box-shadow: 0 8px 28px #132f680b;
}

.hps-demo-hub-card > .hps-icon-bubble {
  margin-bottom: 8px;
}

.hps-demo-hub-card strong {
  font-size: 1.0625rem;
}

.hps-demo-hub-card > small {
  color: var(--hps-blue);
  font-weight: 700;
}

.hps-demo-hub-detail {
  color: var(--hps-ink-2);
  flex: 1;
  margin-top: 6px;
}

.hps-demo-hub-enter {
  width: 100%;
  margin-top: 18px;
}

.hps-demo-hub-footer {
  color: var(--hps-muted);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  margin: 30px 0 0;
  display: flex;
}

.hps-demo-hub-footer a {
  min-height: 44px;
  color: var(--hps-blue);
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}

.hps-demo-hub-notice {
  font-size: var(--hps-fs-body, .9375rem);
  border: 1px solid;
  border-radius: 12px;
  margin: 0 0 22px;
  padding: 13px 16px;
  line-height: 1.5;
}

.hps-demo-hub-notice.is-error {
  color: #8f2230;
  background: #fff5f6;
  border-color: #f0b6bd;
}

.hps-demo-hub-notice.is-status {
  color: #1b6340;
  background: #f2fbf5;
  border-color: #a8d8bb;
}

/* [project]/apps/web/src/features/hotool-public-v4/styles/interactions.css [app-client] (css) */
.hps-demo-tour {
  gap: 16px;
  display: grid;
}

.hps-demo-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.hps-demo-tabs button {
  border: 1px solid var(--hps-line);
  color: #586687;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  font-weight: 750;
  display: inline-flex;
}

.hps-demo-tabs button:hover, .hps-demo-tabs .hps-demo-tab-selected {
  border-color: var(--hps-blue);
  color: var(--hps-blue);
  background: #f6f9ff;
}

.hps-demo-tabs button:focus-visible {
  z-index: 1;
  position: relative;
}

.hps-demo-panel[hidden] {
  display: none;
}

.hps-demo-panel {
  border: 1px solid var(--hps-line);
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 18px;
  grid-template-columns: .65fr 1.35fr;
  gap: 24px;
  padding: 26px;
  display: grid;
}

.hps-demo-panel-copy h2 {
  margin: 0 0 10px;
}

.hps-demo-panel-copy > p:not(.hps-eyebrow) {
  color: var(--hps-ink-2);
  line-height: 1.6;
}

.hps-live-preview {
  background: #fbfcff;
  border: 1px solid #dfe7f2;
  border-radius: 15px;
  padding: 18px;
}

.hps-live-preview > header {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.hps-live-preview > header > div {
  gap: 4px;
  display: grid;
}

.hps-live-preview > header small {
  color: var(--hps-ink-2);
}

.hps-readonly-chip {
  color: #087d5d;
  background: #eaf9f4;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: .67rem;
  font-weight: 800;
}

.hps-demo-request-grid {
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
  gap: 36px;
  display: grid;
}

.hps-demo-request-grid h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.hps-demo-request-grid > div > p:not(.hps-eyebrow) {
  color: var(--hps-ink-2);
  line-height: 1.65;
}

.hps-demo-form {
  border: 1px solid var(--hps-line);
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 18px;
  gap: 15px;
  padding: 26px;
  display: grid;
}

.hps-demo-form label {
  color: #344064;
  gap: 7px;
  font-size: .82rem;
  font-weight: 750;
  display: grid;
}

.hps-demo-form input[type="email"] {
  border: 1px solid #cad6e8;
  border-radius: 10px;
  min-height: 48px;
  padding: 11px 12px;
}

.hps-demo-consent {
  cursor: pointer;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-height: 44px;
  line-height: 1.45;
  font-weight: 500 !important;
}

.hps-demo-consent input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
}

.hps-demo-form .hps-button {
  width: 100%;
}

.hps-form-note {
  color: var(--hps-ink-2);
  margin: 0;
  font-size: .78rem;
  line-height: 1.5;
}

.hps-form-success {
  color: #087d5d;
  background: #eaf9f4;
  border-radius: 10px;
  margin: 0;
  padding: 12px;
}

.hps-form-error, .hps-alert {
  color: #b6293a;
  background: #fff0f2;
  border-radius: 10px;
  margin: 0;
  padding: 12px;
}

.hps-demo-role-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 27px;
  display: grid;
}

.hps-readonly-banner {
  color: #8d5708;
  background: #fff8e9;
  border: 1px solid #f1cd8f;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  margin-top: 20px;
  padding: 0 17px;
  display: flex;
}

.hps-activation-section {
  background: linear-gradient(#f8fbff, #fff);
  align-items: center;
  min-height: calc(100vh - 320px);
  display: grid;
}

.hps-activation-card {
  text-align: center;
  border: 1px solid var(--hps-line);
  max-width: 620px;
  box-shadow: var(--hps-shadow);
  background: #fff;
  border-radius: 22px;
  justify-items: center;
  padding: 42px;
  display: grid;
}

.hps-activation-card h1 {
  letter-spacing: -.045em;
  margin: 14px 0 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.hps-activation-card > p:not(.hps-eyebrow) {
  max-width: 480px;
  color: var(--hps-ink-2);
  margin: 0 0 24px;
  line-height: 1.65;
}

.hps-activation-card form, .hps-activation-card > .hps-button {
  width: min(100%, 320px);
}

.hps-activation-card form .hps-button {
  width: 100%;
}

.hps-activation-card > small {
  color: var(--hps-ink-2);
  margin-top: 18px;
  line-height: 1.5;
}

/* [project]/apps/web/src/features/hotool-public-v4/styles/responsive.css [app-client] (css) */
@media (min-width: 901px) {
  .hps-container {
    width: min(1180px, 100% - 48px);
  }

  .hps-header-inner {
    gap: 16px;
  }

  .hps-nav {
    gap: 3px;
  }

  .hps-nav a {
    padding-inline: 8px;
    font-size: .8rem;
  }

  .hps-header-actions {
    gap: 9px;
  }

  .hps-readonly, .hps-staff-link {
    font-size: .75rem;
  }

  .hps-hero-grid {
    gap: 50px;
  }

  .hps-hero-copy h1 {
    font-size: 2.8rem;
  }

  .hps-eyebrow, .hps-demo-inline {
    font-size: .76rem;
  }

  .hps-section-heading > p:not(.hps-eyebrow) {
    font-size: .9rem;
  }

  .hps-solution-grid {
    gap: 18px;
  }

  .hps-solution-card {
    padding: 19px;
  }

  .hps-solution-card h2 {
    font-size: .92rem;
  }

  .hps-solution-card > p, .hps-solution-card .hps-check-list li, .hps-solution-bullets {
    font-size: .75rem;
    line-height: 1.5;
  }

  .hps-role-ribbon {
    gap: 18px;
  }

  .hps-role-ribbon article {
    padding: 18px;
  }

  .hps-role-ribbon strong, .hps-role-ribbon small {
    font-size: .75rem;
  }

  .hps-role-map article {
    min-height: 270px;
    padding: 22px;
  }

  .hps-role-map article > p {
    font-size: .8rem;
  }

  .hps-role-map dd, .hps-hotel-id strong, .hps-hotel-id small, .hps-dashboard-sidebar > span, .hps-dashboard-sidebar > span b, .hps-dashboard-head small, .hps-dashboard-filters span, .hps-metric-card small, .hps-metric-card em, .hps-exceptions-card > header, .hps-exceptions-card li, .hps-badge {
    font-size: .75rem;
  }

  .hps-dashboard {
    grid-template-columns: 145px 1fr;
  }

  .hps-dashboard-main {
    padding: 17px;
  }

  .hps-metric-card {
    padding: 11px;
  }

  .hps-exceptions-card li {
    gap: 8px;
    padding-block: 8px;
  }

  .hps-benefit-grid p, .hps-role-card > small, .hps-role-purpose, .hps-mini-list p, .hps-steps h3, .hps-steps p, .hps-final-cta p, .hps-trust-inline, .hps-feature-hero-scene .hps-feature-hero-preview strong, .hps-feature-hero-scene .hps-feature-hero-preview small, .hps-feature-hero-scene .hps-feature-hero-preview article > span:last-child, .hps-feature-preview > header, .hps-preview-list strong, .hps-preview-list small, .hps-preview-summary span, .hps-module-grid span, .hps-chat-preview aside span, .hps-chat-preview section p {
    font-size: .75rem;
  }

  .hps-feature-row {
    grid-template-columns: .85fr 1.35fr;
    padding: 20px;
  }

  .hps-feature-copy h2 {
    font-size: 1.08rem;
  }

  .hps-feature-copy .hps-check-list li {
    font-size: .78rem;
  }

  .hps-resource-card p, .hps-resource-card > a, .hps-faq-list summary, .hps-faq-list details p, .hps-contact-aside > p, .hps-contact-aside .hps-check-list li, .hps-contact-secondary, .hps-demo-role-grid p, .hps-demo-role-grid a, .hps-resource-contact p, .hps-resource-contact .hps-check-list li, .hps-resource-trust > span, .hps-info-card p, .hps-pricing-cta p, .hps-demo-tailored .hps-check-list li {
    font-size: .75rem;
  }
}

@media (max-width: 900px) {
  .hps-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .hps-header-actions .hps-readonly {
    display: none;
  }

  .hps-hero-grid {
    grid-template-columns: 1fr;
  }

  .hps-hero-copy {
    max-width: 760px;
  }

  .hps-manager-grid {
    grid-template-columns: 1fr;
  }

  .hps-home-guest .hps-guest-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hps-home-guest .hps-guest-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .hps-solution-grid, .hps-role-ribbon, .hps-info-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-feature-row {
    grid-template-columns: 1fr;
  }

  .hps-feature-preview {
    margin-top: 0;
  }

  .hps-final-cta {
    grid-template-columns: auto 1fr;
  }

  .hps-final-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-footer-main {
    grid-template-columns: 1fr 1.45fr;
  }

  .hps-footer-demo-note {
    grid-column: 1 / -1;
  }

  .hps-features-hero-grid, .hps-resources-hero-grid {
    grid-template-columns: 1fr;
  }

  .hps-feature-hero-scene:before {
    inset-inline: -14px;
  }

  .hps-resource-contact {
    grid-template-columns: 120px 1fr;
  }

  .hps-resource-contact-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-demo-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hps-demo-tailored {
    grid-template-columns: 1fr 170px;
  }

  .hps-demo-tailored blockquote {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .hps-container {
    width: min(100% - 28px, 850px);
  }

  .hps-header {
    height: 64px;
  }

  .hps-nav {
    display: none;
  }

  .hps-mobile-menu {
    display: block;
  }

  .hps-header-inner {
    gap: 12px;
    min-height: 64px;
  }

  .hps-header .hps-brand {
    min-height: 44px;
    font-size: 1.4rem;
  }

  .hps-header-actions > .hps-button {
    display: none;
  }

  .hps-hero, .hps-hero-simple, .hps-hero-demo {
    padding-block: 36px;
  }

  .hps-hero-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .hps-benefit-grid {
    grid-template-columns: 1fr;
  }

  .hps-benefit-grid article {
    border-bottom: 1px solid #edf1f7;
    border-right: 0;
    min-height: 105px;
    padding: 22px 10px;
  }

  .hps-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .hps-dashboard {
    grid-template-columns: 1fr;
  }

  .hps-dashboard-sidebar {
    display: none;
  }

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

  .hps-exceptions-card li {
    grid-template-columns: 8px 1fr auto;
    padding-block: 8px;
  }

  .hps-exceptions-card li > span:not(.hps-badge), .hps-exceptions-card li time {
    display: none;
  }

  .hps-role-grid, .hps-resource-grid, .hps-outcome-grid, .hps-guest-grid {
    grid-template-columns: 1fr;
  }

  .hps-home-guest .hps-guest-grid > div:first-child {
    grid-column: auto;
  }

  .hps-home-guest .hps-guest-phone {
    transform: rotate(-5deg);
  }

  .hps-lake-art {
    opacity: .25;
  }

  .hps-steps {
    grid-template-columns: 1fr;
  }

  .hps-steps article:not(:last-child):after {
    display: none;
  }

  .hps-final-cta {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hps-advisor-image {
    margin: auto;
  }

  .hps-final-actions {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .hps-trust-inline {
    justify-content: center;
  }

  .hps-solution-grid {
    grid-template-columns: 1fr;
  }

  .hps-solution-card > p, .hps-role-purpose {
    min-height: 0;
  }

  .hps-role-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-role-map article {
    min-height: 0;
  }

  .hps-feature-preview-phone, .hps-chat-preview {
    grid-template-columns: 1fr;
  }

  .hps-chat-preview aside {
    border-bottom: 1px solid #edf1f7;
    border-right: 0;
  }

  .hps-resource-scene .hps-dashboard {
    transform: none;
  }

  .hps-plant, .hps-cup {
    display: none;
  }

  .hps-faq-grid {
    grid-template-columns: 1fr;
  }

  .hps-contact-options, .hps-contact-form {
    grid-template-columns: 1fr;
  }

  .hps-contact-wide {
    grid-column: auto;
  }

  .hps-demo-tabs {
    padding-bottom: 4px;
    display: flex;
    overflow-x: auto;
  }

  .hps-demo-tabs button {
    min-width: 150px;
  }

  .hps-demo-panel, .hps-demo-request-grid {
    grid-template-columns: 1fr;
  }

  .hps-demo-tailored {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hps-demo-tailored .hps-check-list {
    justify-items: center;
  }

  .hps-demo-tailored blockquote {
    grid-column: auto;
  }

  .hps-demo-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hps-footer-demo-note {
    grid-column: auto;
  }

  .hps-footer-links a {
    align-items: center;
    min-height: 44px;
    display: flex;
  }

  .hps-feature-hero-scene {
    padding-inline: 50px;
  }

  .hps-feature-copy {
    grid-template-columns: 1fr;
  }

  .hps-feature-copy .hps-icon-bubble {
    margin-bottom: 8px;
  }

  .hps-resource-scene {
    display: none;
  }

  .hps-resource-contact {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hps-resource-contact > img {
    margin: auto;
  }

  .hps-resource-contact .hps-check-list {
    justify-items: center;
  }

  .hps-resource-contact-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .hps-resource-trust, .hps-pricing-timeline .hps-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hps-pricing-timeline .hps-steps article:after {
    display: none;
  }

  .hps-pricing-cta {
    grid-template-columns: 1fr;
  }

  .hps-pricing-cta > img {
    min-height: 210px;
  }
}

@media (max-width: 430px) {
  .hps-section {
    padding-block: 49px;
  }

  .hps-header-actions {
    display: none;
  }

  .hps-header-inner {
    grid-template-columns: 1fr auto;
  }

  .hps-hero-copy h1 {
    font-size: 2rem;
  }

  .hps-button-row {
    display: grid;
  }

  .hps-button-row .hps-button {
    width: 100%;
  }

  .hps-dashboard-main {
    padding: 12px;
  }

  .hps-dashboard-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hps-metrics-grid, .hps-role-ribbon, .hps-info-grid-four, .hps-role-map dl {
    grid-template-columns: 1fr;
  }

  .hps-feature-copy {
    flex-direction: column;
  }

  .hps-preview-summary, .hps-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hps-demo-role-grid {
    grid-template-columns: 1fr;
  }

  .hps-footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hps-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .hps-feature-hero-scene {
    padding-inline: 36px;
  }

  .hps-feature-float {
    width: 44px;
    height: 44px;
  }

  .hps-feature-float-one {
    left: -2px;
  }

  .hps-feature-float-two {
    right: -2px;
  }

  .hps-feature-float-three {
    right: 4px;
  }

  .hps-resource-trust, .hps-pricing-timeline .hps-steps {
    grid-template-columns: 1fr;
  }

  .hps-pricing-cta > div {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hps-root * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* [project]/apps/web/src/features/hotool-public-v4/styles/readability.css [app-client] (css) */
.hps-root {
  --hps-fs-lead: 1.0625rem;
  --hps-fs-body: .9375rem;
  --hps-fs-sm: .8125rem;
  --hps-fs-xs: .75rem;
  --hps-fs-h2: 1.9rem;
  --hps-fs-h3: 1.0625rem;
  font-size: var(--hps-fs-body);
  line-height: 1.55;
}

.hps-root .hps-nav a {
  font-size: .875rem;
  font-weight: 620;
}

.hps-root .hps-readonly, .hps-root .hps-staff-link {
  font-size: var(--hps-fs-sm);
}

.hps-root .hps-mobile-menu nav a {
  font-size: var(--hps-fs-body);
}

.hps-root .hps-eyebrow {
  font-size: var(--hps-fs-sm);
  letter-spacing: .09em;
}

.hps-root .hps-hero-copy > p:not(.hps-eyebrow) {
  max-width: 46ch;
  font-size: var(--hps-fs-lead);
  line-height: 1.6;
}

.hps-root .hps-demo-inline, .hps-root .hps-hero-preview-frame figcaption {
  font-size: var(--hps-fs-sm);
}

.hps-root .hps-section-heading h2, .hps-root .hps-manager-grid h2, .hps-root .hps-guest-grid h2, .hps-root .hps-resource-title {
  font-size: var(--hps-fs-h2);
}

.hps-root .hps-section-heading > p:not(.hps-eyebrow) {
  max-width: 62ch;
  font-size: var(--hps-fs-lead);
  margin-inline: auto;
}

.hps-root .hps-check-list li, .hps-root .hps-benefit-grid p, .hps-root .hps-role-card > small, .hps-root .hps-role-purpose, .hps-root .hps-role-map article > p, .hps-root .hps-role-map dd, .hps-root .hps-steps p, .hps-root .hps-final-cta p, .hps-root .hps-outcome-card p, .hps-root .hps-role-ribbon small, .hps-root .hps-request-flow article p, .hps-root .hps-solution-card > p, .hps-root .hps-solution-card .hps-check-list li, .hps-root .hps-solution-bullets, .hps-root .hps-feature-copy .hps-check-list li, .hps-root .hps-resource-card p, .hps-root .hps-faq-list details p, .hps-root .hps-contact-aside > p, .hps-root .hps-contact-aside .hps-check-list li, .hps-root .hps-demo-role-grid p, .hps-root .hps-info-card p, .hps-root .hps-pricing-cta p, .hps-root .hps-demo-tailored .hps-check-list li, .hps-root .hps-demo-tailored blockquote p, .hps-root .hps-guest-grid blockquote p, .hps-root .hps-preview-explanation, .hps-root .hps-contact-options small, .hps-root .hps-resource-contact p, .hps-root .hps-resource-contact .hps-check-list li, .hps-root .hps-footer p, .hps-root .hps-footer-links a, .hps-root .hps-footer-demo-note p {
  font-size: var(--hps-fs-body);
  line-height: 1.6;
}

.hps-root .hps-benefit-grid h3, .hps-root .hps-role-card h3, .hps-root .hps-solution-card h2, .hps-root .hps-role-map h3, .hps-root .hps-steps h3, .hps-root .hps-resource-card h3, .hps-root .hps-info-card h3, .hps-root .hps-demo-role-grid h3, .hps-root .hps-request-flow article strong, .hps-root .hps-role-ribbon strong, .hps-root .hps-contact-aside h2 {
  font-size: var(--hps-fs-h3);
  line-height: 1.35;
}

.hps-root .hps-feature-copy h2 {
  font-size: 1.125rem;
}

.hps-root .hps-final-cta h2, .hps-root .hps-demo-tailored h2, .hps-root .hps-pricing-cta h2, .hps-root .hps-resource-contact h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

.hps-root .hps-preview-label, .hps-root .hps-role-map dt {
  font-size: var(--hps-fs-xs);
  font-weight: 800;
}

.hps-root .hps-trust-inline, .hps-root .hps-resource-trust > span, .hps-root .hps-system-note, .hps-root .hps-contact-secondary, .hps-root .hps-demo-role-grid a, .hps-root .hps-resource-card > a, .hps-root .hps-footer-bottom {
  font-size: var(--hps-fs-sm);
}

.hps-root .hps-button {
  font-size: var(--hps-fs-body);
}

.hps-root .hps-button-small {
  font-size: var(--hps-fs-sm);
}

.hps-root .hps-faq-list summary {
  font-size: var(--hps-fs-body);
}

.hps-root .hps-contact-form label {
  font-size: var(--hps-fs-sm);
}

.hps-root .hps-contact-form input, .hps-root .hps-contact-form textarea {
  font-size: var(--hps-fs-body);
}

.hps-root .hps-dashboard-sidebar > span, .hps-root .hps-dashboard-head small, .hps-root .hps-metric-card small, .hps-root .hps-metric-card em, .hps-root .hps-exceptions-card > header, .hps-root .hps-exceptions-card li, .hps-root .hps-mini-list p, .hps-root .hps-preview-list strong, .hps-root .hps-preview-list small, .hps-root .hps-preview-summary span, .hps-root .hps-module-grid span, .hps-root .hps-chat-preview aside span, .hps-root .hps-chat-preview section p, .hps-root .hps-room-grid span, .hps-root .hps-guest-phone article strong, .hps-root .hps-guest-phone nav, .hps-root .hps-guest-phone > small {
  font-size: var(--hps-fs-xs);
}

.hps-root .hps-guest-phone article small, .hps-root .hps-room-grid span small, .hps-root .hps-room-legend span {
  font-size: .6875rem;
}

.hps-root .hps-guest-phone h3 {
  font-size: var(--hps-fs-sm);
}

.hps-root .hps-home-guest .hps-guest-phone {
  width: min(262px, 100%);
  padding: 20px 13px 18px;
}

.hps-root .hps-guest-phone h3 {
  overflow-wrap: normal;
}

.hps-root .hps-feature-preview-phone {
  grid-template-columns: 176px 1fr;
}

.hps-root .hps-feature-preview-phone .hps-guest-phone {
  width: 170px;
  padding: 18px 10px 10px;
}

.hps-root .hps-feature-preview-phone .hps-guest-phone h3 {
  font-size: var(--hps-fs-xs);
}

.hps-root .hps-feature-preview-phone .hps-guest-phone article strong, .hps-root .hps-feature-preview-phone .hps-guest-phone nav, .hps-root .hps-feature-preview-phone .hps-guest-phone > small {
  font-size: .6875rem;
}

.hps-root .hps-feature-preview-phone .hps-guest-phone article small {
  font-size: .625rem;
}

.hps-root .hps-guest-phone nav {
  gap: 10px;
}

.hps-root .hps-resource-scene {
  min-height: 0;
}

.hps-root .hps-resource-scene .hps-dashboard {
  width: 100%;
  position: static;
  inset: auto;
  transform: none;
}

.hps-root .hps-resource-scene .hps-plant, .hps-root .hps-resource-scene .hps-cup {
  display: none;
}

.hps-root .hps-section {
  padding-block: 68px;
}

.hps-root .hps-section-compact {
  padding-block: 48px;
}

.hps-root .hps-section-heading {
  margin-bottom: 34px;
}

.hps-root .hps-hero {
  padding-block: 56px 60px;
}

@media (max-width: 820px) {
  .hps-root .hps-section {
    padding-block: 48px;
  }

  .hps-root .hps-section-compact {
    padding-block: 36px;
  }

  .hps-root .hps-hero {
    padding-block: 36px 40px;
  }
}

.hps-root .hps-department-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  display: grid;
}

.hps-root .hps-department-strip article {
  border-bottom: 1px solid var(--hps-line);
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  display: flex;
}

.hps-root .hps-department-strip article > div {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.hps-root .hps-department-strip strong {
  font-size: var(--hps-fs-h3);
}

.hps-root .hps-department-strip span {
  color: var(--hps-ink-2);
  font-size: var(--hps-fs-body);
}

@media (max-width: 820px) {
  .hps-root .hps-department-strip {
    grid-template-columns: 1fr;
  }
}

.hps-root .hps-agreed-panel {
  border: 1px solid var(--hps-line);
  border-radius: var(--hps-radius);
  background: var(--hps-soft);
  margin-top: 28px;
  padding: 26px 28px;
}

.hps-root .hps-agreed-panel h3 {
  font-size: var(--hps-fs-h3);
  margin: 0 0 14px;
}

.hps-root .hps-agreed-panel ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.hps-root .hps-agreed-panel li {
  color: var(--hps-ink-2);
  font-size: var(--hps-fs-body);
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
  display: flex;
}

.hps-root .hps-agreed-panel li > svg {
  color: var(--hps-teal);
  flex: none;
  margin-top: 3px;
}

.hps-root .hps-agreed-panel strong {
  color: var(--hps-ink);
}

@media (max-width: 820px) {
  .hps-root .hps-agreed-panel ul {
    grid-template-columns: 1fr;
  }
}

.hps-root .hps-hero-jump {
  margin: 14px 0 0;
}

.hps-root .hps-hero-jump a {
  min-height: 44px;
  color: var(--hps-blue);
  font-size: var(--hps-fs-body);
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}

.hps-root .hps-final-actions {
  min-width: 268px;
}

.hps-root .hps-final-actions .hps-button {
  white-space: nowrap;
}

.hps-root .hps-feature-group {
  padding-block: 44px;
}

.hps-root .hps-feature-group + .hps-feature-group {
  padding-top: 0;
}

.hps-root .hps-feature-group-header {
  max-width: 60ch;
  margin-bottom: 22px;
}

.hps-root .hps-feature-group-header h2 {
  letter-spacing: -.03em;
  margin: 0 0 6px;
  font-size: 1.5rem;
}

.hps-root .hps-feature-group-header p {
  color: var(--hps-ink-2);
  font-size: var(--hps-fs-body);
  margin: 0;
}

.hps-root .hps-feature-copy h3 {
  margin: 0 0 8px;
  font-size: 1.0625rem;
}

/* [project]/apps/web/src/features/hotool-public-v4/styles.css [app-client] (css) */


/*# sourceMappingURL=apps_web_src_features_hotool-public-v4_1i_2ld4._.css.map*/