:root {
  --altos-bg: #030303;
  --altos-bg-soft: #0a0a0b;
  --altos-surface: rgba(255, 255, 255, 0.05);
  --altos-surface-strong: rgba(18, 18, 20, 0.96);
  --altos-surface-soft: rgba(255, 255, 255, 0.03);
  --altos-border: rgba(255, 255, 255, 0.1);
  --altos-border-strong: rgba(255, 255, 255, 0.16);
  --altos-text: rgba(255, 255, 255, 0.78);
  --altos-title: #ffffff;
  --altos-muted: rgba(255, 255, 255, 0.58);
  --altos-primary: #b90e18;
  --altos-primary-strong: #f13c47;
  --altos-primary-soft: rgba(241, 60, 71, 0.14);
  --altos-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --altos-radius-lg: 32px;
  --altos-radius-md: 24px;
  --altos-radius-sm: 18px;
}

.altos-page {
  --background-color: var(--altos-bg);
  --default-color: var(--altos-text);
  --heading-color: var(--altos-title);
  --accent-color: var(--altos-primary-strong);
  --surface-color: #121212;
  --contrast-color: #ffffff;
  --nav-color: rgba(255, 255, 255, 0.82);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #090909;
  --nav-dropdown-color: rgba(255, 255, 255, 0.82);
  --nav-dropdown-hover-color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(241, 60, 71, 0.12), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(185, 14, 24, 0.1), transparent 18%),
    linear-gradient(180deg, #020202 0%, #080809 38%, #0b0b0d 100%);
}

.altos-page .header {
  --background-color: rgba(5, 5, 6, 0.56);
  padding: 18px 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.altos-page .header .container-fluid.container-xl {
  padding: 14px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 14, 16, 0.9), rgba(8, 8, 10, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.scrolled.altos-page .header {
  --background-color: rgba(5, 5, 6, 0.92);
}

.altos-page .logo-altos-premium {
  display: flex;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-right: 10px;
}

.altos-page .site-brand-mark--altos {
  display: block;
  width: auto !important;
  height: 42px !important;
  max-height: 42px !important;
  max-width: min(24vw, 240px) !important;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.18));
}

.footer-brand-altos {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 64px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.altos-page .navmenu a:focus-visible,
.altos-page .navmenu .nav-cta a:focus-visible,
.altos-page .logo:focus-visible,
.altos-page button:focus-visible,
.altos-page summary:focus-visible,
.altos-page a:focus-visible {
  outline: 3px solid rgba(241, 60, 71, 0.55);
  outline-offset: 3px;
  border-radius: 14px;
}

.altos-page .navmenu .nav-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--altos-primary), var(--altos-primary-strong));
  color: #fff;
  box-shadow: 0 18px 34px rgba(185, 14, 24, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.altos-page .navmenu .nav-cta a:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(185, 14, 24, 0.34);
}

@media (min-width: 1200px) {
  .altos-page .navmenu ul {
    gap: 4px;
  }

  .altos-page .navmenu a,
  .altos-page .navmenu a:focus {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.72);
  }

  .altos-page .navmenu a:hover,
  .altos-page .navmenu .active,
  .altos-page .navmenu .active:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
  }
}

.altos-main section,
.altos-main .section {
  padding-top: clamp(76px, 7vw, 112px);
  padding-bottom: clamp(76px, 7vw, 112px);
}

.altos-main h1,
.altos-main h2,
.altos-main h3,
.altos-main h4 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.045em;
  color: var(--altos-title);
}

.altos-main p {
  color: var(--altos-text);
  line-height: 1.72;
}

.altos-eyebrow,
.altos-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(241, 60, 71, 0.18);
  background: rgba(241, 60, 71, 0.08);
  color: #ffd9dd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.altos-chip--soft {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff1f2;
}

.altos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 18px;
  font-weight: 700;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.altos-btn:hover {
  transform: translateY(-2px);
}

.altos-btn--primary {
  background: linear-gradient(135deg, var(--altos-primary), var(--altos-primary-strong));
  color: #fff;
  box-shadow: 0 22px 46px rgba(185, 14, 24, 0.26);
}

.altos-btn--primary:hover {
  color: #fff;
  box-shadow: 0 28px 52px rgba(185, 14, 24, 0.32);
}

.altos-btn--ghost {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #f7f7f8;
}

.altos-btn--ghost:hover {
  color: #fff;
  border-color: rgba(241, 60, 71, 0.34);
  background: rgba(241, 60, 71, 0.08);
}

.altos-section-heading {
  max-width: 860px;
  margin: 0 auto;
}

.altos-section-heading--center {
  text-align: center;
}

.altos-section-heading h2,
.altos-copy-block h2,
.altos-cta-shell h2 {
  margin: 18px 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.75rem);
  line-height: 1.04;
}

.altos-section-heading p {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}

.altos-copy-block {
  max-width: 540px;
}

.altos-copy-block--narrow {
  max-width: 500px;
}

.altos-copy-block p {
  margin-bottom: 18px;
}

.altos-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.altos-bullet-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.78);
}

.altos-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--altos-primary), var(--altos-primary-strong));
  box-shadow: 0 0 0 5px rgba(241, 60, 71, 0.12);
}

.altos-hero {
  position: relative;
  overflow: hidden;
  padding-top: 156px !important;
  padding-bottom: 104px !important;
}

.altos-hero__backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.altos-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.altos-hero__glow--primary {
  top: -140px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(241, 60, 71, 0.26), transparent 68%);
}

.altos-hero__glow--secondary {
  left: -120px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(185, 14, 24, 0.2), transparent 68%);
}

.altos-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 100%);
}

.altos-hero__content {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.altos-hero__content h1 {
  margin: 22px 0 18px;
  font-size: clamp(3rem, 5vw, 5.15rem);
  line-height: 0.95;
  max-width: 10.8ch;
}

.altos-hero__lead {
  max-width: 57ch;
  font-size: 1.05rem;
}

.altos-hero__actions,
.altos-cta-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.altos-hero__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.altos-hero__checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
}

.altos-hero__checklist i {
  color: #ff7680;
  font-size: 1.1rem;
}

.altos-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.altos-hero__proof article,
.altos-kpi-grid article,
.altos-dashboard-shell__metrics article {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.altos-hero__proof strong,
.altos-kpi-grid strong,
.altos-dashboard-shell__metrics strong {
  display: block;
  color: #ffffff;
}

.altos-hero__proof span {
  display: block;
  margin-top: 8px;
  color: var(--altos-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.altos-hero-media {
  position: relative;
  min-height: 640px;
  margin: 0;
}

.altos-device,
.altos-product-stage__panel,
.altos-dashboard-shell {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(22, 22, 24, 0.98), rgba(10, 10, 12, 0.96));
  box-shadow: var(--altos-shadow);
  overflow: hidden;
}

.altos-device::before,
.altos-product-stage__panel::before,
.altos-dashboard-shell::before,
.altos-pain-card::before,
.altos-benefit-card::before,
.altos-flow-step::before,
.altos-cta-shell::before,
.altos-faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.altos-device img,
.altos-product-stage__panel img,
.altos-dashboard-shell__screen img {
  display: block;
  width: 100%;
  height: auto;
}

.altos-device__label {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(3, 3, 4, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.altos-device--desktop {
  width: min(100%, 640px);
  margin-left: auto;
  transform: perspective(1600px) rotateY(-9deg) rotateX(4deg);
}

.altos-device--desktop img {
  border-radius: 30px;
}

.altos-device--mobile {
  position: absolute;
  right: 12px;
  bottom: -12px;
  width: min(34%, 220px);
  border-radius: 34px;
  transform: rotate(8deg);
}

.altos-device--mobile img {
  border-radius: 34px;
}

.altos-floating-card {
  position: absolute;
  z-index: 3;
  max-width: 240px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(11, 11, 13, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.altos-floating-card--top {
  top: 34px;
  left: -10px;
}

.altos-floating-card--bottom {
  right: 42px;
  bottom: 34px;
}

.altos-floating-card span,
.altos-floating-card small {
  display: inline-block;
  margin-bottom: 8px;
  color: #ff9098;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.altos-floating-card strong {
  display: block;
  color: #ffffff;
  line-height: 1.5;
}

.altos-pains,
.altos-flow {
  position: relative;
}

.altos-pains::before,
.altos-system::before,
.altos-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(241, 60, 71, 0.06), transparent 44%);
}

.altos-pain-card,
.altos-benefit-card,
.altos-flow-step {
  position: relative;
  height: 100%;
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(18, 18, 20, 0.94), rgba(10, 10, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.altos-pain-card:hover,
.altos-benefit-card:hover,
.altos-flow-step:hover,
.altos-product-stage__panel:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 60, 71, 0.24);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.24);
}

.altos-pain-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--altos-primary-soft);
  color: #ff7e88;
  font-size: 1.3rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.altos-pain-card h3,
.altos-benefit-card h3,
.altos-flow-step h3 {
  margin-bottom: 10px;
  font-size: 1.36rem;
  line-height: 1.16;
}

.altos-pain-card p,
.altos-benefit-card p,
.altos-flow-step p {
  margin-bottom: 0;
}

.altos-system {
  position: relative;
}

.altos-product-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 18px;
}

.altos-product-stage__stack {
  display: grid;
  gap: 18px;
}

.altos-product-stage__panel {
  padding: 18px;
}

.altos-product-stage__panel--wide {
  min-height: 100%;
}

.altos-product-stage__panel--mobile img {
  max-width: 82%;
  margin: 0 auto;
}

.altos-panel-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.altos-panel-head span,
.altos-dashboard-shell__topbar span {
  color: #ff9098;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.altos-panel-head strong,
.altos-dashboard-shell__topbar strong {
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.45;
}

.altos-benefit-card {
  padding: 30px;
}

.altos-benefit-card small {
  display: inline-block;
  margin-bottom: 14px;
  color: #ff9098;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.altos-benefit-card--feature {
  background:
    radial-gradient(circle at top right, rgba(241, 60, 71, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(20, 20, 23, 0.98), rgba(10, 10, 12, 0.98));
}

.altos-flow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.altos-flow-timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 60, 71, 0.08), rgba(241, 60, 71, 0.35), rgba(241, 60, 71, 0.08));
}

.altos-flow-step__number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(185, 14, 24, 0.9), rgba(241, 60, 71, 0.9));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(185, 14, 24, 0.22);
}

.altos-dashboard-shell {
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(241, 60, 71, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(20, 20, 23, 0.98), rgba(9, 9, 11, 0.98));
}

.altos-dashboard-shell__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.altos-dashboard-shell__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
}

.altos-dashboard-shell__status i {
  color: #ff7e88;
}

.altos-dashboard-shell__metrics,
.altos-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.altos-kpi-grid {
  margin-top: 28px;
}

.altos-kpi-grid strong {
  font-size: 2rem;
  line-height: 1;
}

.altos-kpi-grid span,
.altos-dashboard-shell__metrics small {
  display: block;
  margin-top: 8px;
  color: var(--altos-muted);
}

.altos-dashboard-shell__metrics strong {
  margin-top: 6px;
  font-size: 1.36rem;
}

.altos-dashboard-shell__screen {
  margin-top: 18px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.altos-faq {
  position: relative;
}

.altos-faq-accordion {
  max-width: 920px;
  margin: 34px auto 0;
  display: grid;
  gap: 16px;
}

.altos-faq-item {
  position: relative;
  padding: 0;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(18, 18, 20, 0.96), rgba(10, 10, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.altos-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  padding: 24px 28px;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 700;
}

.altos-faq-item summary::-webkit-details-marker {
  display: none;
}

.altos-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #ff9098;
  font-size: 1.25rem;
  line-height: 1;
}

.altos-faq-item[open] summary::after {
  content: "-";
}

.altos-faq-item p {
  margin: 0;
  padding: 0 28px 24px;
}

.altos-cta {
  padding-top: 24px !important;
}

.altos-cta-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(241, 60, 71, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(185, 14, 24, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(18, 18, 20, 0.98), rgba(8, 8, 10, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--altos-shadow);
}

.altos-cta-shell__copy {
  max-width: 620px;
}

.altos-cta-shell__copy p {
  max-width: 58ch;
  margin-bottom: 0;
}

.footer-altos {
  --background-color: #040404;
  --default-color: rgba(255, 255, 255, 0.84);
  --heading-color: #ffffff;
  --accent-color: var(--altos-primary-strong);
  background:
    radial-gradient(circle at top right, rgba(241, 60, 71, 0.12), transparent 22%),
    linear-gradient(180deg, #050505 0%, #0b0b0d 100%);
}

.footer-altos .footer-top {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.footer-altos .footer-about .logo {
  margin-bottom: 28px;
}

.footer-altos .footer-about .logo img,
.footer-altos .footer-brand-altos {
  max-height: 82px;
  width: auto;
  max-width: none;
}

.footer-altos p,
.footer-altos .footer-links ul a,
.footer-altos .copyright,
.footer-altos .credits,
.footer-altos .social-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-altos .footer-links ul a:hover,
.footer-altos .social-links a:hover {
  color: #ffffff;
}

.footer-altos .footer-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--altos-primary), var(--altos-primary-strong));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(185, 14, 24, 0.26);
}

.footer-altos .footer-cta-link:hover {
  color: #fff;
}

.altos-reveal {
  animation: altosFloatIn 0.8s ease both;
  animation-delay: calc(var(--altos-delay, 0) * 1ms);
}

[data-reveal-delay="0"] { --altos-delay: 0; }
[data-reveal-delay="160"] { --altos-delay: 160; }
[data-reveal-delay="240"] { --altos-delay: 240; }
[data-reveal-delay="320"] { --altos-delay: 320; }

@keyframes altosFloatIn {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .altos-btn,
  .altos-page .navmenu .nav-cta a,
  .altos-pain-card,
  .altos-benefit-card,
  .altos-flow-step,
  .altos-product-stage__panel,
  .altos-reveal {
    transition: none;
    animation: none;
  }

  .altos-device--desktop,
  .altos-device--mobile {
    transform: none;
  }
}

@media (max-width: 1199px) {
  .altos-product-stage {
    grid-template-columns: 1fr;
  }

  .altos-flow-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .altos-flow-timeline::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .altos-page .header {
    padding: 16px 0;
  }

  .altos-page .header .container-fluid.container-xl {
    padding: 12px 16px;
    border-radius: 22px;
  }

  .altos-page .site-brand-mark--altos {
    max-width: min(30vw, 220px) !important;
    height: 40px !important;
    max-height: 40px !important;
  }

  .altos-hero {
    padding-top: 142px !important;
    padding-bottom: 84px !important;
  }

  .altos-hero__content,
  .altos-copy-block,
  .altos-copy-block--narrow {
    max-width: none;
  }

  .altos-hero__content {
    text-align: center;
  }

  .altos-hero__lead,
  .altos-cta-shell__copy p {
    max-width: none;
  }

  .altos-hero__actions,
  .altos-cta-shell__actions,
  .altos-hero__checklist {
    justify-content: center;
  }

  .altos-hero__checklist li {
    justify-content: center;
  }

  .altos-hero__proof {
    grid-template-columns: 1fr;
  }

  .altos-hero-media {
    min-height: auto;
    padding-bottom: 70px;
  }

  .altos-device--desktop {
    transform: none;
  }

  .altos-floating-card--top {
    left: 18px;
  }

  .altos-product-stage__panel--mobile img {
    max-width: 54%;
  }

  .altos-dashboard-shell__topbar,
  .altos-cta-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .altos-page .header {
    padding: 12px 0;
  }

  .altos-page .header .container-fluid.container-xl {
    padding: 10px 12px;
    border-radius: 18px;
  }

  .altos-page .site-brand-mark--altos {
    max-width: min(56vw, 210px) !important;
    height: 36px !important;
    max-height: 36px !important;
  }

  .altos-main section,
  .altos-main .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .altos-hero {
    padding-top: 120px !important;
    padding-bottom: 68px !important;
  }

  .altos-hero__content h1,
  .altos-section-heading h2,
  .altos-copy-block h2,
  .altos-cta-shell h2 {
    font-size: 2.35rem;
    max-width: none;
  }

  .altos-btn {
    width: 100%;
  }

  .altos-hero__actions,
  .altos-cta-shell__actions {
    display: grid;
    width: 100%;
  }

  .altos-hero__checklist li {
    justify-content: flex-start;
  }

  .altos-device,
  .altos-pain-card,
  .altos-benefit-card,
  .altos-flow-step,
  .altos-product-stage__panel,
  .altos-dashboard-shell,
  .altos-faq-item,
  .altos-cta-shell {
    border-radius: 24px;
  }

  .altos-device--mobile {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(72%, 260px);
    margin: 18px auto 0;
    transform: none;
  }

  .altos-floating-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 14px;
  }

  .altos-product-stage__panel,
  .altos-dashboard-shell {
    padding: 18px;
  }

  .altos-product-stage__panel--mobile img {
    max-width: 72%;
  }

  .altos-flow-timeline,
  .altos-kpi-grid,
  .altos-dashboard-shell__metrics {
    grid-template-columns: 1fr;
  }

  .altos-faq-item summary {
    padding: 20px 22px;
    font-size: 1rem;
  }

  .altos-faq-item p {
    padding: 0 22px 20px;
  }

  .footer-altos .footer-about .logo img,
  .footer-altos .footer-brand-altos {
    max-height: 56px;
  }
}
