html {
  scroll-behavior: auto;
  scroll-padding-top: 108px;
}

.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.top-8 { top: 2rem; }
.mt-2 { margin-top: 0.5rem; }
.pt-16 { padding-top: 4rem; }
.pt-24 { padding-top: 6rem; }
.pb-16 { padding-bottom: 4rem; }
.scroll-mt-28 { scroll-margin-top: 7rem; }
.order-2 { order: 2; }
.order-1 { order: 1; }
.space-y-14 > :not(:last-child) { margin-bottom: 3.5rem; }
.rounded-\[28px\] { border-radius: 28px; }
.max-w-\[176px\] { max-width: 176px; }
.max-w-\[320px\] { max-width: 320px; }
.max-w-\[520px\] { max-width: 520px; }
.max-w-\[560px\] { max-width: 560px; }
.max-w-\[620px\] { max-width: 620px; }
.max-w-\[640px\] { max-width: 640px; }
.max-w-\[680px\] { max-width: 680px; }
.max-w-\[700px\] { max-width: 700px; }
.max-w-\[720px\] { max-width: 720px; }
.max-w-\[760px\] { max-width: 760px; }
.size-\[520px\] { width: 520px; height: 520px; }
.h-\[160px\] { height: 160px; }

@media (min-width: 768px) {
  .md\:p-14 { padding: 3.5rem; }
  .md\:pt-24 { padding-top: 6rem; }
  .md\:pb-24 { padding-bottom: 6rem; }
  .md\:h-\[220px\] { height: 220px; }
}

@media (min-width: 1024px) {
  .lg\:order-1 { order: 1; }
  .lg\:order-2 { order: 2; }
  .lg\:pt-32 { padding-top: 8rem; }
  .lg\:max-w-\[176px\] { max-width: 176px; }
}

@media (min-width: 1280px) {
  .xl\:h-\[280px\] { height: 280px; }
}

html.lenis,
html.lenis body {
  height: auto;
}

:focus-visible {
  outline: 2px solid #1a1a1c;
  outline-offset: 3px;
}

.header-scroll.is-ready,
.header-scroll[data-ready="true"] {
  opacity: 1 !important;
}

.up-nav a {
  white-space: nowrap;
}

.up-nav .nav-item > a {
  padding-left: 10px;
  padding-right: 10px;
}

.up-nav a.is-active,
.up-nav .nav-item.is-active > a,
.sidebar .space-y-2 a.is-active,
.sidebar .mobile-menu-toggle.is-active span {
  color: #1a1a1c;
  font-weight: 600;
}

.up-login-btn.is-active {
  color: #1a1a1c;
  border-color: rgba(26, 26, 28, 0.28);
  background: rgba(26, 26, 28, 0.05);
  font-weight: 600;
}

.up-header-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1280px) {
  .up-header-actions {
    display: flex;
  }
}

.up-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 28, 0.1);
  background: transparent;
  color: rgba(26, 26, 28, 0.72);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.up-login-btn:hover {
  color: #1a1a1c;
  border-color: rgba(26, 26, 28, 0.22);
  background: rgba(26, 26, 28, 0.04);
}

.up-store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.up-store-badge {
  display: inline-flex;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.up-store-badge:hover {
  transform: translateY(-2px);
}

.up-store-badge img {
  height: 48px;
  width: auto;
  display: block;
}

.up-hero-layout {
  display: grid;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .up-hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    text-align: left;
  }

  .up-hero-copy,
  .up-hero-copy .up-store-row {
    justify-content: flex-start;
    text-align: left;
  }

  .up-hero-copy p,
  .up-hero-copy h1 {
    margin-left: 0;
    margin-right: 0;
  }
}

.up-device-stack {
  position: relative;
  min-height: 420px;
}

.up-dashboard {
  background: #fff;
  border: 1px solid rgba(26, 26, 28, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

.up-dashboard-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f6f7fb;
  border-bottom: 1px solid rgba(26, 26, 28, 0.06);
}

.up-dashboard-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6d9e0;
}

.up-dashboard-body {
  display: grid;
  grid-template-columns: 168px 1fr;
  min-height: 340px;
}

.up-dash-side {
  background: #1a1a1c;
  color: #f5f5f7;
  padding: 18px 14px;
}

.up-dash-side p {
  color: rgba(245, 245, 247, 0.48);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.up-dash-side span {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 13px;
  color: rgba(245, 245, 247, 0.78);
}

.up-dash-side span.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.up-dash-main {
  padding: 18px 18px 14px;
}

.up-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.up-dash-head strong {
  display: block;
  font-size: 16px;
  color: #1a1a1c;
}

.up-dash-head em {
  font-style: normal;
  font-size: 12px;
  color: rgba(26, 26, 28, 0.5);
}

.up-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.up-status-wait {
  background: #fff4d6;
  color: #8a5a00;
}

.up-status-ok {
  background: #e7f8ee;
  color: #176b3a;
}

.up-status-run {
  background: #ece7ff;
  color: #4b2fb0;
}

.up-status-done {
  background: #eef1f6;
  color: #445066;
}

.up-table {
  width: 100%;
  border-collapse: collapse;
}

.up-table th,
.up-table td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 26, 28, 0.06);
  font-size: 13px;
}

.up-table th {
  color: rgba(26, 26, 28, 0.45);
  font-weight: 500;
}

.up-table td {
  color: #1a1a1c;
}

.up-phone {
  position: absolute;
  right: -8px;
  bottom: -28px;
  width: 178px;
  background: #111114;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.22);
}

.up-phone-screen {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 290px;
}

.up-phone-bar {
  height: 18px;
  background: #f3f4f7;
}

.up-phone-pad {
  padding: 12px;
}

.up-phone-card {
  border: 1px solid rgba(26, 26, 28, 0.08);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 8px;
}

.up-phone-card strong {
  display: block;
  font-size: 12px;
  color: #1a1a1c;
}

.up-phone-card span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: rgba(26, 26, 28, 0.5);
}

@media (max-width: 767px) {
  .up-dashboard-body {
    grid-template-columns: 1fr;
  }

  .up-dash-side {
    display: none;
  }

  .up-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 220px;
    margin: 20px auto 0;
  }

  .up-device-stack {
    min-height: 0;
  }
}

.up-value-grid,
.up-card-grid,
.up-module-grid,
.up-why-grid,
.up-step-grid {
  display: grid;
  gap: 16px;
}

.up-value-grid {
  grid-template-columns: 1fr;
}

.up-card-grid {
  grid-template-columns: 1fr;
}

.up-why-grid,
.up-step-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .up-value-grid,
  .up-why-grid,
  .up-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1024px) {
  .up-value-grid,
  .up-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .up-card-grid.up-card-grid-5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .up-card-grid.up-card-grid-5 > :nth-child(1),
  .up-card-grid.up-card-grid-5 > :nth-child(2),
  .up-card-grid.up-card-grid-5 > :nth-child(3) {
    grid-column: span 2;
  }

  .up-card-grid.up-card-grid-5 > :nth-child(4),
  .up-card-grid.up-card-grid-5 > :nth-child(5) {
    grid-column: span 3;
  }

  .up-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.up-soft-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}

.up-feature-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.up-feature-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(26, 26, 28, 0.68);
  font-size: 15px;
}

.up-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a1a1c;
}

.up-hub {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 36px 20px;
  overflow: hidden;
}

.up-hub-core {
  width: 132px;
  height: 132px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #1a1a1c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 40px rgba(26, 26, 28, 0.18);
}

.up-hub-core strong {
  font-size: 18px;
  line-height: 1.1;
}

.up-hub-core span {
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
}

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

@media (min-width: 768px) {
  .up-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .up-module-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.up-module-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f4f6fa;
  color: #1a1a1c;
  font-size: 13px;
  text-align: center;
}

.up-split {
  display: grid;
  gap: 24px;
  align-items: center;
}

@media (min-width: 1024px) {
  .up-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }
}

.up-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.up-faq-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 1024px) {
  .up-faq-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}

.up-footer-grid {
  display: grid;
  gap: 32px;
}

@media (min-width: 768px) {
  .up-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
}

.up-footer-store {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.up-footer-store img {
  height: 42px;
  width: auto;
}

.sidebar-open {
  overflow: hidden;
}

@media (max-width: 430px) {
  .up-store-badge img,
  .up-footer-store img {
    height: 44px;
  }

  .up-soft-card {
    padding: 20px;
  }
}

/* Official store badges above the existing homepage download buttons. */
.up-download-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.up-official-store-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.up-official-store-badges a,
.up-official-store-badges img {
  display: block;
  flex-shrink: 0;
}

.up-official-store-badges img {
  width: auto;
}

.up-official-store-badges a:first-child img {
  width: 151px;
  height: 40px;
}

.up-official-store-badges a:last-child img {
  width: 134px;
  height: 52px;
}

/* Semantic page titles keep the template's original H2 scale. */
.up-page-h2 {
  font-size: var(--text-heading-5);
  line-height: var(--tw-leading, var(--text-heading-5--line-height));
  font-weight: var(--font-weight-normal);
}

@media (min-width: 40rem) {
  .up-page-h2 {
    font-size: var(--text-heading-4);
    line-height: var(--tw-leading, var(--text-heading-4--line-height));
  }
}

@media (min-width: 48rem) {
  .up-page-h2 {
    font-size: var(--text-heading-3);
    line-height: var(--tw-leading, var(--text-heading-3--line-height));
  }
}

@media (min-width: 80rem) {
  .up-page-h2 {
    font-size: var(--text-heading-2);
    line-height: var(--tw-leading, var(--text-heading-2--line-height));
  }
}

.service-details-markdown .up-page-h2 {
  padding-bottom: calc(var(--spacing) * 3);
}

/* Shared conversion header and corporate footer. */
.up-site-header,
.up-site-header *,
.up-site-footer,
.up-site-footer * {
  box-sizing: border-box;
}

.up-site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 20px;
  color: #171719;
  font-family: inherit;
}

.up-header-shell {
  position: relative;
  display: flex;
  width: min(1290px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 8px 10px 8px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(23, 23, 25, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 48px rgba(26, 26, 28, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

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

.up-brand img {
  display: block;
  width: 138px;
  max-height: 46px;
  height: auto;
  object-fit: contain;
}

.up-shell-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.up-nav-item {
  position: relative;
}

.up-nav-link,
.up-nav-trigger,
.up-login-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(23, 23, 25, 0.72);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.up-nav-link,
.up-nav-trigger {
  padding: 0 10px;
}

.up-nav-link:hover,
.up-nav-link:focus-visible,
.up-nav-trigger:hover,
.up-nav-trigger:focus-visible,
.up-nav-trigger[aria-expanded="true"] {
  background: #f2f4f0;
  color: #171719;
  outline: none;
}

.up-trigger-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  transition: transform 180ms ease;
}

.up-trigger-icon svg,
.up-mobile-trigger svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.up-nav-trigger[aria-expanded="true"] .up-trigger-icon,
.up-nav-item:hover .up-trigger-icon,
.up-nav-item:focus-within .up-trigger-icon {
  transform: rotate(180deg);
}

.up-menu-popover {
  position: absolute;
  top: calc(100% + 14px);
  z-index: 110;
  visibility: hidden;
  padding: 12px;
  border: 1px solid rgba(23, 23, 25, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.16);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.up-menu-popover::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 15px;
  content: "";
}

.up-nav-item:hover .up-menu-popover,
.up-nav-item:focus-within .up-menu-popover,
.up-nav-item[data-hover="true"] .up-menu-popover,
.up-nav-item[data-open] .up-menu-popover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.up-mega-menu {
  left: 0;
  display: grid;
  width: 720px;
  grid-template-columns: 220px 1fr;
  gap: 14px;
}

.up-menu-intro {
  display: flex;
  padding: 22px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 14px;
  background: #171719;
  color: #fff;
}

.up-menu-kicker {
  margin-bottom: 12px;
  color: #b7e85b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.up-menu-intro strong,
.up-sector-heading strong {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
}

.up-menu-intro p {
  margin: 10px 0 22px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.55;
}

.up-menu-intro a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.up-menu-grid,
.up-sector-menu ul,
.up-resource-menu ul,
.up-footer-nav ul,
.up-mobile-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.up-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 4px;
}

.up-menu-grid a {
  display: flex;
  min-height: 74px;
  padding: 12px;
  align-items: flex-start;
  gap: 11px;
  border-radius: 12px;
  color: #171719;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.up-menu-grid a:hover,
.up-menu-grid a:focus-visible,
.up-sector-menu a:hover,
.up-sector-menu a:focus-visible,
.up-resource-menu a:hover,
.up-resource-menu a:focus-visible {
  background: #f3f5f1;
  outline: none;
}

.up-menu-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #e9f8c8;
  color: #38451f;
  font-size: 10px;
  font-weight: 700;
}

.up-menu-grid strong,
.up-resource-menu strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.up-menu-grid small,
.up-resource-menu small,
.up-sector-menu small {
  display: block;
  margin-top: 5px;
  color: rgba(23, 23, 25, 0.56);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.up-sector-menu {
  left: 50%;
  width: 510px;
  transform: translate(-50%, -6px);
}

.up-nav-item:hover .up-sector-menu,
.up-nav-item:focus-within .up-sector-menu,
.up-nav-item[data-hover="true"] .up-sector-menu,
.up-nav-item[data-open] .up-sector-menu {
  transform: translate(-50%, 0);
}

.up-sector-heading {
  padding: 12px 12px 18px;
  border-bottom: 1px solid rgba(23, 23, 25, 0.08);
}

.up-sector-heading .up-menu-kicker {
  display: block;
  margin-bottom: 6px;
  color: #708f34;
}

.up-sector-menu ul {
  display: grid;
  padding-top: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.up-sector-menu a,
.up-resource-menu a {
  display: block;
  padding: 13px 14px;
  border-radius: 12px;
  color: #171719;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.up-resource-menu {
  right: 0;
  width: 320px;
}

.up-header-actions,
.up-mobile-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}

.up-login-link {
  padding: 0 12px;
}

.up-login-link:hover,
.up-login-link:focus-visible {
  color: #171719;
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

.up-download-button {
  display: inline-flex;
  min-height: 48px;
  padding: 5px 6px 5px 18px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #171719;
  border-radius: 14px;
  background: #171719;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 23, 25, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.up-download-button:hover,
.up-download-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(23, 23, 25, 0.23);
  outline: none;
}

.up-download-arrow {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #b7e85b;
  color: #171719;
  font-size: 18px;
}

.up-mobile-actions,
.up-mobile-menu {
  display: none;
}

.up-site-footer {
  position: relative;
  z-index: 2;
  margin-top: 96px;
  border-top: 1px solid rgba(23, 23, 25, 0.08);
  background: #f4f6f1;
  color: #171719;
  font-family: inherit;
}

.up-footer-shell {
  width: min(1290px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 26px;
}

.up-footer-lead {
  display: flex;
  padding-bottom: 54px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  border-bottom: 1px solid rgba(23, 23, 25, 0.1);
}

.up-footer-brand img {
  display: block;
  width: 168px;
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.up-footer-brand p {
  max-width: 480px;
  margin: 18px 0 0;
  color: rgba(23, 23, 25, 0.62);
  font-size: 18px;
  line-height: 1.55;
}

.up-footer-contact {
  display: grid;
  max-width: 390px;
  gap: 7px;
  color: rgba(23, 23, 25, 0.62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  text-align: right;
}

.up-footer-contact a {
  color: #171719;
  text-decoration: none;
}

.up-footer-contact a:hover,
.up-footer-contact a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.up-footer-nav {
  display: grid;
  padding: 56px 0 64px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
}

.up-footer-nav h2 {
  margin: 0 0 22px;
  color: #171719;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.up-footer-nav ul {
  display: grid;
  gap: 14px;
}

.up-footer-nav a {
  color: rgba(23, 23, 25, 0.6);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.up-footer-nav a:hover,
.up-footer-nav a:focus-visible {
  display: inline-block;
  color: #171719;
  transform: translateX(3px);
  outline: none;
}

.up-footer-bottom {
  display: flex;
  padding-top: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(23, 23, 25, 0.1);
  color: rgba(23, 23, 25, 0.5);
  font-size: 12px;
  line-height: 1.5;
}

.up-footer-bottom p {
  margin: 0;
}

@media (max-width: 1199px) {
  .up-site-header {
    top: 12px;
    padding: 0 14px;
  }

  .up-header-shell {
    min-height: 64px;
    padding: 7px 8px 7px 18px;
    border-radius: 18px;
  }

  .up-brand img {
    width: 122px;
    max-height: 41px;
  }

  .up-shell-nav,
  .up-header-actions {
    display: none;
  }

  .up-mobile-actions {
    display: flex;
  }

  .up-mobile-actions .up-download-button {
    min-height: 46px;
    padding: 5px 5px 5px 15px;
  }

  .up-mobile-actions .up-download-arrow {
    width: 34px;
    height: 34px;
  }

  .up-menu-toggle {
    position: relative;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 13px;
    background: #eef1eb;
    cursor: pointer;
  }

  .up-menu-toggle span {
    display: block;
    width: 19px;
    height: 1.5px;
    border-radius: 2px;
    background: #171719;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .up-menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(6.5px) rotate(45deg);
  }

  .up-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .up-menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .up-mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    display: block;
    visibility: hidden;
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    border: 1px solid rgba(23, 23, 25, 0.1);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.2);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .up-site-header[data-mobile-open] .up-mobile-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .up-mobile-menu-inner {
    padding: 12px;
  }

  .up-mobile-primary {
    display: flex;
    min-height: 52px;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 13px;
    background: #171719;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .up-mobile-primary span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #b7e85b;
    color: #171719;
    font-size: 18px;
  }

  .up-mobile-group,
  .up-mobile-link {
    border-bottom: 1px solid rgba(23, 23, 25, 0.08);
  }

  .up-mobile-group:first-of-type {
    margin-top: 10px;
  }

  .up-mobile-trigger,
  .up-mobile-link,
  .up-mobile-login {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 0 8px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #171719;
    font: inherit;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .up-mobile-trigger > span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    transition: transform 180ms ease;
  }

  .up-mobile-trigger[aria-expanded="true"] > span {
    transform: rotate(180deg);
  }

  .up-mobile-submenu {
    display: grid;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 240ms ease, opacity 180ms ease, padding 240ms ease;
  }

  .up-mobile-trigger[aria-expanded="true"] + .up-mobile-submenu {
    max-height: 360px;
    padding: 0 0 10px;
    opacity: 1;
  }

  .up-mobile-submenu a {
    display: block;
    padding: 10px 12px;
    border-radius: 9px;
    color: rgba(23, 23, 25, 0.64);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
  }

  .up-mobile-submenu a:hover,
  .up-mobile-submenu a:focus-visible {
    background: #f3f5f1;
    color: #171719;
    outline: none;
  }

  .up-mobile-login {
    margin-top: 8px;
    padding: 0 12px;
    border-radius: 12px;
    background: #edf1e8;
  }

  .up-footer-shell {
    padding-top: 58px;
  }

  .up-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 679px) {
  .up-site-header {
    padding: 0 10px;
  }

  .up-header-shell {
    padding-left: 14px;
    gap: 8px;
  }

  .up-brand img {
    width: 108px;
    max-height: 36px;
  }

  .up-mobile-menu {
    right: 10px;
    left: 10px;
  }

  .up-mobile-actions {
    gap: 4px;
  }

  .up-mobile-actions .up-download-button {
    min-height: 44px;
    padding-left: 13px;
    gap: 9px;
  }

  .up-mobile-actions .up-download-arrow {
    width: 32px;
    height: 32px;
  }

  .up-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .up-site-footer {
    margin-top: 72px;
  }

  .up-footer-shell {
    width: min(100% - 32px, 1290px);
    padding: 48px 0 22px;
  }

  .up-footer-lead {
    padding-bottom: 38px;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .up-footer-brand p {
    margin-top: 14px;
    font-size: 16px;
  }

  .up-footer-contact {
    text-align: left;
  }

  .up-footer-nav {
    padding: 40px 0 44px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .up-footer-nav h2 {
    margin-bottom: 16px;
  }

  .up-footer-nav ul {
    gap: 12px;
  }

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

@media (max-width: 359px) {
  .up-mobile-actions > .up-download-button {
    padding: 0 12px;
  }

  .up-mobile-actions > .up-download-button .up-download-arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .up-site-header *,
  .up-site-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage: concise four-step onboarding flow. */
.up-how-it-works {
  padding-top: 80px;
  color: #171719;
}

.up-process-heading {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  align-items: end;
  justify-content: space-between;
  gap: 70px;
}

.up-process-eyebrow {
  margin: 0 0 13px;
  color: rgba(23, 23, 25, 0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.up-process-heading h1,
.up-process-heading h2 {
  margin: 0;
  color: #171719;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.up-process-page-main {
  padding-top: 180px;
  padding-bottom: 34px;
  background:
    radial-gradient(circle at 8% 10%, rgba(183, 232, 91, 0.17), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(142, 190, 255, 0.14), transparent 25%);
}

.up-process-page-main .up-process-heading h1 {
  max-width: 720px;
}

.up-process-heading > p {
  margin: 0;
  color: rgba(23, 23, 25, 0.62);
  font-size: 17px;
  line-height: 1.65;
}

.up-process-summary {
  display: flex;
  width: fit-content;
  margin: 0 0 30px auto;
  padding: 9px 13px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  border: 1px solid rgba(23, 23, 25, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(23, 23, 25, 0.56);
  font-size: 11px;
  font-weight: 600;
}

.up-process-summary i {
  color: #87aa42;
  font-size: 14px;
  font-style: normal;
}

.up-process-flow {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.up-process-flow::before {
  position: absolute;
  top: 53px;
  right: 5%;
  left: 5%;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 23, 25, 0.05), rgba(23, 23, 25, 0.24), rgba(23, 23, 25, 0.05));
  content: "";
}

.up-process-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(23, 23, 25, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 5px 0 rgba(23, 23, 25, 0.025);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.up-process-step:hover {
  border-color: rgba(23, 23, 25, 0.28);
  box-shadow: 0 22px 50px rgba(23, 23, 25, 0.09);
  transform: translateY(-5px);
}

.up-process-step-top {
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.up-step-number {
  display: inline-flex;
  min-width: 64px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 23, 25, 0.12);
  border-radius: 16px;
  background: #f3f5f0;
  color: #171719;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.up-process-step:first-child .up-step-number {
  border-color: #b7e85b;
  background: #b7e85b;
}

.up-step-kicker {
  color: rgba(23, 23, 25, 0.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.up-step-copy {
  margin-top: 34px;
}

.up-step-copy h3 {
  margin: 0;
  color: #171719;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.up-step-copy p {
  margin: 14px 0 0;
  color: rgba(23, 23, 25, 0.6);
  font-size: 14px;
  line-height: 1.58;
}

.up-step-visual {
  margin-top: auto;
  padding-top: 26px;
}

.up-step-store-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.up-step-store-links a,
.up-step-store-links img,
.up-process-cta-stores a,
.up-process-cta-stores img {
  display: block;
}

.up-step-store-links a:first-child img {
  width: 116px;
  height: auto;
}

.up-step-store-links a:last-child img {
  width: 105px;
  height: auto;
}

.up-step-settings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.up-step-settings span {
  display: inline-flex;
  min-height: 38px;
  padding: 0 10px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(23, 23, 25, 0.1);
  border-radius: 10px;
  background: #f5f6f3;
  color: rgba(23, 23, 25, 0.68);
  font-size: 11px;
  font-weight: 600;
}

.up-step-settings svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.up-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.up-step-tags span {
  display: inline-flex;
  min-height: 32px;
  padding: 0 11px;
  align-items: center;
  border-radius: 999px;
  background: #eff3e9;
  color: rgba(23, 23, 25, 0.65);
  font-size: 11px;
  font-weight: 600;
}

.up-step-anywhere {
  display: flex;
  align-items: center;
  gap: 12px;
}

.up-step-anywhere-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #e9f8c8;
  color: #4d6520;
}

.up-step-anywhere-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.up-step-anywhere p {
  margin: 0;
  color: rgba(23, 23, 25, 0.55);
  font-size: 11px;
  line-height: 1.45;
}

.up-process-cta {
  display: flex;
  margin-top: 18px;
  padding: 34px 38px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(23, 23, 25, 0.1);
  border-radius: 20px;
  background: #171719;
  color: #fff;
}

.up-process-cta > div:first-child {
  max-width: 610px;
}

.up-process-cta .up-process-eyebrow {
  color: #b7e85b;
}

.up-process-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.up-process-cta > div:first-child > p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.up-process-cta-stores {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.up-process-cta-stores a:first-child img {
  width: 142px;
  height: auto;
}

.up-process-cta-stores a:last-child img {
  width: 127px;
  height: auto;
}

@media (min-width: 768px) {
  .up-how-it-works {
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {
  .up-how-it-works {
    padding-top: 156px;
  }
}

@media (max-width: 1099px) {
  .up-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .up-process-flow::before {
    display: none;
  }

  .up-process-step {
    min-height: 390px;
  }
}

@media (max-width: 820px) {
  .up-process-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .up-process-heading > p {
    max-width: 650px;
  }

  .up-process-summary {
    margin: 0 0 26px;
  }

  .up-process-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .up-process-page-main {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .up-process-heading h1,
  .up-process-heading h2 {
    font-size: 39px;
  }

  .up-process-heading > p {
    font-size: 16px;
  }

  .up-process-summary {
    width: 100%;
    padding: 12px;
    justify-content: center;
    border-radius: 14px;
  }

  .up-process-summary i {
    transform: rotate(90deg);
  }

  .up-process-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .up-process-flow::before {
    display: block;
    top: 40px;
    bottom: 40px;
    left: 51px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(23, 23, 25, 0.08), rgba(135, 170, 66, 0.45), rgba(23, 23, 25, 0.08));
  }

  .up-process-step {
    min-height: 360px;
    padding: 22px;
  }

  .up-step-number {
    min-width: 58px;
    min-height: 54px;
    font-size: 25px;
  }

  .up-step-copy {
    margin-top: 27px;
  }

  .up-process-cta {
    padding: 29px 23px;
  }

  .up-process-cta-stores {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .up-process-cta-stores a:first-child img {
    width: 151px;
  }

  .up-process-cta-stores a:last-child img {
    width: 134px;
  }
}
