:root {
  --up-sales-black: #080808;
  --up-sales-ink: #101014;
  --up-sales-muted: #4b5563;
  --up-sales-soft: #f7f4ef;
  --up-sales-line: rgba(15, 23, 42, 0.1);
  --up-sales-gold: #c99b35;
  --up-sales-gold-2: #d6b25e;
  --up-sales-green: #18c29c;
  --up-sales-shadow: 0 22px 70px rgba(15, 23, 42, 0.11);
  --up-sales-radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.up-sales-body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--up-sales-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.up-sales-body a {
  color: inherit;
  text-decoration: none;
}

.up-sales-body button,
.up-sales-body input {
  font: inherit;
}

.up-sales-skip,
.up-sales-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.up-sales-skip:focus {
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  border-radius: 10px;
  background: var(--up-sales-black);
  color: #fff;
}

.up-sales-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  width: min(100%, 100%);
  padding: 18px clamp(18px, 5vw, 82px);
  border-bottom: 1px solid var(--up-sales-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

.up-sales-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-size: 2.35rem;
  font-weight: 850;
  letter-spacing: 0;
  color: #111827;
}

.up-sales-brand-mark {
  color: var(--up-sales-gold);
}

.up-sales-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  color: #0f172a;
  font-weight: 650;
}

.up-sales-nav a {
  padding: 10px 0;
}

.up-sales-nav a:hover,
.up-sales-nav a:focus-visible {
  color: var(--up-sales-gold);
}

.up-sales-header-actions,
.up-sales-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.up-sales-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.up-sales-button:hover,
.up-sales-button:focus-visible {
  transform: translateY(-1px);
}

.up-sales-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #b98218, #d2a23a);
  box-shadow: 0 14px 34px rgba(201, 155, 53, 0.28);
}

.up-sales-button-ghost {
  border-color: rgba(201, 155, 53, 0.52);
  background: rgba(255, 255, 255, 0.72);
  color: #0f172a;
}

.up-sales-button-dark-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.up-sales-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--up-sales-line);
  border-radius: 10px;
  background: #fff;
}

.up-sales-menu-button span:not(.up-sales-sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #111827;
}

.up-sales-section {
  width: min(calc(100% - 36px), 1240px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 116px) 0;
}

.up-sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 90px);
  padding-top: clamp(58px, 8vw, 96px);
}

.up-sales-hero > *,
.up-sales-split > * {
  min-width: 0;
}

.up-sales-pill,
.up-sales-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 26px;
  padding: 8px 14px;
  border: 1px solid rgba(201, 155, 53, 0.36);
  border-radius: 999px;
  background: rgba(247, 244, 239, 0.78);
  color: #8a5a12;
  font-weight: 760;
}

.up-sales-eyebrow {
  border-color: transparent;
  background: transparent;
  padding: 0;
  color: var(--up-sales-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.up-sales-hero h1,
.up-sales-section h2,
.up-sales-final h2 {
  margin: 0;
  color: #050505;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.up-sales-hero h1 {
  max-width: 690px;
  font-size: 3.85rem;
}

.up-sales-section h2,
.up-sales-final h2 {
  max-width: 870px;
  font-size: 3.25rem;
  overflow-wrap: break-word;
}

.up-sales-hero h1::after,
.up-sales-section-heading h2::after,
.up-sales-ai h2::after,
.up-sales-patient h2::after {
  content: "";
  display: block;
  width: min(220px, 48%);
  height: 9px;
  margin-top: -2px;
  background: linear-gradient(90deg, transparent, var(--up-sales-gold), transparent);
  clip-path: polygon(0 55%, 100% 18%, 98% 67%, 2% 100%);
}

.up-sales-lead,
.up-sales-section-heading p,
.up-sales-split p,
.up-sales-final p {
  max-width: 650px;
  color: var(--up-sales-muted);
  font-size: 1.24rem;
}

.up-sales-lead {
  margin: 28px 0 32px;
}

.up-sales-chip-grid,
.up-sales-mini-grid,
.up-sales-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.up-sales-chip-grid span,
.up-sales-mini-grid span,
.up-sales-benefit-grid span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 13px 18px;
  border: 1px solid var(--up-sales-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.04);
  color: #182033;
  font-weight: 700;
}

.up-sales-chip-grid span::before,
.up-sales-mini-grid span::before,
.up-sales-benefit-grid span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 11px;
  border-radius: 999px;
  background: var(--up-sales-green);
  box-shadow: 0 0 0 5px rgba(24, 194, 156, 0.13);
}

.up-sales-hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: start;
  min-width: 0;
  margin: 0;
  padding-top: clamp(76px, 7vw, 106px);
}

.up-sales-hero-shot {
  display: block;
  width: min(820px, calc(100% + 68px));
  max-width: none;
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 28px 72px rgba(15, 23, 42, 0.16));
}

.up-sales-browser {
  width: min(820px, 100%);
  margin-left: auto;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 28px;
  background: linear-gradient(180deg, #f7f8fa, #fff);
  box-shadow: var(--up-sales-shadow);
  overflow: hidden;
}

.up-sales-browser-bar {
  display: grid;
  grid-template-columns: repeat(3, 10px) 1fr;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--up-sales-line);
  background: #f7f7f8;
}

.up-sales-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef7469;
}

.up-sales-browser-bar span:nth-child(2) {
  background: #e9b64b;
}

.up-sales-browser-bar span:nth-child(3) {
  background: #55c883;
}

.up-sales-browser-bar em {
  justify-self: center;
  width: min(330px, 70%);
  padding: 6px;
  border-radius: 999px;
  background: #fff;
  color: #7b8496;
  font-size: 0.78rem;
  font-style: normal;
  text-align: center;
}

.up-sales-dashboard {
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 560px;
}

.up-sales-dashboard aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 24px 16px;
  border-right: 1px solid var(--up-sales-line);
  background: #fff;
}

.up-sales-dashboard aside strong {
  color: var(--up-sales-gold);
  font-size: 1.5rem;
}

.up-sales-dashboard aside i {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(201, 155, 53, 0.18), rgba(24, 194, 156, 0.12));
}

.up-sales-dashboard-main {
  padding: 26px;
  min-width: 0;
}

.up-sales-dashboard-title span,
.up-sales-dashboard-title small {
  display: block;
}

.up-sales-dashboard-title span {
  font-weight: 850;
  font-size: 1.25rem;
}

.up-sales-dashboard-title small {
  color: var(--up-sales-muted);
}

.up-sales-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.up-sales-kpis article,
.up-sales-kanban,
.up-sales-check-card,
.up-sales-floating-card,
.up-sales-checkin-mock section,
.up-sales-checkin-mock aside,
.up-sales-phone,
.up-sales-patient-cards article,
.up-sales-dev-card {
  border: 1px solid var(--up-sales-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.up-sales-kpis article {
  padding: 16px;
}

.up-sales-kpis span,
.up-sales-kpis small {
  display: block;
  color: var(--up-sales-muted);
  font-size: 0.78rem;
}

.up-sales-kpis strong {
  display: block;
  margin: 10px 0 4px;
  color: #0f172a;
  font-size: 1.65rem;
}

.up-sales-kpis article:nth-child(2) small,
.up-sales-kpis article:nth-child(3) small {
  color: #d97706;
}

.up-sales-kpis article:nth-child(4) small,
.up-sales-kpis article:first-child small {
  color: #059669;
}

.up-sales-dashboard-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 16px;
}

.up-sales-kanban,
.up-sales-check-card {
  padding: 18px;
}

.up-sales-kanban h3,
.up-sales-check-card h3,
.up-sales-checkin-mock h3 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.up-sales-kanban > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.up-sales-kanban article {
  min-height: 132px;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(24, 194, 156, 0.1), rgba(201, 155, 53, 0.08));
}

.up-sales-kanban strong,
.up-sales-kanban span {
  display: block;
  font-size: 0.74rem;
}

.up-sales-kanban span {
  margin-top: 10px;
  color: #334155;
}

.up-sales-check-card p {
  display: flex;
  justify-content: space-between;
  color: #334155;
}

.up-sales-progress {
  height: 10px;
  border-radius: 999px;
  background: #edf1f3;
  overflow: hidden;
}

.up-sales-progress span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: var(--up-sales-green);
}

.up-sales-check-card small {
  display: block;
  margin: 16px 0;
  color: var(--up-sales-muted);
}

.up-sales-check-card button,
.up-sales-phone button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--up-sales-green);
  color: #fff;
  font-weight: 850;
}

.up-sales-floating-card {
  position: absolute;
  left: -8px;
  bottom: 24px;
  width: 236px;
  padding: 18px;
}

.up-sales-floating-card span,
.up-sales-floating-card small {
  display: block;
  color: var(--up-sales-muted);
}

.up-sales-floating-card strong {
  display: block;
  margin: 7px 0;
  font-size: 1.7rem;
}

.up-sales-problem {
  background: radial-gradient(circle at 15% 15%, rgba(201, 155, 53, 0.2), transparent 28%), #080808;
  color: #fff;
}

.up-sales-problem-inner {
  padding-top: clamp(86px, 9vw, 128px);
  padding-bottom: clamp(86px, 9vw, 128px);
}

.up-sales-problem h2,
.up-sales-final h2 {
  color: #fff;
}

.up-sales-problem p {
  color: rgba(255, 255, 255, 0.72);
}

.up-sales-dark-grid,
.up-sales-feature-grid,
.up-sales-steps,
.up-sales-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.up-sales-dark-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.up-sales-dark-grid h3,
.up-sales-feature-grid h3,
.up-sales-steps h3,
.up-sales-plan-grid h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.up-sales-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.up-sales-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

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

.up-sales-feature-grid article,
.up-sales-steps article,
.up-sales-plan-grid article {
  padding: 26px;
  border: 1px solid var(--up-sales-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.up-sales-feature-grid article > span,
.up-sales-steps article > span,
.up-sales-plan-featured > span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--up-sales-gold);
  font-weight: 900;
}

.up-sales-feature-grid p,
.up-sales-steps p,
.up-sales-plan-grid p,
.up-sales-plan-grid li,
.up-sales-faq p,
.up-sales-footer p,
.up-sales-footer a {
  color: var(--up-sales-muted);
}

.up-sales-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.up-sales-split-reverse {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.up-sales-timeline {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--up-sales-line);
  border-radius: var(--up-sales-radius);
  background: linear-gradient(135deg, #fff, #faf8f2);
  box-shadow: var(--up-sales-shadow);
}

.up-sales-timeline span {
  position: relative;
  min-height: 54px;
  padding: 16px 18px 16px 52px;
  border-radius: 12px;
  background: #fff;
  font-weight: 800;
}

.up-sales-timeline span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 5px solid rgba(24, 194, 156, 0.18);
  border-radius: 999px;
  background: var(--up-sales-green);
}

.up-sales-checkin-mock {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.up-sales-checkin-mock section,
.up-sales-checkin-mock aside {
  padding: 24px;
}

.up-sales-checkin-mock ul,
.up-sales-checkin-mock ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.up-sales-checkin-mock li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--up-sales-line);
}

.up-sales-checkin-mock li span {
  color: #334155;
}

.up-sales-checkin-mock li strong {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(201, 155, 53, 0.12);
  color: #b76b00;
  font-size: 0.8rem;
  white-space: nowrap;
}

.up-sales-checkin-mock li strong.good {
  background: rgba(24, 194, 156, 0.13);
  color: #047857;
}

.up-sales-score {
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  margin: 18px auto;
  border: 13px solid rgba(201, 155, 53, 0.34);
  border-top-color: #d97706;
  border-radius: 999px;
  font-size: 2.4rem;
  font-weight: 900;
}

.up-sales-score small {
  font-size: 1rem;
  color: var(--up-sales-muted);
}

.up-sales-checkin-mock aside h4 {
  margin: 22px 0 10px;
}

.up-sales-checkin-mock aside ol li {
  justify-content: flex-start;
}

.up-sales-note {
  padding: 20px;
  border: 1px solid rgba(201, 155, 53, 0.18);
  border-radius: 14px;
  background: rgba(201, 155, 53, 0.08);
}

.up-sales-patient {
  background: linear-gradient(180deg, #fff, #f9f7f1);
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1240px) / 2));
  padding-right: max(18px, calc((100vw - 1240px) / 2));
}

.up-sales-dev-card {
  max-width: 430px;
  margin-top: 34px;
  padding: 24px;
}

.up-sales-dev-card strong {
  display: block;
  font-size: 1.15rem;
}

.up-sales-dev-card div {
  height: 10px;
  border-radius: 999px;
  background: #ece7df;
  overflow: hidden;
}

.up-sales-dev-card div span {
  display: block;
  width: 60%;
  height: 100%;
  background: var(--up-sales-gold);
}

.up-sales-phone-wrap {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 22px;
  align-items: center;
}

.up-sales-phone {
  position: relative;
  min-height: 560px;
  padding: 58px 22px 24px;
  border: 9px solid #14100d;
  border-radius: 42px;
  background: #fff;
  transform: rotate(4deg);
}

.up-sales-phone-top {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 108px;
  height: 28px;
  border-radius: 999px;
  background: #080808;
  transform: translateX(-50%);
}

.up-sales-phone h3 {
  margin: 16px 0;
  font-size: 1.45rem;
}

.up-sales-phone section,
.up-sales-phone article {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--up-sales-line);
  border-radius: 14px;
  background: #fbfbfb;
}

.up-sales-phone section span,
.up-sales-phone article span {
  display: block;
  color: var(--up-sales-muted);
}

.up-sales-phone section b {
  display: block;
  margin-top: 8px;
  font-size: 1.45rem;
}

.up-sales-phone article div {
  height: 9px;
  margin-top: 12px;
  border-radius: 999px;
  background: #e9edf0;
}

.up-sales-phone article div i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--up-sales-green);
}

.up-sales-patient-cards {
  display: grid;
  gap: 16px;
}

.up-sales-patient-cards article {
  min-height: 112px;
  padding: 22px;
}

.up-sales-patient-cards h3 {
  margin: 0 0 8px;
}

.up-sales-patient-cards p {
  margin: 0;
  color: var(--up-sales-muted);
}

.up-sales-patient-cards em {
  display: inline-flex;
  margin-right: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(201, 155, 53, 0.14);
  color: #99620d;
  font-style: normal;
  font-weight: 800;
  font-size: 0.78rem;
}

.up-sales-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.up-sales-benefits {
  padding-top: 40px;
}

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

.up-sales-pricing {
  background: #fff;
}

.up-sales-plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.up-sales-plan-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 485px;
}

.up-sales-plan-grid strong {
  display: block;
  margin: 18px 0;
  font-size: 2rem;
}

.up-sales-plan-grid ul {
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.up-sales-plan-grid li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--up-sales-green);
}

.up-sales-plan-grid .up-sales-button {
  margin-top: auto;
}

.up-sales-plan-featured {
  border-color: rgba(201, 155, 53, 0.5) !important;
  box-shadow: 0 26px 80px rgba(201, 155, 53, 0.16) !important;
  transform: translateY(-14px);
}

.up-sales-faq {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 60px;
}

.up-sales-faq-list {
  display: grid;
  gap: 12px;
}

.up-sales-faq-list article {
  border: 1px solid var(--up-sales-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.up-sales-faq-list button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #111827;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.up-sales-faq-list button::after {
  content: "+";
  color: var(--up-sales-gold);
  font-size: 1.35rem;
}

.up-sales-faq-list button[aria-expanded="true"]::after {
  content: "-";
}

.up-sales-faq-list p {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
}

.up-sales-faq-list button[aria-expanded="true"] + p {
  display: block;
}

.up-sales-final {
  background: radial-gradient(circle at 84% 10%, rgba(201, 155, 53, 0.28), transparent 28%), #080808;
  color: #fff;
}

.up-sales-final-inner {
  text-align: center;
}

.up-sales-final h2,
.up-sales-final p {
  margin-left: auto;
  margin-right: auto;
}

.up-sales-final .up-sales-actions {
  justify-content: center;
  margin-top: 30px;
}

.up-sales-final small {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.58);
}

.up-sales-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 48px;
  padding: 42px clamp(18px, 5vw, 82px);
  border-top: 1px solid var(--up-sales-line);
  background: #fff;
}

.up-sales-footer .up-sales-brand {
  font-size: 2rem;
}

.up-sales-footer p {
  max-width: 420px;
}

.up-sales-footer nav {
  display: grid;
  gap: 10px;
}

@media (max-width: 1120px) {
  .up-sales-header {
    grid-template-columns: auto auto;
  }

  .up-sales-menu-button {
    display: block;
    justify-self: end;
  }

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

  .up-sales-header.is-open .up-sales-nav,
  .up-sales-header.is-open .up-sales-header-actions {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .up-sales-header.is-open .up-sales-nav {
    gap: 6px;
    padding-top: 16px;
  }

  .up-sales-header.is-open .up-sales-header-actions .up-sales-button {
    width: 100%;
  }

  .up-sales-hero,
  .up-sales-split,
  .up-sales-split-reverse,
  .up-sales-faq {
    grid-template-columns: minmax(0, 1fr);
  }

  .up-sales-hero {
    min-height: auto;
  }

  .up-sales-browser {
    margin: 0;
  }

  .up-sales-hero-visual {
    justify-content: center;
    padding-top: 0;
  }

  .up-sales-hero-shot {
    width: 100%;
    max-width: 760px;
  }

  .up-sales-hero h1 {
    font-size: 3.35rem;
  }

  .up-sales-section h2,
  .up-sales-final h2 {
    font-size: 2.65rem;
  }

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

  .up-sales-phone-wrap {
    grid-template-columns: 1fr;
  }

  .up-sales-phone {
    width: min(420px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .up-sales-header {
    padding: 14px 18px;
  }

  .up-sales-brand {
    font-size: 1.85rem;
  }

  .up-sales-section {
    width: min(calc(100% - 28px), 1240px);
    padding: 58px 0;
  }

  .up-sales-hero h1 {
    font-size: 2.35rem;
  }

  .up-sales-section h2,
  .up-sales-final h2 {
    font-size: 2.05rem;
  }

  .up-sales-lead,
  .up-sales-section-heading p,
  .up-sales-split p,
  .up-sales-final p {
    font-size: 1.05rem;
  }

  .up-sales-actions,
  .up-sales-header-actions {
    width: 100%;
  }

  .up-sales-actions .up-sales-button {
    width: 100%;
  }

  .up-sales-chip-grid,
  .up-sales-mini-grid,
  .up-sales-benefit-grid,
  .up-sales-dark-grid,
  .up-sales-feature-grid,
  .up-sales-steps,
  .up-sales-plan-grid,
  .up-sales-checkin-mock,
  .up-sales-kpis,
  .up-sales-dashboard-grid {
    grid-template-columns: 1fr;
  }

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

  .up-sales-dashboard aside {
    display: none;
  }

  .up-sales-dashboard-main {
    padding: 18px;
  }

  .up-sales-kanban > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .up-sales-floating-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .up-sales-plan-featured {
    transform: none;
  }

  .up-sales-phone {
    min-height: 500px;
    transform: none;
  }

  .up-sales-footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 430px) {
  .up-sales-kanban > div {
    grid-template-columns: 1fr;
  }

  .up-sales-browser-bar em {
    width: 100%;
  }
}
