:root {
  color-scheme: dark;
  --ink: #fffdf8;
  --muted: #a9a7bf;
  --muted-soft: #77738d;
  --violet: #a981ff;
  --violet-bright: #b895ff;
  --violet-deep: #6d52e8;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.13);
  --stroke: rgba(255, 255, 255, 0.14);
  --shadow: rgba(0, 0, 0, 0.58);
  --page-max: 1488px;
  --badge-cord-height: 164px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #090c18;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 1050px 540px at 49% -5%, rgba(112, 91, 211, 0.42), transparent 71%),
    radial-gradient(ellipse 980px 680px at 78% 16%, rgba(80, 68, 158, 0.2), transparent 68%),
    linear-gradient(180deg, #171632 0%, #0c1022 43%, #060a14 100%);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next Rounded", "Nunito", -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
  opacity: 0.32;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse 760px 360px at 51% 16%, rgba(181, 144, 255, 0.13), transparent 74%),
    radial-gradient(ellipse 900px 460px at 53% 66%, rgba(57, 83, 170, 0.1), transparent 78%),
    linear-gradient(180deg, rgba(4, 6, 12, 0) 0%, rgba(4, 6, 12, 0.36) 100%);
}

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

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--page-max));
  min-height: 1097px;
  margin: 0 auto;
  padding: 25px 57px 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 760;
}

.brand-icon {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  filter: drop-shadow(0 0 13px rgba(169, 125, 255, 0.42));
}

.brand-name {
  color: #fffefe;
  font-size: 29px;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.08);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
}

.nav-link {
  color: rgba(168, 163, 188, 0.38);
  transition: color 180ms ease;
}

.nav-link:hover {
  color: rgba(218, 213, 234, 0.72);
}

.nav-link-active {
  color: rgba(255, 253, 248, 0.88);
}

.nav-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 20px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 16px 36px rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.92);
  gap: 8px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.download-button:hover {
  transform: translateY(-1px);
  border-color: rgba(184, 149, 255, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075));
}

.download-icon {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding-top: 91px;
  text-align: center;
}

.availability-rig {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: min(100%, 520px);
  height: 58px;
  overflow: visible;
}

.availability-cord-line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1px;
  height: var(--cord-length, var(--badge-cord-height));
  pointer-events: none;
  background: linear-gradient(180deg, rgba(158, 143, 219, 0.06), rgba(157, 141, 220, 0.24) 42%, rgba(14, 17, 33, 0.8) 100%);
  box-shadow:
    1px 0 0 rgba(255, 255, 255, 0.035),
    0 0 14px rgba(134, 95, 255, 0.08);
  transform: translate3d(var(--cord-x, 0), var(--cord-y, 0), 0) rotate(var(--cord-angle, 0deg));
  transform-origin: top center;
  will-change: height, transform;
}

.availability-badge {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(var(--badge-drag-x, 0), var(--badge-drag-y, 0), 0) rotate(var(--badge-rotate, 0deg));
  transform-origin: center 20px;
  min-width: 337px;
  min-height: 58px;
  padding: 0 52px;
  border: 1px solid rgba(182, 151, 255, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(204, 190, 255, 0.22) 0%, rgba(114, 89, 237, 0.29) 42%, rgba(73, 55, 170, 0.46) 100%),
    radial-gradient(ellipse 86% 130% at 50% 0%, rgba(255, 255, 255, 0.31), transparent 46%),
    rgba(91, 67, 210, 0.68);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -18px 26px rgba(38, 31, 124, 0.24),
    0 0 29px rgba(143, 93, 255, 0.34),
    0 24px 52px rgba(0, 0, 0, 0.26);
  color: #f2eeff;
  font-size: 23px;
  font-weight: 780;
  isolation: isolate;
  overflow: visible;
  cursor: grab;
  text-shadow: 0 0 16px rgba(218, 204, 255, 0.46);
  touch-action: none;
  user-select: none;
  will-change: transform;
}

.availability-badge:focus-visible {
  outline: 2px solid rgba(242, 238, 255, 0.78);
  outline-offset: 7px;
}

.availability-badge.is-dragging {
  cursor: grabbing;
}

.availability-text {
  position: relative;
  z-index: 2;
}

.availability-cord-dot {
  position: absolute;
  top: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111422;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 17px rgba(122, 91, 255, 0.18);
}

.availability-cord-dot-left {
  left: 23px;
}

.availability-cord-dot-right {
  right: 23px;
}

h1 {
  display: grid;
  gap: 13px;
  width: 100%;
  min-width: 0;
  max-width: 820px;
  margin: 39px 0 0;
  font-size: 75px;
  font-weight: 850;
  line-height: 0.98;
  text-wrap: balance;
}

h1 span {
  display: block;
  min-width: 0;
}

h1 span:first-child {
  color: #fffdf9;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.2),
    0 17px 50px rgba(0, 0, 0, 0.42);
}

h1 span:last-child {
  color: #977cff;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.05),
    0 16px 38px rgba(119, 87, 255, 0.22);
}

.hero-copy {
  width: 100%;
  min-width: 0;
  max-width: 790px;
  margin: 41px 0 0;
  color: var(--muted);
  font-size: 24px;
  font-weight: 520;
  line-height: 1.65;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  margin-top: 46px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04)),
    rgba(10, 12, 22, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 22px 54px rgba(0, 0, 0, 0.27);
  gap: 17px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.app-store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 25px 62px rgba(0, 0, 0, 0.32);
}

.store-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 42px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

.store-text {
  display: grid;
  justify-items: start;
  gap: 4px;
}

.store-text span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.store-text strong {
  color: #fff;
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
}

.download-meta {
  margin: 31px 0 0;
  color: rgba(169, 166, 187, 0.58);
  font-size: 17px;
  font-weight: 600;
}

.product-preview {
  position: relative;
  width: 918px;
  height: 440px;
  margin-top: 88px;
}

.product-preview::before {
  position: absolute;
  inset: -44px -72px auto;
  height: 238px;
  background: radial-gradient(ellipse at center, rgba(125, 97, 255, 0.21), transparent 68%);
  filter: blur(22px);
  content: "";
}

.preview-slab {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 38px 38px 0 0;
  background:
    linear-gradient(138deg, rgba(111, 139, 255, 0.98) 0%, rgba(113, 123, 255, 0.98) 35%, rgba(151, 92, 229, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 45px 105px rgba(12, 11, 31, 0.7);
}

.browser-window {
  position: absolute;
  top: 51px;
  left: 51px;
  width: calc(100% - 102px);
  height: 390px;
  overflow: hidden;
  border: 8px solid rgba(16, 18, 31, 0.94);
  border-radius: 13px 13px 0 0;
  background: #090d17;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 22px 45px rgba(0, 0, 0, 0.45);
}

.browser-topbar {
  display: flex;
  align-items: center;
  height: 41px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: linear-gradient(180deg, #191d2b 0%, #121622 100%);
  padding: 0 15px;
  gap: 16px;
}

.traffic-lights {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

.traffic-lights span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.traffic-lights .red {
  background: #ff6e71;
}

.traffic-lights .yellow {
  background: #ffd263;
}

.traffic-lights .green {
  background: #48d88f;
}

.address-track {
  flex: 1;
  height: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.26);
}

.browser-content {
  display: flex;
  gap: 18px;
  min-height: 100%;
  padding: 24px 19px;
  background:
    radial-gradient(ellipse 520px 220px at 36% 0%, rgba(78, 85, 132, 0.08), transparent 70%),
    linear-gradient(180deg, #0d111d 0%, #080b13 100%);
}

.sidebar-lines {
  display: grid;
  align-content: start;
  gap: 7px;
  width: 78px;
}

.sidebar-lines span {
  display: block;
  width: 27px;
  height: 11px;
  border-radius: 999px;
  background: rgba(107, 114, 136, 0.45);
}

.sidebar-lines .active {
  width: 77px;
  background: linear-gradient(90deg, #8a89ff 0%, #bd8dff 100%);
  box-shadow: 0 0 19px rgba(153, 122, 255, 0.23);
}

.code-lines {
  display: grid;
  align-content: start;
  gap: 13px;
  width: 100%;
  padding-top: 1px;
}

.code-lines .line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(95, 103, 127, 0.47);
}

.code-lines .long {
  width: 52%;
  background: rgba(104, 113, 141, 0.58);
}

.code-lines .full {
  width: 95%;
}

.code-lines .mid {
  width: 67%;
}

.code-lines .short {
  width: 81%;
}

.code-lines .medium {
  width: 57%;
}

.legal-shell {
  min-height: 100vh;
  padding-bottom: 86px;
}

.legal-hero {
  max-width: 850px;
  padding-top: 96px;
}

.legal-eyebrow {
  margin: 0 0 16px;
  color: var(--violet-bright);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-title {
  display: block;
  max-width: 840px;
  margin: 0;
  color: #fffdf9;
  font-size: 70px;
  font-weight: 850;
  line-height: 0.98;
  text-align: left;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.14),
    0 18px 46px rgba(0, 0, 0, 0.38);
}

.legal-summary {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 21px;
  font-weight: 520;
  line-height: 1.65;
}

.legal-updated {
  margin: 24px 0 0;
  color: rgba(169, 166, 187, 0.62);
  font-size: 15px;
  font-weight: 700;
}

.policy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 820px);
  gap: 46px;
  align-items: start;
  margin-top: 64px;
}

.policy-nav {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 50px rgba(0, 0, 0, 0.16);
}

.policy-nav a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(214, 210, 233, 0.68);
  font-size: 13px;
  font-weight: 750;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.policy-nav a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 253, 248, 0.9);
}

.policy-content {
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
    rgba(10, 12, 22, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 30px 70px rgba(0, 0, 0, 0.24);
}

.policy-section {
  padding: 30px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.policy-section:last-child {
  border-bottom: 0;
}

.policy-section h2 {
  margin: 0 0 13px;
  color: #fffdf9;
  font-size: 23px;
  font-weight: 820;
  line-height: 1.15;
}

.policy-section p,
.policy-section li {
  color: rgba(216, 213, 232, 0.76);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.75;
}

.policy-section p {
  margin: 0;
}

.policy-section p + p {
  margin-top: 13px;
}

.policy-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.contact-shell {
  min-height: 100vh;
  padding-bottom: 86px;
}

.contact-hero {
  max-width: 900px;
  padding-top: 92px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 390px);
  gap: 28px;
  align-items: start;
  margin-top: 56px;
}

.contact-panel {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
    rgba(10, 12, 22, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 30px 70px rgba(0, 0, 0, 0.24);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.contact-form-heading h2,
.contact-support h2 {
  margin: 0;
  color: #fffdf9;
  font-size: 24px;
  font-weight: 820;
  line-height: 1.1;
}

.contact-form-heading p {
  margin: 8px 0 0;
  color: rgba(216, 213, 232, 0.68);
  font-size: 15px;
  font-weight: 620;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field span {
  color: rgba(255, 253, 248, 0.82);
  font-size: 13px;
  font-weight: 780;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(4, 7, 16, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 32px rgba(0, 0, 0, 0.12);
  color: #fffdf8;
  font: inherit;
  font-size: 16px;
  font-weight: 560;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-field input {
  height: 48px;
  padding: 0 14px;
}

.contact-field textarea {
  min-height: 170px;
  resize: vertical;
  padding: 14px;
  line-height: 1.55;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(169, 166, 187, 0.48);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(184, 149, 255, 0.52);
  background: rgba(7, 10, 22, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(169, 129, 255, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.16);
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.contact-status {
  min-height: 22px;
  margin: 0;
  color: rgba(216, 213, 232, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.contact-status[data-tone="success"] {
  color: #8ef0c0;
}

.contact-status[data-tone="error"] {
  color: #ff9a9c;
}

.contact-submit {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #c3a9ff 0%, #8d72ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 18px 38px rgba(106, 77, 234, 0.3);
  color: #130f24;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.contact-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 22px 46px rgba(106, 77, 234, 0.36);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.contact-support {
  padding: 28px;
}

.contact-support ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.contact-support li,
.contact-support p {
  color: rgba(216, 213, 232, 0.76);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.7;
}

.contact-support p {
  margin: 24px 0 0;
}

.contact-support a,
.policy-section a {
  color: var(--violet-bright);
  font-weight: 760;
}

@media (max-width: 980px) {
  :root {
    --badge-cord-height: 148px;
  }

  .page-shell {
    min-height: 960px;
    padding: 24px 28px 0;
  }

  .brand-name {
    font-size: 26px;
  }

  .hero {
    padding-top: 78px;
  }

  h1 {
    font-size: 58px;
  }

  .hero-copy {
    font-size: 21px;
  }

  .product-preview {
    width: 100%;
    max-width: 760px;
    height: 372px;
    margin-top: 74px;
  }

  .browser-window {
    top: 43px;
    left: 43px;
    width: calc(100% - 86px);
    height: 340px;
  }

  .legal-hero {
    padding-top: 76px;
  }

  .legal-title {
    font-size: 58px;
  }

  .legal-summary {
    font-size: 19px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .policy-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  :root {
    --badge-cord-height: 136px;
  }

  .page-shell {
    min-height: 880px;
    padding: 22px 19px 0;
  }

  .site-header {
    align-items: flex-start;
  }

  .brand {
    gap: 8px;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  .brand-name {
    font-size: 22px;
  }

  .nav-actions {
    gap: 11px;
  }

  .nav-link,
  .nav-divider {
    display: none;
  }

  .download-button {
    width: 42px;
    min-height: 40px;
    padding: 0;
    border-radius: 11px;
    font-size: 14px;
  }

  .download-button span:not(.download-icon) {
    display: none;
  }

  .hero {
    padding-top: 74px;
  }

  .availability-badge {
    min-width: 262px;
    min-height: 49px;
    padding: 0 38px;
    font-size: 19px;
  }

  .availability-rig {
    height: 49px;
  }

  .availability-cord-dot {
    top: 17px;
    width: 9px;
    height: 9px;
  }

  .availability-cord-dot-left {
    left: 20px;
  }

  .availability-cord-dot-right {
    right: 20px;
  }

  h1 {
    gap: 8px;
    margin-top: 28px;
    max-width: 345px;
    font-size: 38px;
    line-height: 1.04;
  }

  .hero-copy {
    max-width: 348px;
    margin-top: 31px;
    font-size: 18px;
    line-height: 1.55;
  }

  .hero-copy br {
    display: none;
  }

  .app-store-button {
    min-height: 66px;
    margin-top: 38px;
    padding: 0 22px;
  }

  .store-text span {
    font-size: 11px;
  }

  .store-text strong {
    font-size: 19px;
  }

  .download-meta {
    margin-top: 25px;
    font-size: 15px;
  }

  .product-preview {
    height: 282px;
    margin-top: 67px;
  }

  .preview-slab {
    border-radius: 27px 27px 0 0;
  }

  .browser-window {
    top: 33px;
    left: 28px;
    width: calc(100% - 56px);
    height: 264px;
    border-width: 6px;
  }

  .browser-topbar {
    height: 34px;
    padding: 0 12px;
    gap: 10px;
  }

  .traffic-lights {
    gap: 5px;
  }

  .traffic-lights span {
    width: 8px;
    height: 8px;
  }

  .browser-content {
    gap: 12px;
    padding: 18px 14px;
  }

  .sidebar-lines {
    width: 49px;
  }

  .sidebar-lines .active {
    width: 49px;
  }

  .code-lines {
    gap: 10px;
  }

  .legal-shell {
    padding-bottom: 58px;
  }

  .legal-hero {
    padding-top: 62px;
  }

  .legal-title {
    font-size: 42px;
    line-height: 1.04;
  }

  .legal-summary {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.58;
  }

  .policy-layout {
    margin-top: 42px;
  }

  .contact-shell {
    padding-bottom: 58px;
  }

  .contact-hero {
    padding-top: 62px;
  }

  .contact-layout {
    margin-top: 40px;
  }

  .contact-form,
  .contact-support {
    padding: 24px 20px;
  }

  .contact-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
  }

  .policy-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-section {
    padding: 25px 22px;
  }

  .policy-section h2 {
    font-size: 20px;
  }

  .policy-section p,
  .policy-section li {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  :root {
    --badge-cord-height: 128px;
  }

  .page-shell {
    min-height: 820px;
    padding-right: 14px;
    padding-left: 14px;
  }

  h1 {
    max-width: 310px;
    font-size: 34px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .product-preview {
    height: 238px;
  }

  .browser-window {
    left: 20px;
    width: calc(100% - 40px);
  }

  .policy-nav {
    grid-template-columns: 1fr;
  }
}
