:root {
  --bg: #ffffff;
  --ink: #1b1b1b;
  --muted: #616161;
  --line: #e6e6e6;
  --soft: #f5f5f5;
  --purple: #5b5fc7;
  --purple-deep: #4f52b2;
  --purple-soft: #e8ebfa;
  --dark: #2f2f2f;
  --max: 1200px;
  --header-h: 54px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --sans: "Segoe UI", "Segoe UI Variable Text", "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(72px + var(--safe-b));
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 100;
}
.skip:focus {
  left: 8px;
  top: 8px;
}

.wrap {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

/* —— Header (Microsoft.com style) —— */
.ms-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding-top: var(--safe-t);
}

.ms-header__bar {
  height: var(--header-h);
  width: min(100% - 16px, var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ms-header__menu {
  width: 40px;
  height: 40px;
  display: none;
  place-items: center;
  gap: 5px;
  flex-direction: column;
  border-radius: 4px;
}
.ms-header__menu span {
  width: 18px;
  height: 2px;
  background: #1b1b1b;
  display: block;
}

.ms-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ms-logo svg {
  flex-shrink: 0;
}

.ms-header__divider {
  width: 1px;
  height: 22px;
  background: #d2d2d2;
}

.ms-header__product {
  font-size: 16px;
  font-weight: 600;
}

.ms-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 8px;
  font-size: 13px;
  color: #2f2f2f;
}
.ms-nav a:hover {
  text-decoration: underline;
}

.ms-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-btn,
.link-quiet {
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 4px;
}
.lang-btn:hover,
.link-quiet:hover {
  background: var(--soft);
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.btn-lg {
  min-height: 48px;
  padding: 0 22px;
  font-size: 15px;
}
.btn-block {
  width: 100%;
}
.btn-purple {
  background: var(--purple);
  color: #fff;
}
.btn-purple:hover {
  background: var(--purple-deep);
}
.btn-dark {
  background: var(--dark);
  color: #fff;
}
.btn-dark:hover {
  background: #000;
}
.btn-ghost {
  border: 1px solid #8a8886;
  background: #fff;
}
.btn-ghost:hover {
  background: var(--soft);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 600;
}
.link-arrow::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}
.link-arrow:hover {
  text-decoration: underline;
}

/* —— Hero stack —— */
.hero-stack {
  background: linear-gradient(180deg, #f4f4ff 0%, #ffffff 70%);
}
.hero-stack--mobile {
  overflow: hidden;
  position: relative;
}
.hero-stack--mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px 280px at 90% 12%, rgba(91, 95, 199, 0.18), transparent 60%),
    radial-gradient(500px 260px at 6% 100%, rgba(0, 164, 239, 0.1), transparent 58%);
  pointer-events: none;
}
.hero-panel__inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 48px 0 28px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}
.hero-panel__inner--mobile {
  position: relative;
  z-index: 1;
  padding: 56px 0 42px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}
.hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(91, 95, 199, 0.1);
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-copy--mobile h1 {
  font-size: clamp(34px, 5.8vw, 54px);
  margin-bottom: 14px;
}
.hero-copy--mobile p {
  font-size: clamp(16px, 2.2vw, 19px);
  max-width: 30em;
}
.hero-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(15px, 2.4vw, 18px);
  max-width: 34em;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hero-badges span {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dddff5;
  color: #3f4279;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(91, 95, 199, 0.08);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}
.hero-art--mobile {
  display: flex;
  justify-content: flex-end;
}
.phone-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 220px) 150px;
  gap: 18px;
  align-items: end;
}
.phone-device {
  width: 220px;
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(180deg, #1e1f27 0%, #0f1115 100%);
  box-shadow: 0 30px 70px rgba(35, 37, 87, 0.28);
}
.phone-device__notch {
  width: 92px;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: #0c0d12;
  margin: 0 auto;
}
.phone-device__screen {
  margin-top: 8px;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #6c71df 0%, #5b5fc7 22%, #f7f8ff 22%, #f7f8ff 100%);
  padding: 16px 14px;
}
.phone-ui__header {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.phone-ui__header span {
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}
.phone-ui__banner {
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(135deg, #7f84eb 0%, #6267d0 55%, #4f52b2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.phone-ui__title {
  height: 12px;
  border-radius: 999px;
  background: #bbbfe4;
  margin-top: 18px;
}
.phone-ui__title--short {
  width: 58%;
  margin-top: 10px;
}
.phone-ui__bubble-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.phone-ui__bubble-row i {
  display: block;
  height: 68px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(59, 63, 153, 0.08);
}
.phone-ui__panel {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(59, 63, 153, 0.1);
}
.phone-ui__panel-line {
  height: 10px;
  border-radius: 999px;
  background: #d7daf1;
}
.phone-ui__panel-line--short {
  width: 62%;
  margin-top: 10px;
}
.phone-ui__cta {
  height: 40px;
  border-radius: 14px;
  margin-top: 16px;
  background: linear-gradient(135deg, #5b5fc7 0%, #4f52b2 100%);
}
.phone-hero-qr {
  width: 150px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(91, 95, 199, 0.16);
  box-shadow: 0 20px 42px rgba(91, 95, 199, 0.12);
  backdrop-filter: blur(10px);
}
.phone-hero-qr--download {
  width: 172px;
}
.download-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef0ff;
  color: #44489e;
  font-size: 12px;
  font-weight: 700;
}
.download-points {
  margin: 12px 0 14px;
  padding: 0;
  list-style: none;
}
.download-points li {
  position: relative;
  padding: 0 0 0 16px;
  color: #52556c;
  font-size: 12px;
  line-height: 1.5;
}
.download-points li + li {
  margin-top: 8px;
}
.download-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5b5fc7;
}

.device--desktop {
  width: min(100%, 480px);
  margin-left: auto;
}
.device__bezel {
  background: #1f1f1f;
  border-radius: 14px;
  padding: 12px 12px 18px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}
.device__bezel--mac {
  background: #2b2b2b;
}
.device__screen {
  background: #f3f2f1;
  border-radius: 6px;
  overflow: hidden;
  min-height: 220px;
}
.ui-chrome {
  height: 28px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
}
.ui-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c8c8;
}
.ui-chrome--mac span:nth-child(1) {
  background: #ff5f57;
}
.ui-chrome--mac span:nth-child(2) {
  background: #febc2e;
}
.ui-chrome--mac span:nth-child(3) {
  background: #28c840;
}
.ui-teams {
  display: grid;
  grid-template-columns: 52px 1fr;
  min-height: 192px;
}
.ui-rail {
  background: #5b5fc7;
}
.ui-main {
  padding: 16px;
}
.ui-row {
  height: 12px;
  width: 70%;
  background: #d8d8d8;
  border-radius: 6px;
  margin-bottom: 10px;
}
.ui-row--short {
  width: 42%;
}
.ui-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.ui-tiles i {
  display: block;
  height: 54px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 0 28px;
}
.hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7c7c7;
}
.hero-dots button.is-active {
  background: var(--purple);
  width: 22px;
  border-radius: 99px;
}

.band-start {
  background: #f5f5f5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band-start--compact {
  background: #fff;
}
.band-start__inner {
  padding: 48px 0;
  text-align: center;
}
.band-start h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 4vw, 34px);
}
.band-start p {
  margin: 0 0 20px;
  color: var(--muted);
}
.band-start .hero-actions {
  justify-content: center;
}

/* —— Features —— */
.section {
  padding: 56px 0;
}
.section h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: -0.02em;
}
.lead {
  margin: 0 0 28px;
  color: var(--muted);
  max-width: 42em;
  font-size: 16px;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.feat-card {
  background: var(--soft);
  border-radius: 8px;
  padding: 22px 18px;
  min-height: 100%;
}
.feat-ico {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  color: var(--purple);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.feat-ico svg {
  width: 22px;
  height: 22px;
}
.feat-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.feat-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  min-height: 4.2em;
}

/* —— Mobile download (official block) —— */
.mobile-section {
  background: linear-gradient(135deg, #5b5fc7 0%, #464eb8 55%, #3b3f99 100%);
  color: #fff;
  padding: 56px 0;
}
.mobile-section__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.mobile-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 36px);
}
.mobile-copy > p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  max-width: 36em;
}
.mobile-help {
  font-size: 13px !important;
  opacity: 0.85;
  margin-bottom: 22px !important;
}
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-width: min(100%, 180px);
}
.store-btn small {
  display: block;
  font-size: 11px;
  opacity: 0.85;
  font-weight: 500;
}
.store-btn strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.store-btn--apk {
  background: #fff;
  color: #1b1b1b;
}

.mobile-qr-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.mobile-qr-card--download {
  text-align: left;
}
.mobile-download-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.mobile-qr-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.qr-frame {
  width: 168px;
  height: 168px;
  margin: 0 auto 12px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
}
#qr,
#qr img,
#qr canvas {
  width: 100% !important;
  height: 100% !important;
}
.mobile-qr-card p {
  margin: 0 0 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.mobile-qr-card .btn-purple {
  background: #fff;
  color: var(--purple-deep);
}
.mobile-qr-card .btn-purple:hover {
  background: #f2f3ff;
}

/* —— Plans —— */
.plan-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0 22px;
}
.plan-tabs button {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 99px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}
.plan-tabs button.is-active {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.plan-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px 18px;
  background: #fff;
}
.plan-card--accent {
  border-color: #c9cdf5;
  box-shadow: 0 10px 28px rgba(91, 95, 199, 0.1);
}
.plan-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.plan-price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.plan-price small {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  margin-left: 4px;
}
.plan-note {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 14px;
}
.plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.plan-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-card li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: #3b3b3b;
}
.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--purple);
  font-weight: 700;
}

/* —— FAQ —— */
.section--faq {
  border-top: 1px solid var(--line);
  background: #fafafa;
}
.faq-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.faq-tools {
  display: flex;
  gap: 12px;
}
.faq-tools button {
  color: var(--purple);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 0;
  font-weight: 600;
  font-size: 15px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-num {
  color: var(--purple);
  min-width: 28px;
}
.faq-item p {
  margin: 0 0 16px 40px;
  color: var(--muted);
  font-size: 14px;
  max-width: 54em;
}

/* —— Footer —— */
.ms-footer {
  border-top: 1px solid var(--line);
  background: #f2f2f2;
  padding: 22px 0 calc(18px + var(--safe-b));
}
.ms-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
}
.ms-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13px;
}
.ms-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: var(--muted);
  font-size: 12px;
}

/* —— Sticky mobile download bar —— */
.sticky-dl {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px calc(10px + var(--safe-b));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
}
.sticky-dl__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.sticky-dl__text strong {
  font-size: 14px;
}
.sticky-dl__text span {
  font-size: 12px;
  color: var(--muted);
}
.sticky-dl .btn {
  min-height: 42px;
  padding: 0 18px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(84px + var(--safe-b));
  transform: translateX(-50%) translateY(12px);
  background: #1b1b1b;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 60;
  max-width: calc(100vw - 32px);
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.is-mobile .sticky-dl {
  display: flex;
}
body.is-mobile .hero-badges span:last-child {
  display: none;
}
body.is-desktop .sticky-dl {
  display: none;
}

/* —— Responsive: tablets & phones —— */
@media (max-width: 980px) {
  .feat-grid,
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-panel__inner,
  .mobile-section__inner {
    grid-template-columns: 1fr;
  }
  .hero-panel__inner--mobile {
    gap: 20px;
  }
  .device--desktop {
    margin: 0 auto;
  }
  .hero-art--mobile {
    justify-content: center;
  }
  .feat-card p {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 52px;
  }
  .ms-header__menu {
    display: grid;
  }
  .ms-header__divider,
  .ms-nav,
  .ms-header__right .link-quiet,
  .ms-header__right .btn-dark {
    display: none;
  }
  .ms-nav.is-open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--header-h) + var(--safe-t));
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 8px 0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  }
  .ms-nav.is-open a {
    padding: 14px 20px;
    font-size: 15px;
    border-top: 1px solid var(--line);
  }
  .hero-panel__inner {
    padding: 28px 0 18px;
  }
  .hero-panel__inner--mobile {
    padding: 24px 0 22px;
  }
  .hero-copy h1 {
    font-size: clamp(26px, 8vw, 34px);
  }
  .hero-copy--mobile h1 {
    font-size: clamp(30px, 9vw, 40px);
  }
  .hero-actions .btn-lg {
    width: 100%;
  }
  .hero-badges {
    gap: 8px;
  }
  .hero-badges span {
    font-size: 12px;
  }
  .phone-hero-card {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .phone-device {
    width: min(100%, 230px);
  }
  .phone-device__screen {
    min-height: 390px;
  }
  .phone-hero-qr {
    width: min(100%, 240px);
  }
  .mobile-qr-card--download {
    text-align: center;
  }
  .device__screen {
    min-height: 180px;
  }
  .ui-teams {
    min-height: 160px;
  }
  .section {
    padding: 40px 0;
  }
  .feat-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .mobile-section {
    padding: 40px 0 48px;
  }
  .store-btn {
    width: 100%;
  }
  .faq-item p {
    margin-left: 0;
  }
  .band-start__inner {
    padding: 36px 0;
    text-align: left;
  }
  .band-start .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 380px) {
  .wrap {
    width: min(100% - 24px, var(--max));
  }
  .ms-logo span {
    font-size: 14px;
  }
  .btn {
    font-size: 13px;
  }
  .plan-price {
    font-size: 24px;
  }
}

@media (min-width: 761px) {
  body {
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
