:root {
  --bg: #ffffff;
  --bg-soft: #f3f5f4;
  --panel: #ffffff;
  --text: #0e1010;
  --muted: #5e655f;
  --brand-blue: #162a41;
  --brand-blue-deep: #0d1c2d;
  --brand-mint: #97d4c8;
  --brand-mint-light: #dff2ee;
  --line: rgba(14, 16, 16, 0.1);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 70px rgba(14, 29, 45, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --wrap: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg);
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
p,
ul,
figure {
  margin: 0;
}

ul {
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 15ch;
  font-size: clamp(3.4rem, 6.5vw, 6.8rem);
  line-height: 0.94;
}

h2 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 4.7vw, 5.1rem);
  line-height: 0.98;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.62;
  letter-spacing: -0.012em;
}

.page-shell {
  overflow: clip;
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 1rem 2.75rem;
  color: #ffffff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.site-header.is-scrolled {
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 35px rgba(13, 28, 45, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  width: min(10rem, 36vw);
}

.brand img {
  width: 100%;
}

.brand-dark {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.site-header.is-scrolled .brand-dark {
  opacity: 1;
}

.site-header.is-scrolled .brand-light {
  opacity: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav > a:not(.button) {
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.site-nav > a:not(.button):hover {
  opacity: 1;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  width: 1.05rem;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, top 0.2s ease, background-color 0.2s ease;
}

.menu-icon {
  position: relative;
  display: block;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-icon::before {
  top: -0.34rem;
}

.menu-icon::after {
  top: 0.34rem;
}

.menu-toggle.is-active .menu-icon {
  background: transparent;
}

.menu-toggle.is-active .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle.is-active .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.button-mint {
  color: var(--brand-blue-deep);
  background: var(--brand-mint);
}

.button-mint:hover {
  background: #afe1d8;
}

.button-outline {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}

.header-cta {
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.site-header.is-scrolled .header-cta {
  color: #ffffff;
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.hero-stage {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 36%, rgba(151, 212, 200, 0.13), transparent 26%),
    linear-gradient(135deg, #0b1928, #162a41 60%, #1d3a4f);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  top: 10%;
  right: 5%;
  width: 34rem;
  height: 34rem;
  background: rgba(151, 212, 200, 0.09);
}

.hero-glow-two {
  bottom: -14rem;
  left: 28%;
  width: 40rem;
  height: 30rem;
  background: rgba(40, 122, 174, 0.14);
}

.ecg-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  width: 100%;
  height: 12rem;
  opacity: 0.16;
}

.ecg-line path {
  fill: none;
  stroke: var(--brand-mint);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 92svh;
  padding-top: 9rem;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
  color: var(--brand-blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 800;
}

.eyebrow::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: var(--brand-mint);
}

.hero-text {
  max-width: 47rem;
  margin-top: 1.7rem;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2.1rem;
}

.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.hero-card {
  padding: 1.65rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.hero-card-label {
  padding-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.83rem;
}

.hero-card-list {
  display: grid;
}

.hero-card-list div {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid var(--line-light);
}

.hero-card-list span {
  color: var(--brand-mint);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-card-list strong {
  font-size: 0.96rem;
  font-weight: 600;
}

.proof-bar {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid div {
  display: grid;
  gap: 0.25rem;
  padding: 1.7rem 2rem;
  border-left: 1px solid var(--line);
}

.proof-grid div:last-child {
  border-right: 1px solid var(--line);
}

.proof-grid strong {
  color: var(--brand-blue);
  font-size: 0.95rem;
}

.proof-grid span {
  color: var(--muted);
  font-size: 0.82rem;
}

.section {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.section-soft {
  background: var(--bg-soft);
}

.section-heading p:not(.eyebrow) {
  max-width: 43rem;
  margin-top: 1.4rem;
}

.section-heading.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section-heading.centered h2 {
  max-width: 19ch;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: start;
}

.intro-copy {
  padding-top: 2rem;
}

.intro-copy p + p {
  margin-top: 1.2rem;
}

.intro-copy .lead {
  color: var(--text);
  font-size: 1.24rem;
  line-height: 1.5;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--line);
}

.workflow-step {
  position: relative;
  min-height: 18rem;
  padding: 2rem 1.6rem 1rem 0;
  border-right: 1px solid var(--line);
}

.workflow-step:not(:first-child) {
  padding-left: 1.6rem;
}

.workflow-step:last-child {
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 3.5rem;
  color: var(--brand-mint);
  font-size: 0.8rem;
  font-weight: 800;
}

.workflow-step p {
  margin-top: 1rem;
  font-size: 0.93rem;
}

.mode-switcher {
  margin-top: 4rem;
}

.mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  max-width: 54rem;
  margin: 0 auto 1.25rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: var(--bg-soft);
}

.mode-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.5rem;
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-weight: 700;
}

.mode-tab span {
  color: var(--brand-mint);
  font-size: 0.72rem;
}

.mode-tab.is-active {
  color: #ffffff;
  background: var(--brand-blue);
  box-shadow: 0 10px 30px rgba(22, 42, 65, 0.16);
}

.mode-panel {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 38rem;
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--shadow);
}

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

.mini-label {
  margin-bottom: 1rem;
  color: var(--brand-blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

.mode-copy h3 {
  max-width: 16ch;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.mode-copy > p:not(.mini-label) {
  margin-top: 1.4rem;
}

.check-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.7rem;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.15rem;
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  color: var(--brand-blue);
  background: var(--brand-mint-light);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 800;
}

.screen-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 42, 65, 0.12);
  border-radius: var(--radius-lg);
  background: #eef1f5;
  box-shadow: 0 24px 55px rgba(22, 42, 65, 0.16);
}

.screen-frame img {
  width: 100%;
}

.screen-frame figcaption,
.platform-showcase figcaption {
  position: absolute;
  right: 0.9rem;
  bottom: 0.8rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(13, 28, 45, 0.76);
  backdrop-filter: blur(8px);
  font-size: 0.67rem;
}

.dashboard-crop {
  aspect-ratio: 1.55;
}

.dashboard-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.connected-visual {
  position: relative;
  padding-bottom: 2.2rem;
}

.connected-screen {
  aspect-ratio: 1.72;
}

.connected-screen img {
  object-position: top center;
}

.device-card {
  position: absolute;
  right: -1.4rem;
  bottom: 0;
  display: grid;
  grid-template-columns: 8.5rem minmax(9rem, 1fr);
  gap: 1rem;
  align-items: center;
  width: min(25rem, 54%);
  padding: 0.75rem;
  border: 1px solid rgba(22, 42, 65, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(22, 42, 65, 0.22);
  backdrop-filter: blur(10px);
}

.device-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: contain;
  border-radius: 0.75rem;
  background: #ffffff;
}

.device-card div {
  display: grid;
  gap: 0.25rem;
}

.device-card span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.62rem;
  font-weight: 800;
}

.device-card strong {
  color: var(--brand-blue);
  font-size: 0.86rem;
  line-height: 1.25;
}

.platform-section {
  color: #ffffff;
  background: var(--brand-blue-deep);
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.platform-copy h2 {
  max-width: 14ch;
}

.platform-copy > p:not(.eyebrow) {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}

.platform-points {
  display: grid;
  margin-top: 2rem;
}

.platform-points div {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line-light);
}

.platform-points strong {
  color: var(--brand-mint);
  font-size: 0.92rem;
}

.platform-points span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
  line-height: 1.45;
}

.platform-showcase {
  position: relative;
  margin-bottom: 2.5rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.25);
}

.platform-showcase > img {
  overflow: hidden;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.3rem;
  padding: 0 0.9rem;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  color: #727a82;
  border-bottom: 1px solid #e9edf0;
  background: #f7f8f9;
  font-size: 0.62rem;
}

.browser-bar i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #d8dde1;
}

.browser-bar span {
  margin-left: 0.4rem;
}

.login-peek {
  position: absolute;
  left: -2.25rem;
  bottom: -2.25rem;
  width: min(34%, 18rem);
  overflow: hidden;
  border: 0.45rem solid #ffffff;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.login-peek img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  object-position: left center;
  border-radius: 0.7rem;
}

.login-peek span {
  display: block;
  padding: 0.55rem 0.45rem 0.35rem;
  color: var(--brand-blue);
  font-size: 0.67rem;
  font-weight: 700;
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 9vw, 10rem);
}

.benefit-list {
  border-top: 1px solid var(--line);
}

.benefit-row {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}

.benefit-row > span {
  color: var(--brand-mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.benefit-row p {
  margin-top: 0.5rem;
  font-size: 0.94rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 0;
  list-style: none;
  color: var(--brand-blue);
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  top: 1.45rem;
  right: 0;
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
}

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

.faq-list details p {
  max-width: 42rem;
  padding: 0 3rem 1.5rem 0;
}

.final-cta {
  padding: 0 0 2rem;
  background: #ffffff;
}

.final-cta-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(3rem, 7vw, 6rem);
  border-radius: var(--radius-xl);
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 0%, rgba(151, 212, 200, 0.23), transparent 30%),
    var(--brand-blue);
}

.final-cta h2 {
  max-width: 15ch;
}

.site-footer {
  margin-top: 2rem;
  padding: 2.4rem 0;
  background: #eff1f4;
}

.footer-inner {
  display: grid;
  gap: 2rem;
}

.footer-top,
.footer-bottom {
  display: grid;
  gap: 1.1rem;
}

.footer-top {
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}

.footer-copy {
  max-width: 34rem;
}

.footer-copy h2 {
  max-width: none;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.footer-copy p {
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-divider {
  height: 1px;
  background: #cacfd8;
}

.footer-bottom {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: start;
}

.footer-year {
  margin-bottom: 0.5rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.footer-links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 1.15rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
}

.footer-legal a {
  display: inline-block;
  padding: 0 6px;
  color: #6f7581;
  font-size: 0.9rem;
}

.footer-legal a:hover {
  color: var(--text);
}

.footer-link {
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .site-header {
    padding-inline: 1.25rem;
  }

  .menu-toggle {
    display: inline-flex;
    min-width: 2.8rem;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 0.2rem);
    left: 1rem;
    right: 1rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    color: var(--text);
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.85rem;
  }

  .site-nav .header-cta {
    margin-top: 0.5rem;
    min-height: 3.5rem;
    padding: 0.7rem 1.1rem;
    color: #ffffff;
    border-color: var(--brand-blue);
    background: var(--brand-blue);
    font-size: 0.96rem;
  }

  .hero-layout,
  .intro-grid,
  .platform-layout,
  .benefits-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    align-content: end;
    padding-top: 10rem;
  }

  .hero-card {
    display: none;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-step:nth-child(2) {
    border-right: 0;
  }

  .workflow-step:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .mode-panel {
    grid-template-columns: 1fr;
  }

  .mode-copy h3,
  .platform-copy h2 {
    max-width: 18ch;
  }

  .platform-showcase {
    order: -1;
  }

  .login-peek {
    left: 1rem;
  }

  .device-card {
    right: 1rem;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(calc(100% - 1.5rem), var(--wrap));
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .hero-stage,
  .hero-layout {
    min-height: 100svh;
  }

  .hero-layout {
    padding-bottom: 3rem;
  }

  .proof-grid,
  .workflow-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .proof-grid div,
  .proof-grid div:last-child {
    padding-inline: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .workflow-step,
  .workflow-step:not(:first-child) {
    min-height: auto;
    padding: 1.5rem 0 2rem;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .workflow-step:first-child {
    border-top: 0;
  }

  .step-number {
    margin-bottom: 1.8rem;
  }

  .mode-tabs {
    grid-template-columns: 1fr;
    border-radius: var(--radius-md);
  }

  .mode-tab {
    border-radius: calc(var(--radius-md) - 4px);
  }

  .mode-panel {
    min-height: 0;
    padding: 1.2rem;
    border-radius: var(--radius-lg);
  }

  .mode-copy {
    padding: 1rem 0.4rem;
  }

  .screen-frame figcaption,
  .platform-showcase figcaption {
    display: none;
  }

  .login-peek {
    display: none;
  }

  .connected-visual {
    display: grid;
    gap: 1rem;
    padding-bottom: 0;
  }

  .device-card {
    position: static;
    grid-template-columns: 7rem 1fr;
    width: 100%;
    box-shadow: 0 12px 32px rgba(22, 42, 65, 0.14);
  }

  .final-cta-shell {
    align-items: start;
    flex-direction: column;
  }

  .footer-links-wrap {
    justify-content: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
