:root {
  color-scheme: light;
  --ink: #172126;
  --muted: #627077;
  --line: #d9e2e3;
  --paper: #f7f8f4;
  --white: #ffffff;
  --teal: #3bb8a4;
  --teal-dark: #164743;
  --mint: #b8f2df;
  --coral: #ff7f69;
  --amber: #f4b740;
  --blue: #3468d5;
  --shadow: 0 24px 80px rgba(19, 36, 43, 0.16);
  --night: #08090a;
  --night-2: #111314;
  --panel: #171a1c;
  --panel-2: #202426;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  background: var(--night);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

html:lang(zh-CN) body {
  font-family:
    Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", ui-sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html:lang(zh-CN) p,
html:lang(zh-CN) li,
html:lang(zh-CN) dd {
  line-height: 1.72;
}

html:lang(zh-CN) .linear-hero h1 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.08;
}

html:lang(zh-CN) .linear-section-heading h2,
html:lang(zh-CN) .capability-copy h2,
html:lang(zh-CN) .linear-company h2,
html:lang(zh-CN) .linear-cta h2 {
  font-size: clamp(30px, 3.7vw, 52px);
  line-height: 1.16;
}

html:lang(zh-CN) .linear-hero-copy p {
  max-width: 720px;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.68;
}

html:lang(zh-CN) .capability-copy p,
html:lang(zh-CN) .linear-section-heading > p:not(.eyebrow) {
  max-width: 680px;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.86);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 11, 12, 0.82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 178px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.08));
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #071110;
  background: linear-gradient(135deg, #c8ffe9, #9df0db);
  font-size: 13px;
  font-weight: 900;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a,
.header-action {
  opacity: 0.9;
}

.site-nav a {
  padding: 8px 14px;
  border-radius: 999px;
}

.site-nav a:hover,
.header-action:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}

.header-action {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.login-link {
  padding: 11px 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.language-switch {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.login-link:hover,
.language-switch:hover {
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  gap: clamp(34px, 6vw, 70px);
  padding: 138px clamp(20px, 6vw, 72px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 13%, rgba(184, 242, 223, 0.13), transparent 31%),
    radial-gradient(circle at 78% 48%, rgba(255, 127, 105, 0.1), transparent 28%),
    linear-gradient(180deg, #070809 0%, #0d1112 64%, #08090a 100%),
    var(--night);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: 930px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(76px, 13vw, 174px);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(21px, 2.5vw, 32px);
  line-height: 1.24;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.button.primary {
  color: #08110f;
  background: var(--mint);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 610px;
  margin: 46px auto 0;
}

.hero-metrics div {
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(18px);
}

.hero-metrics dt {
  font-size: 24px;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.hero-preview {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  padding: 0 0 clamp(28px, 4vw, 54px);
  perspective: 1600px;
}

.hero-preview::before {
  content: "";
  position: absolute;
  right: 9%;
  bottom: 3%;
  left: 9%;
  height: 34%;
  border-radius: 50%;
  background: rgba(166, 227, 207, 0.17);
  filter: blur(42px);
}

.hero-visual {
  position: relative;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 42px 120px rgba(0, 0, 0, 0.56);
  transform: rotateX(5deg);
  transform-origin: top center;
}

.intro-band {
  overflow: hidden;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.74);
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.intro-track {
  display: flex;
  width: max-content;
  gap: 42px;
  padding-left: max(22px, 6vw);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  animation: drift 26s linear infinite;
}

.intro-track span::after {
  content: "/";
  margin-left: 42px;
  color: rgba(166, 227, 207, 0.45);
}

.section {
  padding: clamp(72px, 10vw, 124px) clamp(20px, 6vw, 72px);
}

.platform-section {
  background: var(--night);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.6fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 52px;
}

.linear-heading {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -16px;
}

.section-heading h2,
.workflow-copy h2,
.cta-section h2 {
  margin: 0;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.workflow-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
}

.section-heading.compact {
  display: block;
  margin-bottom: 36px;
}

.section-heading.compact h2 {
  max-width: 860px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-card,
.team-grid article {
  min-height: 292px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 12%, rgba(184, 242, 223, 0.1), transparent 34%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: none;
}

.module-label {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card h3,
.privacy-list h3,
.team-grid h3 {
  margin: 34px 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  line-height: 1.05;
}

.feature-card p,
.privacy-list p,
.team-grid p,
.step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
}

.workflow-section {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 242, 223, 0.12), transparent 28%),
    linear-gradient(180deg, var(--night), var(--night-2));
}

.workflow-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.58fr);
  gap: clamp(30px, 6vw, 72px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.workflow-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 24px;
  max-width: 620px;
}

.workflow-steps {
  display: grid;
  gap: 14px;
}

.step {
  min-height: 146px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.step span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 900;
}

.step p {
  color: rgba(255, 255, 255, 0.72);
}

.privacy-section {
  background: #0d0f10;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 6vw, 72px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.privacy-visual {
  min-height: 450px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 127, 105, 0.16), transparent 32%),
    linear-gradient(135deg, #172425, #111415 54%, #1f2328);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.lock-ring {
  display: grid;
  width: min(72%, 320px);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid rgba(8, 123, 127, 0.25);
  border-radius: 50%;
  box-shadow: inset 0 0 0 34px rgba(166, 227, 207, 0.26);
}

.lock-ring span {
  position: relative;
  width: 112px;
  height: 92px;
  border-radius: 18px;
  background: var(--teal);
  box-shadow: var(--shadow);
}

.lock-ring span::before {
  content: "";
  position: absolute;
  top: -62px;
  left: 22px;
  width: 68px;
  height: 78px;
  border: 14px solid var(--teal);
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
}

.lock-ring span::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  width: 14px;
  height: 28px;
  border-radius: 999px;
  background: var(--mint);
  transform: translateX(-50%);
}

.privacy-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.privacy-list article {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.privacy-list h3 {
  margin-top: 0;
}

.teams-section {
  background: var(--night);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.team-grid article {
  min-height: 240px;
}

.company-section {
  padding: clamp(72px, 10vw, 124px) clamp(20px, 6vw, 72px);
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 127, 105, 0.1), transparent 26%),
    linear-gradient(180deg, #08090a, #0d0f10);
}

.company-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.62fr);
  gap: clamp(30px, 6vw, 78px);
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.company-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.company-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
}

.company-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 30px;
  padding: 12px 18px;
  color: #08110f;
  background: var(--mint);
  border-radius: 999px;
  font-weight: 900;
}

.company-points {
  display: grid;
  gap: 12px;
}

.company-points article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
}

.company-points span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.company-points h3 {
  margin: 16px 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  line-height: 1.1;
}

.company-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
}

.download-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  padding: clamp(76px, 10vw, 124px) clamp(20px, 6vw, 72px);
  background:
    radial-gradient(circle at 15% 15%, rgba(184, 242, 223, 0.12), transparent 28%),
    linear-gradient(180deg, #0d0f10, #08090a);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.download-copy {
  max-width: 760px;
}

.download-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.download-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
}

.download-actions {
  display: grid;
  gap: 12px;
  justify-self: end;
  width: min(100%, 380px);
}

.store-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 14px 18px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.store-button--soon {
  cursor: default;
}

.store-button:hover {
  border-color: rgba(184, 242, 223, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.store-copy small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
}

.store-copy {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.store-status {
  justify-self: end;
  padding: 7px 10px;
  color: rgba(184, 242, 223, 0.96);
  background: rgba(184, 242, 223, 0.08);
  border: 1px solid rgba(184, 242, 223, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.store-icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  place-items: center;
  border-radius: 10px;
  background: transparent;
}

.store-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  border-radius: inherit;
}

.store-icon--google-play .store-icon-image {
  padding: 4px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(72px, 10vw, 118px) clamp(20px, 6vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 28%, rgba(184, 242, 223, 0.12), transparent 30%),
    linear-gradient(135deg, #090b0c, #14211f);
}

.cta-section > div,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(20px, 6vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #08090a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
}

.footer-links,
.legal-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.footer-links a,
.legal-nav a,
.legal-document a {
  color: var(--teal-dark);
}

.footer-links a:hover,
.legal-nav a:hover,
.legal-document a:hover {
  color: var(--teal);
}

.legal-page {
  color: #eef6f3;
  background:
    radial-gradient(circle at 18% 0, rgba(184, 242, 223, 0.13), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(77, 102, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #08090a, #0d1011 44%, #08090a);
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.legal-nav a:hover {
  color: var(--white);
}

.legal-main {
  padding: 74px clamp(18px, 6vw, 72px) 110px;
}

.legal-document {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 85% 0, rgba(184, 242, 223, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.legal-document h1 {
  margin: 0;
  color: #f7f8f8;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

.legal-updated {
  margin: 18px 0 34px;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 800;
}

.legal-document h2 {
  margin: 42px 0 12px;
  padding-top: 26px;
  color: #f7f8f8;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.1;
}

.legal-document h3 {
  margin: 26px 0 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.legal-document p,
.legal-document li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

.legal-document p {
  margin: 12px 0;
}

.legal-document ul {
  margin: 10px 0 18px;
  padding-left: 24px;
}

.legal-document li + li {
  margin-top: 6px;
}

.legal-document a {
  color: var(--mint);
}

.legal-document a:hover {
  color: var(--white);
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-48%);
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

.site-nav,
.header-actions {
  display: none;
}

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

  .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .site-header.is-open .site-nav a {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header.is-open .header-actions {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
    margin-top: 8px;
  }

  .section-heading,
  .workflow-panel,
  .privacy-layout,
  .company-card,
  .download-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

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

  .download-actions {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .hero {
    min-height: auto;
    width: 100vw;
    max-width: 100vw;
    justify-items: stretch;
    padding: 104px 18px 0;
    gap: 28px;
  }

  .hero-content {
    width: 100%;
    max-width: 354px;
    text-align: left;
  }

  .hero-content .eyebrow {
    max-width: 310px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(50px, 15vw, 58px);
    line-height: 0.86;
  }

  .hero-copy {
    width: 100%;
    max-width: 340px;
    margin-left: 0;
    font-size: 18px;
    text-align: left;
  }

  .hero-actions {
    width: 100%;
    max-width: 340px;
    justify-content: flex-start;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-metrics div {
    min-height: 74px;
  }

  .hero-preview {
    width: calc(100vw - 22px);
    padding-bottom: 26px;
  }

  .hero-visual {
    border-radius: 12px;
    transform: none;
  }

  .feature-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .team-grid article {
    min-height: 220px;
  }

  .privacy-visual {
    min-height: 310px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links,
  .legal-nav {
    flex-wrap: wrap;
  }

  .legal-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-main {
    padding-top: 42px;
  }

  .legal-document {
    border-radius: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Linear-inspired rebuild */
.linear-inspired {
  color: rgba(245, 247, 248, 0.92);
  background:
    radial-gradient(circle at 50% -8%, rgba(184, 242, 223, 0.1), transparent 32%),
    #08090a;
}

.linear-inspired .site-header {
  grid-template-columns: auto 1fr auto;
  max-width: 1440px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
}

.linear-inspired .site-nav {
  gap: 2px;
  padding: 4px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.linear-inspired .site-nav a {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.72);
}

.linear-inspired .linear-hero {
  min-height: 100svh;
  padding: 142px clamp(20px, 5vw, 72px) 0;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(184, 242, 223, 0.14), transparent 30%),
    radial-gradient(circle at 82% 38%, rgba(255, 127, 105, 0.1), transparent 25%),
    linear-gradient(180deg, #08090a 0%, #0d1011 68%, #08090a 100%);
}

.announcement {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 7px 14px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 14px;
  font-weight: 800;
}

.announcement span {
  color: #08110f;
  background: var(--mint);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 12px;
}

.linear-hero-copy {
  max-width: 1040px;
  margin: 34px auto 0;
}

.linear-hero h1 {
  margin: 0;
  color: #f7f8f8;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.96;
  letter-spacing: 0;
}

.linear-hero-copy p {
  max-width: 780px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.28;
}

.linear-hero .hero-actions {
  margin-top: 30px;
}

.hero-app-showcase {
  width: min(1040px, 100%);
  margin: clamp(48px, 6vw, 76px) auto 0;
}

.hero-app-showcase.mobile-showcase {
  min-height: 660px;
  border-radius: 24px 24px 0 0;
  border-bottom: 0;
}

.hero-app-showcase .phone-shot.primary {
  top: 48px;
  width: min(32%, 270px);
}

.hero-app-showcase .phone-shot.menu {
  top: 132px;
  left: 18%;
  width: min(27%, 230px);
}

.hero-app-showcase .phone-shot.pin {
  top: 132px;
  right: 18%;
  width: min(27%, 230px);
}

.linear-product-frame {
  position: relative;
  width: min(1240px, 100%);
  margin: clamp(54px, 7vw, 88px) auto 0;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px 22px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.12),
    0 50px 160px rgba(0, 0, 0, 0.58);
}

.linear-product-frame::before {
  content: "";
  position: absolute;
  inset: auto 8% -12% 8%;
  height: 30%;
  background: rgba(184, 242, 223, 0.11);
  filter: blur(46px);
}

.linear-product-frame img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.linear-principles,
.linear-plans,
.linear-comparison,
.linear-faq,
.linear-capabilities,
.store-preview,
.linear-download,
.linear-company,
.linear-cta {
  padding: clamp(82px, 10vw, 142px) clamp(20px, 5vw, 72px);
}

.linear-section-heading {
  max-width: 1180px;
  margin: 0 auto 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.linear-section-heading h2,
.capability-copy h2,
.plan-card h3,
.faq-card summary,
.linear-company h2,
.linear-cta h2 {
  margin: 0;
  color: #f7f8f8;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.linear-section-heading > p:not(.eyebrow),
.capability-copy p,
.plan-card p,
.faq-card p,
.linear-company p {
  color: rgba(255, 255, 255, 0.58);
}

.linear-section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 18px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.principle-grid article {
  min-height: 360px;
  padding: 28px;
  background:
    radial-gradient(circle at 80% 10%, rgba(184, 242, 223, 0.09), transparent 34%),
    #111314;
}

.principle-grid span,
.capability-copy span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.principle-grid h3 {
  margin: 80px 0 12px;
  color: #f7f8f8;
  font-size: 26px;
  line-height: 1.08;
}

.principle-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  line-height: 1.62;
}

.linear-plans {
  max-width: 1324px;
  margin: 0 auto;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.plan-card {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 16%, rgba(184, 242, 223, 0.08), transparent 32%),
    linear-gradient(180deg, #111314, #0b0d0e);
}

.enterprise-plan {
  background:
    radial-gradient(circle at 82% 16%, rgba(184, 242, 223, 0.14), transparent 32%),
    radial-gradient(circle at 20% 82%, rgba(52, 104, 213, 0.12), transparent 32%),
    linear-gradient(180deg, #121718, #0b0d0e);
}

.plan-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  color: #08110f;
  border-radius: 999px;
  background: var(--mint);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 28px 0 0;
  font-size: clamp(30px, 3.5vw, 48px);
}

.plan-card p {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.62;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.audience-tags span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.module-list {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 28px;
}

.module-list > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.module-list h4 {
  margin: 0 0 12px;
  color: rgba(184, 242, 223, 0.9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-card ul,
.module-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
}

.plan-card li,
.module-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.plan-card li::before,
.module-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(184, 242, 223, 0.08);
}

.plan-packaging {
  padding-top: 22px;
}

.plan-packaging strong {
  color: rgba(255, 255, 255, 0.88);
}

.plan-card .button {
  margin-top: auto;
}

.plan-note {
  max-width: 480px;
  margin-top: 18px;
  font-size: 14px;
}

.plan-note a {
  color: rgba(184, 242, 223, 0.9);
}

.linear-comparison,
.linear-faq {
  max-width: 1324px;
  margin: 0 auto;
}

.comparison-table-wrap {
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 12%, rgba(184, 242, 223, 0.08), transparent 28%),
    linear-gradient(180deg, #111314, #0b0d0e);
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: middle;
}

.comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #f7f8f8;
  background: rgba(17, 19, 20, 0.96);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table tbody th {
  width: 46%;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.comparison-table td {
  width: 27%;
}

.comparison-table td:last-child {
  color: rgba(184, 242, 223, 0.92);
  font-weight: 850;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.faq-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 16%, rgba(184, 242, 223, 0.08), transparent 32%),
    linear-gradient(180deg, #111314, #0b0d0e);
}

.faq-card details {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-card details:last-child {
  border-bottom: 0;
}

.faq-card summary {
  cursor: pointer;
  color: #f7f8f8;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.28;
  list-style: none;
}

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

.faq-card summary::after {
  content: "+";
  float: right;
  margin-left: 16px;
  color: rgba(184, 242, 223, 0.88);
}

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

.faq-card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.linear-capabilities {
  display: grid;
  gap: 22px;
  max-width: 1324px;
  margin: 0 auto;
}

.capability-row {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(420px, 0.75fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  min-height: 560px;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 242, 223, 0.08), transparent 34%),
    linear-gradient(180deg, #111314, #0b0d0e);
}

.capability-row.reverse {
  grid-template-columns: minmax(420px, 0.75fr) minmax(0, 0.55fr);
}

.capability-row.reverse .capability-copy {
  order: 2;
}

.capability-copy p {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.62;
}

.capability-copy h2 {
  margin-top: 18px;
  font-size: clamp(32px, 4vw, 56px);
}

.capability-visual {
  min-height: 410px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
}

.screenshot-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.screenshot-visual img {
  position: relative;
  z-index: 1;
  width: min(58%, 270px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    0 0 0 8px rgba(255, 255, 255, 0.035);
}

.screenshot-visual img.store-art {
  width: min(64%, 330px);
  max-height: min(520px, calc(100% - 48px));
  object-fit: contain;
  border-radius: 22px;
}

.screenshot-visual::before {
  content: "";
  position: absolute;
  inset: 14% 10% 12%;
  border-radius: 50%;
  background: rgba(77, 102, 255, 0.12);
  filter: blur(48px);
}

.visual-note,
.pin-stack {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  width: min(320px, calc(100% - 56px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(10, 12, 13, 0.78);
  backdrop-filter: blur(18px);
}

.visual-note strong {
  display: block;
  color: #f7f8f8;
  font-size: 20px;
}

.visual-note span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
}

.pin-stack {
  display: grid;
  gap: 8px;
}

.pin-stack div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pin-stack div:last-child {
  border-bottom: 0;
}

.pin-stack strong {
  color: #f7f8f8;
}

.pin-stack span {
  color: rgba(184, 242, 223, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.security-visual {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) minmax(0, 0.62fr);
  align-items: center;
  gap: 24px;
}

.shield {
  width: 156px;
  height: 184px;
  margin-bottom: 18px;
  clip-path: polygon(50% 0, 92% 18%, 82% 78%, 50% 100%, 18% 78%, 8% 18%);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.32), transparent 18%),
    linear-gradient(180deg, var(--mint), #4db9a7);
}

.wipe-flow {
  display: grid;
  gap: 12px;
}

.wipe-flow div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.wipe-flow span {
  grid-row: span 2;
  color: rgba(184, 242, 223, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.wipe-flow strong {
  color: #f7f8f8;
  font-size: 20px;
}

.wipe-flow small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}

.linear-download {
  display: block;
  max-width: 1324px;
  margin: 0 auto;
}

.store-preview {
  max-width: 1324px;
  margin: 0 auto;
}

.store-preview-feature {
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: clamp(10px, 1.8vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 20%, rgba(184, 242, 223, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.store-preview-feature img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.store-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.store-preview-grid figure {
  display: grid;
  gap: 14px;
  align-content: start;
  margin: 0;
}

.store-preview-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.store-preview-grid figcaption {
  display: grid;
  gap: 6px;
  padding: 0 4px;
}

.store-preview-grid figcaption strong {
  color: #f7f8f8;
  font-size: 15px;
  line-height: 1.2;
}

.store-preview-grid figcaption span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.45;
}

.linear-download .linear-section-heading {
  margin: 0 auto;
  text-align: center;
}

.linear-download .linear-section-heading > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px auto 0;
  font-size: 18px;
}

.download-content {
  max-width: 760px;
  margin: 0 auto;
}

.download-content .download-actions {
  width: min(100%, 430px);
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
}

.mobile-showcase {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 16%, rgba(72, 99, 255, 0.18), transparent 30%),
    radial-gradient(circle at 78% 82%, rgba(184, 242, 223, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.mobile-showcase::before {
  content: "";
  position: absolute;
  inset: 12% 18% 8%;
  border-radius: 50%;
  background: rgba(77, 102, 255, 0.13);
  filter: blur(54px);
}

.phone-shot {
  position: absolute;
  width: min(36%, 220px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    0 0 0 8px rgba(255, 255, 255, 0.035);
}

.phone-shot.store-art {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 24px;
}

.phone-shot.primary {
  z-index: 3;
  top: 60px;
  left: 50%;
  width: min(44%, 260px);
  transform: translateX(-50%);
}

.phone-shot.menu {
  z-index: 2;
  top: 122px;
  left: 7%;
  transform: rotate(-7deg);
}

.phone-shot.pin {
  z-index: 1;
  top: 150px;
  right: 6%;
  transform: rotate(7deg);
}

.linear-company {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.56fr);
  gap: clamp(30px, 6vw, 80px);
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.linear-company > div > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 24px;
  font-size: 18px;
}

.linear-company dl {
  margin: 0;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.linear-company dl div {
  padding: 22px;
  background: #111314;
}

.linear-company dt {
  color: #f7f8f8;
  font-size: 22px;
  font-weight: 900;
}

.linear-company dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.56);
}

.linear-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(184, 242, 223, 0.1), transparent 34%),
    #08090a;
}

.linear-cta h2 {
  max-width: 900px;
  margin: 0 auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 34px auto 0;
}

.linear-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(130px, 0.45fr));
  gap: 36px;
  padding: 48px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #070809;
}

.linear-footer p {
  max-width: 300px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.44);
}

.linear-footer .copyright {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 13px;
}

.linear-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.linear-footer h3 {
  margin: 0 0 8px;
  color: #f7f8f8;
  font-size: 13px;
}

.linear-footer a {
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  font-weight: 800;
}

.linear-footer a:hover {
  color: var(--white);
}

@media (max-width: 980px) {
  .linear-inspired .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .linear-inspired .nav-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.045);
  }

  .linear-inspired .nav-toggle::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor;
  }

  .linear-inspired .nav-toggle span {
    display: none;
  }

  .linear-inspired .site-nav,
  .linear-inspired .header-actions {
    display: none;
  }

  .linear-inspired .site-header.is-open .site-nav {
    display: flex;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .linear-inspired .site-header.is-open .site-nav a {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .linear-inspired .site-header.is-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
    margin-top: 8px;
  }

  .linear-hero {
    padding-top: 112px;
  }

  .linear-hero h1 {
    font-size: clamp(44px, 10vw, 68px);
  }

  .principle-grid,
  .plan-grid,
  .faq-grid,
  .capability-row,
  .capability-row.reverse,
  .linear-download,
  .linear-company,
  .linear-footer {
    grid-template-columns: 1fr;
  }

  .capability-row.reverse .capability-copy {
    order: 0;
  }

  .capability-row {
    min-height: auto;
  }

  .capability-visual {
    min-height: 300px;
  }

  .screenshot-visual {
    min-height: 520px;
  }

  .security-visual {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .store-preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wipe-flow {
    width: 100%;
  }

  .mobile-showcase {
    min-height: 560px;
  }

  .hero-app-showcase.mobile-showcase {
    min-height: 600px;
  }

  .hero-app-showcase .phone-shot.menu {
    left: 10%;
  }

  .hero-app-showcase .phone-shot.pin {
    right: 10%;
  }
}

@media (max-width: 640px) {
  .linear-inspired .linear-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .announcement {
    display: flex;
    width: min(100%, 340px);
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .linear-hero-copy {
    width: min(100%, 340px);
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .linear-hero h1,
  html:lang(zh-CN) .linear-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 34px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .linear-hero-copy p {
    max-width: 100%;
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .linear-hero .hero-actions {
    justify-content: center;
  }

  .linear-product-frame {
    width: calc(100vw - 24px);
    padding: 10px;
    border-radius: 14px 14px 0 0;
  }

  .linear-product-frame img {
    aspect-ratio: 4 / 3;
  }

  .linear-principles,
  .linear-plans,
  .linear-comparison,
  .linear-faq,
  .linear-capabilities,
  .store-preview,
  .linear-download,
  .linear-company,
  .linear-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .plan-card {
    min-height: auto;
    padding: 22px;
    border-radius: 12px;
  }

  .plan-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .module-list > div,
  .faq-card {
    padding: 18px;
    border-radius: 12px;
  }

  .comparison-table-wrap {
    margin-right: -6px;
    margin-left: -6px;
  }

  .comparison-table {
    min-width: 640px;
    font-size: 14px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 15px 16px;
  }

  .principle-grid article {
    min-height: 230px;
  }

  .principle-grid h3 {
    margin-top: 54px;
  }

  .capability-row {
    padding: 20px;
    border-radius: 12px;
  }

  .screenshot-visual {
    min-height: 460px;
    padding: 18px;
  }

  .screenshot-visual img {
    width: min(62%, 190px);
  }

  .visual-note,
  .pin-stack {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .pin-stack div {
    display: grid;
    gap: 4px;
  }

  .security-visual {
    padding: 20px;
  }

  .shield {
    width: 116px;
    height: 136px;
  }

  .capability-copy h2,
  .linear-section-heading h2,
  .linear-company h2,
  .linear-cta h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .linear-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand-logo {
    width: 154px;
  }

  .mobile-showcase {
    min-height: 480px;
    border-radius: 14px;
  }

  .hero-app-showcase {
    width: min(100%, 354px);
    margin-right: 0;
    margin-left: 0;
  }

  .hero-app-showcase.mobile-showcase {
    min-height: 520px;
    border-radius: 14px 14px 0 0;
  }

  .phone-shot.primary {
    top: 46px;
    width: min(54%, 210px);
  }

  .phone-shot.menu {
    top: 108px;
    left: -3%;
    width: min(42%, 160px);
  }

  .phone-shot.pin {
    top: 126px;
    right: -5%;
    width: min(42%, 160px);
  }
}
