:root {
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #17243c;
  background: #fff;
  font-synthesis: none;
  line-height: 1.65;
  --purple: #5146df;
  --muted: #727b8e;
  --border: #e6e9f2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  min-width: 320px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible,
video:focus-visible {
  outline: 3px solid #9c8cff;
  outline-offset: 5px;
}
a,
summary {
  touch-action: manipulation;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.3;
}
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  padding: 13px 25px;
  background: var(--purple);
  border: 1px solid var(--purple);
  color: #fff;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s;
}
a.button:hover {
  background: #4034c8;
  transform: translateY(-2px);
}
a.button-outline {
  background: #fff;
  color: #283249;
  border-color: #dee2ed;
}
a.button-outline:hover {
  background: #f1efff;
}
a.button-small {
  min-height: 40px;
  padding: 8px 17px;
  font-size: 13px;
  gap: 22px;
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.header {
  height: 82px;
  border-bottom: 1px solid #eef0f7;
  background: #ffffffef;
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(12px);
}
.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.brand-icon {
  position: relative;
  display: grid;
  place-items: center;
  background: var(--purple);
  color: white;
  width: 33px;
  height: 35px;
  border-radius: 10px;
  font-size: 23px;
  line-height: 1;
}
.brand-icon span {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #7ed2b6;
  border: 2px solid white;
  border-radius: 50%;
}
.brand-tag {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--muted);
  border-left: 1px solid #dddfe8;
  padding-left: 14px;
  margin-left: 4px;
}
nav {
  display: flex;
  gap: 29px;
  font-size: 13px;
  color: #596478;
}
nav a:hover,
.text-link:hover {
  color: var(--purple);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 12px;
  background: white;
  z-index: 20;
}
.skip-link:focus {
  top: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 20px;
  min-height: 658px;
  padding-block: 72px 80px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 1.3px;
  color: #5d6185;
  background: #f3f3ff;
  border: 1px solid #e8e7fc;
  border-radius: 30px;
  padding: 6px 13px;
  margin-bottom: 24px;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7269e5;
}
h1 {
  font-size: clamp(42px, 4.5vw, 60px);
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 780;
}
h1 > span {
  color: var(--purple);
  letter-spacing: -2.5px;
}
.lead {
  font-size: 15px;
  line-height: 1.95;
  color: #697287;
  margin: 25px 0 29px;
}
.hero-actions {
  display: flex;
  gap: 12px;
}
.hero-actions .button {
  gap: 14px;
}
.play-small {
  font-size: 12px;
  color: #5b50d3;
}
.micro {
  font-size: 11px;
  color: #838b9b;
  margin-top: 15px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding: 40px 5px 58px 14px;
  isolation: isolate;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: -70px -30px;
  background: radial-gradient(
    ellipse,
    #ebe7ff 0%,
    #f7f7fe 48%,
    transparent 71%
  );
  z-index: -2;
}
.visual-orbit {
  position: absolute;
  border: 1px solid #e7e5f6;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.orbit-one {
  width: 100%;
  height: 400px;
  left: -1%;
  top: 12px;
  transform: rotate(-24deg);
}
.orbit-two {
  width: 83%;
  height: 490px;
  left: 8%;
  top: -32px;
  transform: rotate(38deg);
}
.browser-card {
  background: white;
  border: 1px solid #e0e2ed;
  border-radius: 13px;
  box-shadow: 0 20px 65px #36306813;
  overflow: hidden;
  transform: rotate(-2deg);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 15px;
  border-bottom: 1px solid #edeef5;
  color: #adb1c1;
}
.traffic {
  display: flex;
  gap: 4px;
}
.traffic i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4b0ae;
}
.traffic i:nth-child(2) {
  background: #e7c683;
}
.traffic i:nth-child(3) {
  background: #97d2b8;
}
.address {
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: #9198a8;
  background: #f7f8fb;
  border: 1px solid #eff0f5;
  border-radius: 5px;
  padding: 3px;
}
.mock-page {
  padding: 20px 23px 24px;
}
.mock-category {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}
.mock-category > span {
  font-weight: 400;
  font-size: 9px;
  color: #a1a8b7;
}
.mock-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-art {
  position: relative;
  background: linear-gradient(140deg, #f4f1ff, #eae6f6);
  border-radius: 9px;
  min-height: 185px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.headphone-band {
  position: absolute;
  width: 101px;
  height: 123px;
  border: 13px solid #71628e;
  border-bottom-color: transparent;
  border-radius: 70px;
  top: 28px;
  transform: rotate(-17deg);
  box-shadow: inset 3px 3px 3px #c5b9db;
}
.headphone-ear {
  position: absolute;
  top: 98px;
  width: 31px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(90deg, #8a7b9f, #5a4e70);
  box-shadow: 4px 5px 7px #42324c23;
  transform: rotate(-17deg);
}
.ear-left {
  left: calc(50% - 49px);
  top: 104px;
}
.ear-right {
  right: calc(50% - 57px);
  top: 83px;
}
.art-label {
  position: absolute;
  bottom: 10px;
  left: 13px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #958aa9;
}
.product-info {
  padding-top: 2px;
}
.tiny-label {
  font-size: 9px;
  letter-spacing: 2px;
  color: #969daf;
}
.product-info h3 {
  font-size: 16px;
  margin: 7px 0 13px;
}
.fake-line {
  height: 5px;
  background: #eceef3;
  border-radius: 3px;
  margin-bottom: 6px;
  width: 87%;
}
.fake-line.short {
  width: 60%;
}
.selected-price {
  position: relative;
  border: 1.5px dashed #7c6df1;
  background: #f8f6ff;
  border-radius: 5px;
  margin: 17px -7px 14px;
  padding: 8px 9px;
  outline: 4px solid #f4f1ff;
}
.selected-price small {
  font-size: 8px;
  color: #8d83b3;
  display: block;
}
.selected-price strong {
  font-size: 27px;
  line-height: 1.3;
  display: block;
  color: #6553b5;
  letter-spacing: -1px;
}
.selected-price strong span {
  font-size: 16px;
}
.selection-tag {
  position: absolute;
  bottom: -8px;
  right: -9px;
  color: white;
  background: #7460dd;
  border-radius: 3px;
  font-size: 8px;
  padding: 2px 5px;
}
.fake-buy {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  font-size: 9px;
  color: #a5a8b6;
}
.monitor-strip {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0 14px 14px;
  padding: 12px;
  background: #f8f9fc;
  border-radius: 7px;
}
.monitor-symbol {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--purple);
  background: #edeafe;
  border-radius: 8px;
  font-size: 22px;
}
.monitor-strip strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.monitor-strip div > span {
  display: block;
  font-size: 9px;
  color: #929aad;
  margin-top: 2px;
}
.pill {
  font-size: 8px;
  color: #428d72;
  background: #e7f4ed;
  border: 1px solid #d6ece0;
  padding: 3px 7px;
  border-radius: 20px;
  margin-left: auto;
}
.notification-card {
  position: absolute;
  bottom: 16px;
  right: -6px;
  display: flex;
  gap: 13px;
  align-items: center;
  width: 310px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e5e6ef;
  border-radius: 12px;
  box-shadow: 0 12px 40px #44357716;
  transform: rotate(2deg);
}
.notification-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #eaf7ef;
  color: #479879;
  font-size: 20px;
}
.notification-title {
  display: block;
  font-size: 10px;
  color: #5d677b;
  margin-bottom: 4px;
}
.notification-title small {
  float: right;
  color: #a0a6b5;
  font-size: 8px;
}
.notification-card strong {
  display: block;
  font-size: 13px;
}
.notification-card p {
  font-size: 11px;
  color: #939bab;
  margin-top: 5px;
}
.notification-card b {
  color: #4eaa87;
}
.notification-card p span {
  font-size: 8px;
  margin-left: 8px;
}
.visual-caption {
  position: absolute;
  bottom: -29px;
  left: 37px;
  color: #9692ab;
  font-size: 10px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.visual-caption > span {
  width: 18px;
  height: 1px;
  background: #b0a8d1;
}
.use-cases {
  border-block: 1px solid #eff0f6;
  background: #fafbfe;
}
.use-cases-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  min-height: 87px;
  font-size: 13px;
  color: #a7aabd;
}
.use-cases-inner > span {
  font-size: 12px;
  color: #9298a8;
}
.use-cases-inner div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9a98b6;
  font-size: 23px;
}
.use-cases-inner b {
  font-size: 13px;
  font-weight: 500;
  color: #667087;
}
.section {
  padding-block: 88px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 36px;
}
.section-kicker {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #7469cb;
  margin-bottom: 13px;
  font-weight: 600;
}
h2 {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 730;
}
.section-heading p,
.demo-copy > p {
  font-size: 13px;
  line-height: 1.9;
  color: #858d9d;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px 25px 22px;
  overflow: hidden;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #7968d2;
  background: #f1edff;
  font-size: 25px;
  margin-bottom: 25px;
}
.feature-card:nth-child(2) .feature-icon {
  color: #4d8eaf;
  background: #edf6fc;
}
.feature-card:nth-child(3) .feature-icon {
  color: #4c9c82;
  background: #edf7f1;
}
.feature-number {
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #a5acba;
}
.feature-card h3 {
  font-size: 17px;
  margin-bottom: 13px;
}
.feature-card > p {
  font-size: 12px;
  line-height: 1.95;
  color: #7d8798;
  min-height: 70px;
}
.feature-demo {
  height: 112px;
  margin-top: 23px;
  background: #f8f9fc;
  border: 1px solid #f0f1f7;
  border-radius: 7px;
  padding: 17px;
}
.selection-demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.selection-demo > span {
  font-size: 8px;
  color: #b0b6c5;
}
.selection-demo strong {
  border: 1px dashed #9282e7;
  background: #f2eeff;
  color: #7a6bc0;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 500;
}
.rule-demo {
  display: grid;
  align-content: center;
  gap: 8px;
}
.rule-demo > span {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #8490a5;
  gap: 10px;
}
.rule-demo b {
  color: #69728c;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e9ebf3;
  min-width: 90px;
  padding: 2px 9px;
  border-radius: 4px;
}
.mail-demo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.mail-circle {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 1px solid #e1ebe7;
  color: #68a68e;
  border-radius: 50%;
  background: #fff;
  font-size: 17px;
}
.mail-demo strong {
  font-size: 10px;
  display: block;
  font-weight: 500;
}
.mail-demo div > span {
  font-size: 8px;
  color: #9aa4b5;
  display: block;
  margin-top: 5px;
}
.demo-section {
  background: #f7f8fc;
  border-block: 1px solid #eff0f7;
  padding-block: 74px;
}
.demo-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 70px;
  align-items: center;
}
.demo-copy h2 {
  font-size: 33px;
  line-height: 1.45;
}
.demo-copy > p {
  margin-top: 19px;
}
.demo-steps {
  padding: 0;
  margin: 27px 0 26px;
  list-style: none;
  display: grid;
  gap: 13px;
  font-size: 12px;
  color: #68738a;
}
.demo-steps span {
  font-size: 10px;
  color: #a0a4bd;
  margin-right: 13px;
}
.text-link {
  color: #7162c5;
  font-size: 12px;
  font-weight: 600;
}
.video-frame {
  aspect-ratio: 16/9;
  border: 1px solid #e0e1ed;
  border-radius: 12px;
  overflow: hidden;
  background: #f0eff9;
  box-shadow: 0 8px 32px #30265a06;
  position: relative;
}
.video-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  background: radial-gradient(ellipse at 50% 40%, #ffffffcc, transparent);
}
.video-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(#deddeb60 1px, transparent 1px),
    linear-gradient(90deg, #deddeb60 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse, #0008, transparent 75%);
}
.video-emblem {
  width: 63px;
  height: 63px;
  background: #fff;
  border: 1px solid #e3e0f3;
  box-shadow: 0 6px 18px #73618a0b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #9585d2;
  font-size: 17px;
  padding-left: 3px;
  margin-bottom: 17px;
}
.video-placeholder h3 {
  font-size: 17px;
  font-weight: 600;
  color: #686682;
}
.video-placeholder p {
  font-size: 11px;
  color: #9996af;
  margin-top: 9px;
}
.video-bottom {
  position: absolute;
  bottom: 17px;
  left: 20px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #a2a0b7;
}
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #141428;
}
[hidden] {
  display: none !important;
}
.install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.step-number {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #daddeb;
  border-radius: 50%;
  font-size: 13px;
  color: #787397;
  margin-bottom: 21px;
}
.install-grid h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.install-grid p {
  font-size: 12px;
  color: #7d8798;
  line-height: 1.95;
  margin-bottom: 15px;
}
.browser-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
code {
  font-size: 10px;
  border: 1px solid #e8eaf2;
  background: #f8f9fc;
  border-radius: 4px;
  padding: 3px 7px;
  color: #757d91;
}
.download-section {
  padding: 43px 48px;
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(ellipse at 80% -40%, #8580f3, transparent 64%), #5346c4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.download-section .section-kicker {
  color: #c7c0fa;
  font-weight: 400;
}
.download-section h2 {
  font-size: 29px;
}
.download-section > div > p {
  font-size: 12px;
  color: #ccc7ed;
  margin-top: 14px;
}
.download-actions {
  text-align: center;
  flex-shrink: 0;
}
a.button-white {
  background: #fff;
  border-color: #fff;
  color: #5146c3;
  min-width: 221px;
}
a.button-white:hover {
  background: #efecff;
}
.download-section .download-actions p {
  font-size: 9px;
  color: #c6bfeb;
  margin-top: 13px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  padding-bottom: 77px;
}
.faq-section h2 {
  font-size: 28px;
}
.faq-list details {
  border-bottom: 1px solid var(--border);
  padding: 17px 0;
  scroll-margin-top: 100px;
}
.faq-list details:first-child {
  padding-top: 0;
}
summary {
  font-size: 13px;
  font-weight: 550;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  color: #9298b0;
}
details[open] summary:after {
  content: "−";
}
.faq-list p {
  font-size: 12px;
  color: #7d8798;
  line-height: 1.95;
  padding: 14px 28px 0 0;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  padding-block: 27px 35px;
}
.footer .brand {
  font-size: 18px;
}
.footer .brand-icon {
  width: 26px;
  height: 28px;
  font-size: 18px;
  border-radius: 8px;
}
.footer > span,
.footer > a:last-child {
  font-size: 11px;
  color: #9197a6;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 730px;
  }
}
@media (max-width: 1050px) {
  .visual-orbit {
    transform: none;
  }
  .orbit-two {
    height: 380px;
  }
  .hero-visual:before {
    inset: -50px 0;
  }
  .brand-tag {
    display: none;
  }
  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 12px;
  }
  h1 {
    font-size: 47px;
  }
  .container {
    width: calc(100% - 56px);
  }
  .mock-product {
    gap: 15px;
  }
  .mock-page {
    padding: 17px;
  }
  .product-art {
    min-height: 177px;
  }
  .product-info h3 {
    font-size: 14px;
  }
  .notification-card {
    right: -3px;
  }
  .demo-grid {
    gap: 40px;
  }
  .feature-card {
    padding: 22px 18px;
  }
  .feature-demo {
    padding: 12px;
  }
  .install-grid {
    gap: 30px;
  }
  .download-section {
    padding: 36px;
  }
  .download-section h2 {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  .header {
    height: 68px;
  }
  .container {
    width: calc(100% - 40px);
  }
  nav {
    gap: 16px;
    font-size: 12px;
  }
  nav a:first-child {
    display: none;
  }
  .brand {
    font-size: 20px;
  }
  .nav-wrap {
    gap: 15px;
  }
  .header .button-small {
    padding: 8px 12px;
    gap: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 47px;
    padding-bottom: 60px;
    gap: 26px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy h1 {
    font-size: 51px;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    width: min(530px, 100%);
    margin-inline: auto;
    padding-top: 30px;
  }
  .hero-visual:before {
    inset: -35px 0;
  }
  .visual-orbit {
    max-width: 100%;
    height: 360px;
    top: 0;
    transform: none;
  }
  .orbit-two {
    height: 400px;
    top: -20px;
  }
  .hero .lead {
    font-size: 14px;
    margin-top: 20px;
  }
  .hero h1 br:nth-child(2) {
    display: none;
  }
  .hero .micro {
    margin-top: 13px;
  }
  .visual-caption {
    bottom: -12px;
  }
  .use-cases-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 23px;
    padding-block: 20px;
  }
  .use-cases-inner > span {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .use-cases-inner div {
    gap: 7px;
    font-size: 20px;
  }
  .use-cases-inner b {
    font-size: 11px;
  }
  .section {
    padding-block: 56px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 25px;
  }
  .section-heading p br {
    display: none;
  }
  h2 {
    font-size: 28px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    align-items: start;
  }
  .feature-icon {
    margin-bottom: 17px;
  }
  .feature-card h3 {
    grid-column: 1;
  }
  .feature-card > p {
    grid-column: 1;
    min-height: 0;
  }
  .feature-demo {
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: center;
    margin: 0;
    height: 130px;
  }
  .feature-number {
    top: 30px;
  }
  .demo-section {
    padding-block: 48px;
  }
  .demo-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .demo-copy h2 {
    font-size: 29px;
  }
  .demo-copy h2 br {
    display: none;
  }
  .demo-copy > p br {
    display: none;
  }
  .demo-steps {
    margin-block: 20px;
    gap: 8px;
  }
  .video-frame {
    width: 100%;
  }
  .install-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .install-grid article {
    position: relative;
    padding-left: 48px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 0;
  }
  .install-grid h3 {
    padding-top: 4px;
  }
  .install-grid p {
    margin-bottom: 9px;
  }
  .download-section {
    flex-direction: column;
    align-items: start;
    padding: 30px;
    gap: 27px;
  }
  .download-actions {
    text-align: left;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .footer {
    flex-wrap: wrap;
    padding-block: 24px;
  }
  .footer > span {
    order: 3;
    width: 100%;
  }
  .footer .brand {
    font-size: 17px;
  }
}
@media (max-width: 430px) {
  nav {
    display: none;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero h1 br:nth-child(2) {
    display: block;
  }
  .hero-actions .button {
    padding: 12px 17px;
    gap: 10px;
  }
  .hero-visual {
    padding-left: 0;
    padding-right: 0;
  }
  .notification-card {
    width: 278px;
    right: 0;
    bottom: 10px;
    padding: 13px;
  }
  .mock-page {
    padding: 14px;
  }
  .mock-product {
    gap: 14px;
  }
  .product-art {
    min-height: 167px;
  }
  .selected-price strong {
    font-size: 24px;
  }
  .product-info h3 {
    font-size: 13px;
  }
  .monitor-strip {
    gap: 8px;
    margin: 0 10px 10px;
    padding: 10px;
  }
  .monitor-strip strong {
    font-size: 9px;
  }
  .monitor-strip .pill {
    font-size: 7px;
    padding: 3px 5px;
  }
  .feature-card {
    display: block;
  }
  .feature-demo {
    margin-top: 19px;
    height: 106px;
  }
  .feature-card > p {
    min-height: 0;
  }
  .video-emblem {
    width: 43px;
    height: 43px;
    font-size: 13px;
    margin-bottom: 11px;
  }
  .video-placeholder h3 {
    font-size: 14px;
  }
  .video-placeholder p {
    font-size: 9px;
  }
  .video-bottom {
    font-size: 6px;
    bottom: 10px;
    left: 12px;
  }
  .download-section {
    padding: 26px;
  }
  .download-section h2 {
    font-size: 23px;
  }
  .visual-caption {
    left: 15px;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  a.button {
    transition: none;
  }
  a.button:hover {
    transform: none;
  }
}
