:root {
  color-scheme: light;
  --c-primary-50: #eff5ff;
  --c-primary-100: #dbe7fe;
  --c-primary-200: #bfd2fe;
  --c-primary-300: #93b3fd;
  --c-primary-400: #608bfa;
  --c-primary-500: #3b6df5;
  --c-primary-600: #2563eb;
  --c-primary-700: #1d4ed8;
  --c-accent-400: #a78bfa;
  --c-accent-500: #8b5cf6;
  --c-accent-600: #7c3aed;
  --c-ink-0: #ffffff;
  --c-ink-50: #f8fafc;
  --c-ink-100: #f1f5f9;
  --c-ink-200: #e6ebf2;
  --c-ink-300: #cdd5e0;
  --c-ink-400: #9aa5b8;
  --c-ink-500: #64748b;
  --c-ink-600: #475569;
  --c-ink-700: #334155;
  --c-ink-800: #1e293b;
  --c-ink-900: #0b1220;
  --c-success-500: #10b981;
  --c-danger-500: #ef4444;
  --surface-1: rgba(255, 255, 255, 0.74);
  --surface-2: rgba(255, 255, 255, 0.56);
  --surface-solid: #ffffff;
  --hairline: rgba(15, 23, 42, 0.07);
  --hairline-strong: rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 0 rgba(15, 23, 42, 0.02);
  --shadow-card: 0 1px 1px rgba(15, 23, 42, 0.04), 0 12px 28px -18px rgba(15, 23, 42, 0.22);
  --shadow-lift: 0 1px 1px rgba(15, 23, 42, 0.05), 0 28px 58px -22px rgba(37, 99, 235, 0.26);
  --grad-brand: linear-gradient(120deg, var(--c-primary-600), var(--c-accent-500));
  --grad-soft: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.62));
  --r-3: 8px;
  --r-4: 10px;
  --r-5: 14px;
  --r-6: 20px;
  --r-pill: 999px;
  --maxw: 1180px;
  --ff-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--c-ink-800);
  background:
    radial-gradient(980px 560px at 10% -8%, rgba(96, 139, 250, 0.2), transparent 60%),
    radial-gradient(940px 540px at 96% 0%, rgba(167, 139, 250, 0.2), transparent 58%),
    radial-gradient(860px 560px at 54% 108%, rgba(16, 185, 129, 0.13), transparent 58%),
    linear-gradient(180deg, #f6f8fc 0%, #eef2fb 100%);
  background-attachment: fixed;
  font-family: var(--ff-sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

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

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

main {
  overflow: hidden;
}

section {
  position: relative;
  padding: 92px clamp(20px, 5vw, 72px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 278px auto 244px;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1180px;
  min-height: 66px;
  margin: 0 auto;
  padding: 4px 0 0;
  border: 0;
  color: var(--c-ink-700);
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  border-top: 4px solid #1f5f91;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  transform: translateX(-50%);
}

.site-header.is-scrolled,
.site-header.is-open {
  backdrop-filter: blur(20px) saturate(150%);
}

.site-header.is-scrolled::before,
.site-header.is-open::before {
  border-bottom-color: var(--hairline);
  background: rgba(255, 255, 255, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 9px;
  background: #081225;
  box-shadow: 0 10px 24px -14px rgba(8, 18, 37, 0.68);
}

.brand-copy {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  gap: 7px;
}

.brand-name {
  color: var(--c-ink-900);
  font-size: 16px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

.brand-sub {
  color: var(--c-ink-400);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-logo {
  width: 242px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 14px;
  font-weight: 680;
}

.site-nav a {
  padding: 20px 0;
  border-radius: var(--r-3);
  color: var(--c-ink-700);
  transition: background 140ms ease, color 140ms ease;
}

.site-nav a:hover {
  color: var(--c-primary-700);
  background: transparent;
}

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

.language-switch {
  display: inline-flex;
  width: 104px;
  height: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  color: var(--c-ink-700);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--r-3);
  background: #fff;
  font-size: 13px;
  font-weight: 680;
  box-shadow: var(--shadow-soft);
}

.language-switch svg {
  width: 15px;
  height: 15px;
}

.language-switch:hover {
  color: var(--c-ink-900);
  background: var(--c-ink-100);
}

.header-contact {
  width: 116px;
  min-width: 116px;
  height: 44px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--r-3);
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 18px 34px -20px rgba(37, 99, 235, 0.52);
}

.header-actions .language-switch,
.header-actions .header-contact {
  box-sizing: border-box;
  flex: 0 0 104px;
  height: 44px;
  min-height: 44px;
}

.header-actions .header-contact {
  flex-basis: 116px;
}

.header-contact svg {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  color: var(--c-ink-700);
  background: var(--surface-1);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: var(--r-pill);
  background: currentColor;
}

.linear-hero {
  display: grid;
  min-height: auto;
  align-items: center;
  padding-top: clamp(74px, 9vw, 118px);
  padding-bottom: clamp(54px, 7vw, 84px);
}

.linear-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), transparent 76%);
}

/* Product evidence and buyer decision sections */
.product-in-action,
.buyer-fit,
.rollout-path,
.procurement-faq {
  max-width: 1180px;
  margin: 0 auto;
  padding: 112px 28px;
}

.product-in-action {
  border-top: 1px solid var(--line, #d9dee6);
}

.product-in-action-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.product-proof-card {
  grid-column: span 4;
  margin: 0;
  border: 1px solid var(--line, #d9dee6);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.product-proof-card--wide {
  grid-column: span 8;
}

.product-proof-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef1f5;
  border-bottom: 1px solid var(--line, #d9dee6);
}

.product-proof-media::after,
.product-hero-frame::after {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 4px;
  color: rgba(15, 23, 42, 0.64);
  background: rgba(255, 255, 255, 0.72);
  content: "COnnect · connect.cosolutions.technology";
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.product-proof-media--mobile {
  aspect-ratio: 16 / 9;
}

.product-proof-media img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 12px;
  object-fit: contain;
  background: #f7f9fb;
  object-position: top center;
  -webkit-user-drag: none;
  user-select: none;
}

.product-proof-media--mobile img {
  object-fit: contain;
  background: #f5f6f8;
}

.product-proof-card figcaption {
  padding: 22px 22px 24px;
}

.product-proof-card figcaption span,
.buyer-fit-grid article span {
  display: block;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-proof-card figcaption strong {
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1.35;
}

.product-proof-card figcaption p {
  margin: 9px 0 0;
  color: #526174;
  font-size: 0.92rem;
  line-height: 1.6;
}

.buyer-fit {
  padding-top: 104px;
  padding-bottom: 104px;
}

.buyer-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.buyer-fit-grid article {
  padding: 26px 24px 28px;
  border-top: 3px solid #183b62;
  background: #f7f9fb;
}

.buyer-fit-grid article h3 {
  margin: 14px 0 9px;
  color: #0f172a;
  font-size: 1.18rem;
}

.buyer-fit-grid article p,
.rollout-steps p,
.procurement-faq-grid p {
  margin: 0;
  color: #526174;
  line-height: 1.65;
}

.rollout-path {
  border-top: 1px solid var(--line, #d9dee6);
  border-bottom: 1px solid var(--line, #d9dee6);
}

.rollout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.rollout-steps li {
  min-height: 170px;
  padding: 0 28px;
  border-left: 1px solid var(--line, #d9dee6);
}

.rollout-steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.rollout-steps span {
  display: block;
  color: #183b62;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rollout-steps strong {
  display: block;
  margin: 18px 0 9px;
  color: #0f172a;
  font-size: 1.18rem;
}

.procurement-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  margin-top: 36px;
}

.procurement-faq-grid details {
  padding: 19px 0;
  border-top: 1px solid var(--line, #d9dee6);
}

.procurement-faq-grid summary {
  cursor: pointer;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.45;
}

.procurement-faq-grid details p {
  margin-top: 12px;
}

@media (max-width: 760px) {
  .product-in-action,
  .buyer-fit,
  .rollout-path,
  .procurement-faq {
    padding: 72px 20px;
  }

  .product-in-action-grid,
  .buyer-fit-grid,
  .rollout-steps,
  .procurement-faq-grid {
    display: block;
    margin-top: 30px;
  }

  .product-proof-card,
  .product-proof-card--wide {
    margin-bottom: 18px;
  }

  .rollout-steps li,
  .rollout-steps li:first-child {
    min-height: 0;
    margin-bottom: 28px;
    padding: 0 0 28px;
    border-left: 0;
    border-bottom: 1px solid var(--line, #d9dee6);
  }

  .rollout-steps li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .procurement-faq-grid details:last-child {
    border-bottom: 1px solid var(--line, #d9dee6);
  }
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
  width: min(100%, var(--maxw));
  margin: 0 auto;
}

.announcement,
.eyebrow,
.plan-label,
.module-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  gap: 8px;
  padding: 5px 11px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-pill);
  color: var(--c-ink-600);
  background: var(--surface-1);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.announcement {
  justify-self: start;
  margin-bottom: 22px;
}

.announcement span {
  color: #fff;
  background: var(--grad-brand);
  border-radius: var(--r-pill);
  padding: 3px 8px;
  font-size: 11px;
}

.linear-hero-copy {
  max-width: 600px;
  margin: 0;
  text-align: left;
}

.linear-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--c-ink-900);
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: 0;
}

html:lang(zh-CN) .linear-hero h1 {
  max-width: 620px;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.08;
}

.linear-hero-copy p {
  max-width: 740px;
  margin: 26px 0 0;
  color: var(--c-ink-600);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.button,
.company-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--r-4);
  font-weight: 760;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button.primary,
.company-link {
  color: #fff;
  background: var(--grad-brand);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset, var(--shadow-lift);
}

.button.secondary {
  color: var(--c-ink-800);
  border-color: var(--hairline-strong);
  background: var(--surface-1);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

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

.secure-hero-visual {
  position: relative;
  min-height: 500px;
  padding: clamp(16px, 3vw, 32px);
}

.secure-hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% 0 5% 8%;
  z-index: -1;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.18), transparent 46%),
    linear-gradient(120deg, rgba(37, 99, 235, 0.16), rgba(139, 92, 246, 0.12));
  clip-path: polygon(8% 12%, 86% 0, 100% 72%, 58% 100%, 0 86%);
}

.workspace-window {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px -32px rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(18px) saturate(150%);
  transform: rotate(1deg);
}

.workspace-titlebar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid var(--hairline);
  background: rgba(248, 250, 252, 0.86);
}

.workspace-titlebar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-danger-500);
}

.workspace-titlebar span:nth-child(2) {
  background: #f59e0b;
}

.workspace-titlebar span:nth-child(3) {
  background: var(--c-success-500);
}

.workspace-titlebar strong {
  margin-left: 8px;
  color: var(--c-ink-700);
  font-size: 13px;
}

.workspace-body {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  min-height: 372px;
}

.workspace-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 14px;
  background:
    linear-gradient(180deg, rgba(29, 78, 216, 0.96), rgba(124, 58, 237, 0.92));
}

.sidebar-pill {
  min-height: 30px;
  padding: 7px 10px;
  border-radius: var(--r-3);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 760;
}

.sidebar-pill.active {
  color: var(--c-ink-900);
  background: rgba(255, 255, 255, 0.88);
}

.workspace-chat {
  position: relative;
  padding: 24px 24px 120px;
}

.chat-channel {
  margin-bottom: 24px;
  color: var(--c-ink-900);
  font-size: 20px;
  font-weight: 800;
}

.message-line {
  height: 13px;
  width: 68%;
  margin-top: 13px;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
}

.message-line.wide {
  width: 82%;
}

.message-line.short {
  width: 44%;
}

.secure-message {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 185, 129, 0.24);
  border-radius: var(--r-3);
  color: #047857;
  background: rgba(236, 253, 245, 0.94);
  box-shadow: var(--shadow-soft);
}

.secure-message span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--c-success-500);
  font-size: 11px;
  font-weight: 900;
}

.secure-message strong {
  font-size: 14px;
}

.transfer-track {
  position: absolute;
  right: 24px;
  bottom: 36px;
  left: 24px;
  height: 10px;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
}

.transfer-track span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: transferMove 4.2s ease-in-out infinite;
}

.workspace-security {
  position: absolute;
  right: 26px;
  bottom: 74px;
  width: min(280px, calc(100% - 52px));
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: var(--r-4);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px -24px rgba(15, 23, 42, 0.38);
  animation: visualFloat 5s ease-in-out infinite;
}

.security-lock {
  width: 34px;
  height: 28px;
  margin-bottom: 12px;
  border: 3px solid var(--c-primary-600);
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.08);
}

.security-lock::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  margin: -15px auto 0;
  border: 3px solid var(--c-primary-600);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.workspace-security strong,
.workspace-security span {
  display: block;
}

.workspace-security strong {
  color: var(--c-ink-900);
  font-size: 15px;
}

.workspace-security span {
  margin-top: 4px;
  color: var(--c-ink-500);
  font-size: 12.5px;
}

.identity-hero .workspace-window {
  background:
    radial-gradient(circle at 70% 22%, rgba(37, 99, 235, 0.08), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.86));
}

.identity-hero .workspace-sidebar {
  background:
    linear-gradient(180deg, rgba(12, 92, 164, 0.96), rgba(93, 63, 211, 0.94));
}

.identity-hero .secure-message {
  border-color: rgba(37, 99, 235, 0.18);
  color: var(--c-primary-700);
  background: rgba(239, 246, 255, 0.96);
}

.identity-hero .secure-message strong {
  display: none;
}

.identity-hero .secure-message span {
  background: linear-gradient(135deg, var(--c-primary-600), var(--c-accent-500));
}

.identity-pin-panel {
  position: absolute;
  top: 106px;
  right: 24px;
  z-index: 3;
  width: min(230px, calc(100% - 48px));
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: var(--r-4);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px -24px rgba(15, 23, 42, 0.38);
  animation: identityPanelFloat 4.8s ease-in-out infinite;
}

.identity-pin-panel::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0 6px, transparent 6px 12px),
    linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(16, 185, 129, 0.18));
  background-size: 12px 100%, auto;
  animation: identityScan 3.2s ease-in-out infinite;
}

.identity-pin-panel strong,
.identity-pin-panel small {
  display: block;
  position: relative;
  z-index: 1;
}

.identity-pin-panel strong {
  color: var(--c-ink-900);
  font-size: 15px;
}

.identity-pin-panel small {
  margin-top: 10px;
  color: var(--c-ink-500);
  font-size: 12px;
  line-height: 1.45;
}

.identity-pin-panel .pin-dots {
  justify-content: flex-start;
  margin-top: 16px;
}

.identity-hero .workspace-security {
  bottom: 40px;
}

.visual-chip {
  position: absolute;
  z-index: 2;
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-pill);
  color: var(--c-ink-800);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
  font-size: 12.5px;
  font-weight: 800;
}

.chip-pin {
  top: 36px;
  right: 18px;
}

.chip-data {
  left: 0;
  bottom: 120px;
}

.chip-device {
  right: 44px;
  bottom: 18px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(100%, 880px);
  margin: clamp(30px, 4vw, 44px) auto 0;
}

.hero-trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  color: var(--c-ink-600);
  background: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 720;
}

.hero-app-showcase {
  position: relative;
  width: min(880px, 100%);
  margin: clamp(34px, 4.5vw, 54px) auto 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    radial-gradient(560px 260px at 50% 96%, rgba(59, 109, 245, 0.13), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 248, 255, 0.5));
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04), 0 34px 80px -42px rgba(37, 99, 235, 0.36);
  backdrop-filter: blur(20px) saturate(150%);
  overflow: hidden;
}

.hero-app-showcase::before {
  content: "";
  position: absolute;
  inset: auto 10% 34px;
  height: 26%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.18), rgba(139, 92, 246, 0.12), rgba(16, 185, 129, 0.12));
  filter: blur(34px);
  pointer-events: none;
}

.hero-app-showcase::after {
  content: "";
  position: absolute;
  right: 9%;
  bottom: -18%;
  width: 50%;
  height: 42%;
  border-radius: 50%;
  background: rgba(96, 139, 250, 0.12);
  filter: blur(46px);
  pointer-events: none;
}

.showcase-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(18px, 2.8vw, 30px);
}

.showcase-head span {
  color: var(--c-ink-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showcase-head strong {
  color: var(--c-primary-700);
  font-size: 13px;
}

.device-row {
  position: relative;
  z-index: 1;
  min-height: 390px;
}

.device-card {
  position: absolute;
  bottom: 0;
  display: grid;
  justify-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.device-card.primary {
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}

.device-card.menu {
  left: 8%;
  z-index: 2;
  transform: translateY(26px) rotate(-2deg);
}

.device-card.pin {
  right: 8%;
  z-index: 2;
  transform: translateY(26px) rotate(2deg);
}

.phone-shot {
  position: relative;
  z-index: 1;
  width: clamp(160px, 16vw, 205px);
  max-height: 350px;
  object-fit: cover;
  object-position: top center;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 66px -34px rgba(15, 23, 42, 0.6);
  transform: translateZ(0);
}

.device-card.primary .phone-shot {
  width: clamp(190px, 18vw, 235px);
  max-height: 380px;
  box-shadow: 0 28px 70px -34px rgba(37, 99, 235, 0.48);
}

.device-card figcaption {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 16px;
  padding: 7px 13px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  color: var(--c-ink-700);
  background: rgba(255, 255, 255, 0.86);
  font-size: 12.5px;
  font-weight: 760;
  box-shadow: var(--shadow-soft);
}

.device-card::before {
  content: "";
  position: absolute;
  inset: auto 6% 24px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.1);
  filter: blur(20px);
}

.device-card.primary::before {
  background: rgba(139, 92, 246, 0.16);
}

.hero-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 1080px);
  margin: clamp(32px, 5vw, 54px) auto 0;
}

.hero-feature-strip article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 158px 22px 22px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: var(--r-4);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.7)),
    var(--surface-1);
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04), 0 18px 42px -28px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-feature-strip article:hover,
.principle-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04), 0 28px 58px -30px rgba(37, 99, 235, 0.28);
}

.hero-feature-strip article::before,
.principle-grid article::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  height: 118px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: var(--r-4);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(239, 246, 255, 0.94), rgba(236, 253, 245, 0.78));
  background-size: 22px 22px, 22px 22px, auto;
}

.hero-feature-strip article::after,
.principle-grid article::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-feature-strip article:nth-child(1)::after {
  width: 74px;
  height: 58px;
  border: 4px solid var(--c-primary-600);
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.08);
  box-shadow:
    -54px 18px 0 -20px rgba(37, 99, 235, 0.18),
    54px 18px 0 -20px rgba(16, 185, 129, 0.22);
  animation: cardPulse 3.4s ease-in-out infinite;
}

.hero-feature-strip article:nth-child(1)::before {
  background:
    radial-gradient(circle at 50% 54%, rgba(37, 99, 235, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(245, 243, 255, 0.86));
}

.hero-feature-strip article:nth-child(2)::after {
  width: 138px;
  height: 56px;
  border-radius: var(--r-pill);
  background:
    linear-gradient(90deg, transparent 0 12%, var(--c-primary-600) 12% 28%, transparent 28% 42%, var(--c-success-500) 42% 58%, transparent 58% 72%, var(--c-accent-500) 72% 88%, transparent 88%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 34px -24px rgba(15, 23, 42, 0.38);
  animation: cardFloat 4.4s ease-in-out infinite;
}

.hero-feature-strip article:nth-child(2)::before {
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(240, 253, 250, 0.96), rgba(239, 246, 255, 0.86));
  background-size: 22px 22px, 22px 22px, auto;
}

.hero-feature-strip article:nth-child(3)::after {
  width: 136px;
  height: 76px;
  border-radius: var(--r-4);
  background:
    radial-gradient(circle at 78% 24%, rgba(239, 68, 68, 0.95) 0 8px, transparent 9px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 42%, transparent 42%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(239, 68, 68, 0.18);
  box-shadow: var(--shadow-soft);
  animation: cardRisk 3.8s ease-in-out infinite;
}

.hero-feature-strip article:nth-child(4)::after {
  width: 154px;
  height: 88px;
  border-radius: var(--r-4);
  background:
    radial-gradient(circle at 16% 22%, var(--c-primary-600) 0 8px, transparent 9px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0.14)) 40px 16px / 80px 10px no-repeat,
    linear-gradient(90deg, rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0.18)) 20px 50px / 64px 20px no-repeat,
    linear-gradient(90deg, rgba(139, 92, 246, 0.18), rgba(139, 92, 246, 0.18)) 92px 50px / 44px 20px no-repeat,
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  animation: cardFloat 4.8s ease-in-out infinite;
}

.hero-feature-strip span {
  display: inline-flex;
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-feature-strip strong {
  display: block;
  position: relative;
  z-index: 2;
  color: var(--c-ink-900);
  font-size: 18px;
  line-height: 1.2;
}

.hero-feature-strip p {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: var(--c-ink-600);
  font-size: 14px;
  line-height: 1.62;
}

.linear-section-heading {
  max-width: 730px;
  margin: 0 auto 48px;
  text-align: center;
}

.linear-section-heading .eyebrow {
  margin-bottom: 18px;
}

.linear-section-heading h2,
.capability-copy h2,
.linear-company h2,
.linear-cta h2 {
  margin: 0;
  color: var(--c-ink-900);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.linear-section-heading > p:not(.eyebrow),
.capability-copy p,
.linear-company p,
.linear-footer p,
.faq-card p,
.plan-card p {
  color: var(--c-ink-600);
}

.linear-section-heading > p:not(.eyebrow) {
  margin: 16px auto 0;
  font-size: 16.5px;
  line-height: 1.68;
}

.linear-principles,
.linear-plans,
.linear-comparison,
.linear-faq,
.linear-capabilities,
.store-preview,
.whats-new-preview,
.release-detail,
.linear-download,
.linear-company {
  max-width: var(--maxw);
  margin: 0 auto;
}

.principle-grid,
.plan-grid,
.faq-grid,
.store-preview-grid,
.whats-new-grid,
.release-rule-grid {
  display: grid;
  gap: 16px;
}

.principle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principle-grid article,
.plan-card,
.faq-card,
.capability-row,
.capability-visual,
.store-preview-feature,
.store-preview-grid article,
.store-preview-grid figure,
.whats-new-card,
.release-item,
.release-detail,
.release-modules article,
.release-rule-grid article,
.linear-download,
.linear-company,
.comparison-table-wrap,
.visual-note,
.pin-stack div,
.wipe-flow div,
.store-button {
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: var(--surface-1);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.principle-grid article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 158px 24px 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.principle-grid article:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 246, 255, 0.72)),
    var(--surface-1);
}

.principle-grid article:nth-child(1)::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.76));
}

.principle-grid article:nth-child(1)::after {
  width: 118px;
  height: 78px;
  border-radius: 58% 58% 52% 52% / 38% 38% 62% 62%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98) 0 16px, transparent 17px),
    linear-gradient(135deg, var(--c-primary-600), var(--c-accent-500));
  box-shadow: 0 18px 34px -24px rgba(37, 99, 235, 0.48);
  animation: cardFloat 4.8s ease-in-out infinite;
}

.principle-grid article:nth-child(2)::before {
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(245, 243, 255, 0.96), rgba(240, 253, 250, 0.82));
  background-size: 22px 22px, 22px 22px, auto;
}

.principle-grid article:nth-child(2)::after {
  width: 146px;
  height: 86px;
  border-radius: var(--r-4);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.95), rgba(37, 99, 235, 0.95)) 20px 18px / 36px 50px no-repeat,
    linear-gradient(90deg, rgba(16, 185, 129, 0.9), rgba(16, 185, 129, 0.9)) 56px 32px / 34px 36px no-repeat,
    linear-gradient(90deg, rgba(139, 92, 246, 0.9), rgba(139, 92, 246, 0.9)) 90px 10px / 36px 58px no-repeat,
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.principle-grid article:nth-child(3)::before {
  background:
    radial-gradient(circle at 78% 26%, rgba(16, 185, 129, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(240, 253, 250, 0.96), rgba(239, 246, 255, 0.78));
}

.principle-grid article:nth-child(3)::after {
  width: 154px;
  height: 86px;
  border-radius: var(--r-4);
  background:
    radial-gradient(circle at 22% 50%, var(--c-success-500) 0 12px, transparent 13px),
    radial-gradient(circle at 50% 50%, var(--c-primary-600) 0 12px, transparent 13px),
    radial-gradient(circle at 78% 50%, var(--c-accent-500) 0 12px, transparent 13px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0.14)) 34px 40px / 86px 4px no-repeat,
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  animation: cardFloat 5.4s ease-in-out infinite;
}

.principle-grid article:nth-child(4)::before {
  background:
    radial-gradient(circle at 70% 36%, rgba(245, 158, 11, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(255, 251, 235, 0.96), rgba(239, 246, 255, 0.8));
}

.principle-grid article:nth-child(4)::after {
  width: 154px;
  height: 92px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 30px 30px, #fff 0 12px, transparent 13px),
    radial-gradient(circle at 76px 30px, #fff 0 12px, transparent 13px),
    radial-gradient(circle at 122px 30px, #fff 0 12px, transparent 13px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 24px 62px / 106px 10px no-repeat,
    linear-gradient(135deg, #f59e0b, var(--c-success-500));
  box-shadow: 0 20px 38px -24px rgba(16, 185, 129, 0.42);
  animation: cardFloat 5.2s ease-in-out infinite;
}

.principle-grid span {
  position: relative;
  z-index: 2;
  color: var(--c-primary-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.principle-grid h3,
.plan-card h3,
.faq-card h3,
.store-preview-grid h3,
.store-preview-grid strong {
  position: relative;
  z-index: 2;
  margin: 28px 0 10px;
  color: var(--c-ink-900);
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: 0;
}

.principle-grid p,
.plan-card p,
.faq-card p,
.store-preview-grid p,
.store-preview-grid span {
  position: relative;
  z-index: 2;
  margin: 0;
}

.plan-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.personal-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.animated-feature-stack {
  display: grid;
  gap: 22px;
}

.animated-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.88fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.animated-feature.reverse {
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 0.72fr);
}

.animated-feature.reverse .feature-copy {
  order: 2;
}

.animated-feature.reverse .feature-motion {
  order: 1;
}

.feature-copy h3,
.journey-copy h3 {
  margin: 18px 0 12px;
  color: var(--c-ink-900);
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.08;
}

.feature-copy p,
.journey-copy p {
  margin: 0;
  color: var(--c-ink-600);
  font-size: 16px;
}

.feature-motion {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(241, 245, 249, 0.72));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 64px -38px rgba(15, 23, 42, 0.36);
}

.feature-motion::before {
  content: "";
  position: absolute;
  inset: auto -8% -18% 18%;
  height: 44%;
  border-radius: 46%;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.14), rgba(16, 185, 129, 0.12));
  transform: rotate(-6deg);
}

.motion-badge,
.wipe-command {
  position: absolute;
  z-index: 3;
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-pill);
  color: var(--c-ink-800);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  font-size: 12.5px;
  font-weight: 800;
}

.motion-phone {
  position: absolute;
  left: 12%;
  top: 38px;
  width: 190px;
  height: 250px;
  padding: 24px 18px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 22px 58px -28px rgba(15, 23, 42, 0.42);
}

.motion-phone-head {
  width: 68px;
  height: 8px;
  margin: 0 auto 28px;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
}

.motion-chat-line {
  width: 100%;
  height: 12px;
  margin-top: 14px;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
}

.motion-chat-line.short {
  width: 66%;
}

.pin-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 46px;
}

.pin-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-primary-600);
  animation: pinDot 2.6s ease-in-out infinite;
}

.pin-dots span:nth-child(2) {
  animation-delay: 0.18s;
}

.pin-dots span:nth-child(3) {
  animation-delay: 0.36s;
}

.pin-dots span:nth-child(4) {
  animation-delay: 0.54s;
}

.account-switcher {
  position: absolute;
  top: 82px;
  right: 9%;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: min(220px, 42%);
}

.account-switcher span {
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  color: var(--c-ink-600);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  font-weight: 760;
}

.account-switcher .active {
  color: #fff;
  background: var(--grad-brand);
  animation: activeAccount 4.4s ease-in-out infinite;
}

.feature-motion--pin .motion-badge {
  right: 8%;
  bottom: 54px;
}

.feature-motion--encrypt {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 110px;
  align-items: center;
  gap: 18px;
  padding: 52px 36px;
}

.encrypt-node {
  position: relative;
  z-index: 2;
  display: grid;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--r-4);
  color: var(--c-primary-700);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
  font-weight: 900;
}

.encrypt-tunnel {
  position: relative;
  z-index: 1;
  height: 88px;
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: var(--r-pill);
  background: rgba(236, 253, 245, 0.68);
}

.encrypt-tunnel span {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 14px;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: packetFlow 3.6s linear infinite;
}

.encrypt-tunnel span:nth-child(2) {
  animation-delay: 1.2s;
}

.encrypt-tunnel span:nth-child(3) {
  animation-delay: 2.4s;
}

.encrypted-file {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 2;
  width: 74px;
  height: 92px;
  padding-top: 52px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--r-3);
  color: var(--c-ink-700);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  transform: translateX(-50%);
  animation: visualFloat 5.2s ease-in-out infinite;
}

.encrypted-file::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 24px;
  height: 18px;
  border: 3px solid var(--c-primary-600);
  border-radius: 8px;
  transform: translateX(-50%);
}

.feature-motion--encrypt .motion-badge {
  right: 28px;
  top: 28px;
}

.feature-motion--device {
  padding: 34px;
}

.device-card-motion {
  position: absolute;
  z-index: 2;
  width: min(210px, 42%);
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-4);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
}

.device-card-motion span {
  display: block;
  width: 34px;
  height: 48px;
  margin-bottom: 12px;
  border: 2px solid rgba(37, 99, 235, 0.34);
  border-radius: 10px;
}

.device-card-motion strong,
.device-card-motion small {
  display: block;
}

.device-card-motion strong {
  color: var(--c-ink-900);
}

.device-card-motion small {
  color: var(--c-ink-500);
}

.device-card-motion.primary {
  left: 42px;
  top: 44px;
}

.device-card-motion.warning {
  right: 42px;
  bottom: 62px;
  border-color: rgba(239, 68, 68, 0.22);
  animation: riskCard 3.8s ease-in-out infinite;
}

.device-card-motion.warning span {
  border-color: rgba(239, 68, 68, 0.42);
}

.wipe-command {
  left: 50%;
  top: 48%;
  color: #fff;
  background: linear-gradient(120deg, var(--c-danger-500), var(--c-accent-500));
  transform: translate(-50%, -50%);
  animation: wipePulse 4s ease-in-out infinite;
}

.location-pulse {
  position: absolute;
  right: 24%;
  top: 24%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--c-danger-500);
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.3);
  animation: locationPulse 2.4s ease-out infinite;
}

.plan-card,
.faq-card {
  padding: 28px;
}

.personal-plan {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(139, 92, 246, 0.08)),
    var(--surface-1);
}

.enterprise-plan {
  background: var(--surface-1);
}

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

.audience-tags span,
.plan-packaging strong,
.comparison-table td,
.comparison-table th {
  border-radius: var(--r-3);
}

.audience-tags span {
  padding: 7px 10px;
  color: var(--c-ink-700);
  background: var(--c-ink-50);
  border: 1px solid var(--hairline);
  font-size: 12.5px;
  font-weight: 700;
}

.module-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.module-list > div {
  padding: 16px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.7);
}

.module-list h4 {
  margin: 0 0 9px;
  color: var(--c-primary-700);
  font-size: 13px;
}

.module-list ul {
  margin: 0;
  padding-left: 18px;
  color: var(--c-ink-600);
}

.module-list li + li {
  margin-top: 4px;
}

.plan-packaging {
  margin-top: 20px !important;
}

.plan-packaging strong {
  display: inline-flex;
  padding: 2px 7px;
  color: var(--c-primary-700);
  background: var(--c-primary-50);
}

.plan-note {
  margin-top: 14px !important;
  font-size: 13px;
}

.comparison-table-wrap {
  overflow-x: auto;
  padding: 10px;
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--hairline);
  color: var(--c-ink-700);
  text-align: left;
}

.comparison-table thead th {
  color: var(--c-ink-900);
  background: var(--c-ink-50);
  font-size: 13px;
}

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

.comparison-table tbody td:last-child {
  color: var(--c-primary-700);
  font-weight: 760;
}

.faq-card details {
  border-top: 1px solid var(--hairline);
}

.faq-card details:first-of-type {
  margin-top: 20px;
}

.faq-card summary {
  cursor: pointer;
  padding: 16px 0;
  color: var(--c-ink-900);
  font-weight: 760;
}

.faq-card details p {
  padding: 0 0 16px;
}

.linear-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.capability-row {
  display: block;
  min-height: 100%;
  padding: 28px;
}

.capability-mini-visual {
  position: relative;
  height: 118px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: var(--r-4);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    rgba(248, 250, 252, 0.78);
  background-size: 22px 22px;
}

.capability-mini-visual span {
  position: absolute;
  display: block;
  border-radius: var(--r-3);
  background: var(--surface-solid);
  box-shadow: var(--shadow-soft);
}

.visual-pin span {
  width: 38px;
  height: 46px;
  top: 36px;
  border: 2px solid rgba(37, 99, 235, 0.34);
}

.visual-pin span::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 8px;
  width: 18px;
  height: 20px;
  border: 2px solid rgba(37, 99, 235, 0.34);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.visual-pin span:nth-child(1) {
  left: 22px;
}

.visual-pin span:nth-child(2) {
  left: 78px;
  border-color: rgba(16, 185, 129, 0.42);
}

.visual-pin span:nth-child(2)::before {
  border-color: rgba(16, 185, 129, 0.42);
}

.visual-pin span:nth-child(3) {
  left: 134px;
}

.visual-pin span:nth-child(4) {
  right: 22px;
  background: linear-gradient(135deg, var(--c-primary-600), var(--c-success-500));
  animation: pinPulse 3.4s ease-in-out infinite;
}

.visual-encrypt span {
  height: 12px;
  left: 24px;
  border-radius: var(--r-pill);
}

.visual-encrypt span:nth-child(1) {
  top: 32px;
  width: 58%;
  background: var(--c-ink-100);
}

.visual-encrypt span:nth-child(2) {
  top: 58px;
  width: 72%;
  background: var(--c-ink-100);
}

.visual-encrypt span:nth-child(3) {
  top: 86px;
  width: 44%;
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: transferMove 3.8s ease-in-out infinite;
}

.visual-device span:nth-child(1) {
  left: 30px;
  top: 24px;
  width: 48px;
  height: 70px;
  border: 2px solid rgba(37, 99, 235, 0.28);
}

.visual-device span:nth-child(2) {
  left: 108px;
  top: 34px;
  width: 96px;
  height: 48px;
  border: 2px solid rgba(16, 185, 129, 0.34);
}

.visual-device span:nth-child(3) {
  right: 24px;
  top: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  border: 2px solid rgba(239, 68, 68, 0.32);
  animation: deviceWarn 4s ease-in-out infinite;
}

.capability-row.reverse {
  display: block;
}

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

.capability-row.reverse .capability-visual {
  order: initial;
}

.capability-copy span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.capability-row .capability-copy h2 {
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.18;
}

.capability-copy p {
  max-width: none;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.66;
}

.capability-points {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--c-ink-600);
  font-size: 14.5px;
  line-height: 1.58;
}

.capability-points li::marker {
  color: var(--c-primary-600);
}

@keyframes transferMove {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(72%);
  }
}

@keyframes visualFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes identityPanelFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.6deg);
  }

  50% {
    transform: translateY(-9px) rotate(0.8deg);
  }
}

@keyframes identityScan {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(-5px);
  }
}

@keyframes enterpriseDataMove {
  0%,
  100% {
    transform: translateX(-18%);
  }

  50% {
    transform: translateX(128%);
  }
}

@keyframes enterpriseDataMoveVertical {
  0%,
  100% {
    transform: translateY(-18%);
  }

  50% {
    transform: translateY(128%);
  }
}

@keyframes enterpriseScan {
  0%,
  100% {
    opacity: 0.55;
    top: 68px;
  }

  50% {
    opacity: 1;
    top: 190px;
  }
}

@keyframes enterpriseNodeLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes pinPulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes deviceWarn {
  0%,
  100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
  }
}

@keyframes pinDot {
  0%,
  100% {
    opacity: 0.32;
    transform: translateY(0);
  }

  35% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@keyframes activeAccount {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-8px);
  }
}

@keyframes packetFlow {
  0% {
    left: -48px;
    opacity: 0;
    transform: translateY(-50%);
  }

  10%,
  88% {
    opacity: 1;
  }

  100% {
    left: calc(100% + 48px);
    opacity: 0;
    transform: translateY(-50%);
  }
}

@keyframes riskCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes wipePulse {
  0%,
  100% {
    box-shadow: var(--shadow-card);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(239, 68, 68, 0.08), var(--shadow-card);
  }
}

@keyframes locationPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.34);
  }

  100% {
    box-shadow: 0 0 0 42px rgba(239, 68, 68, 0);
  }
}

@keyframes messageLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes tagCycle {
  0%,
  100% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-6px);
  }
}

@keyframes timelineFill {
  0% {
    transform: scaleX(0);
  }

  42%,
  100% {
    transform: scaleX(1);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-7px);
  }
}

@keyframes cardPulse {
  0%,
  100% {
    opacity: 0.86;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }
}

@keyframes cardRisk {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    box-shadow: var(--shadow-soft);
  }

  50% {
    transform: translateX(-50%) translateY(-7px);
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.08), var(--shadow-soft);
  }
}

@keyframes storeCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes companyOrbit {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes companyCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.capability-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.86)),
    var(--surface-1);
}

.screenshot-visual img {
  width: min(66%, 260px);
  margin: 0 auto;
  border-radius: 28px;
  box-shadow: 0 24px 64px -28px rgba(15, 23, 42, 0.42);
}

.visual-note,
.pin-stack,
.wipe-flow {
  position: absolute;
}

.visual-note {
  right: 18px;
  bottom: 18px;
  max-width: 250px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.visual-note strong,
.pin-stack strong,
.wipe-flow strong {
  display: block;
  color: var(--c-ink-900);
}

.visual-note span,
.pin-stack span,
.wipe-flow small {
  color: var(--c-ink-500);
}

.pin-stack {
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  width: min(270px, calc(100% - 36px));
}

.pin-stack div,
.wipe-flow div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.security-visual {
  display: grid;
  place-items: center;
}

.shield {
  width: min(44%, 180px);
  aspect-ratio: 0.86;
  border-radius: 44% 44% 46% 46% / 24% 24% 58% 58%;
  background: var(--grad-brand);
  box-shadow: 0 28px 70px -28px rgba(37, 99, 235, 0.55);
}

.wipe-flow {
  inset: auto 18px 18px;
  display: grid;
  gap: 10px;
}

.wipe-flow span {
  color: var(--c-primary-600);
  font-size: 12px;
  font-weight: 800;
}

.store-preview-feature {
  overflow: hidden;
  padding: 12px;
}

.store-preview-feature img {
  width: 100%;
  border-radius: var(--r-3);
}

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

.store-preview-grid article,
.store-preview-grid figure {
  margin: 0;
  overflow: hidden;
  padding: 12px;
}

.store-preview-grid article {
  min-height: 220px;
  padding: 24px;
}

.store-preview-grid img {
  width: 100%;
  border-radius: var(--r-3);
}

.store-preview-grid figcaption {
  padding: 14px 4px 4px;
}

.store-preview-grid article span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-preview-grid h3 {
  margin-top: 0;
}

.store-preview-grid p {
  color: var(--c-ink-600);
  font-size: 14.5px;
  line-height: 1.62;
}

.store-preview-grid strong {
  display: block;
  margin: 0 0 5px;
  font-size: 15px;
}

.store-preview-grid span {
  display: block;
  color: var(--c-ink-500);
  font-size: 13px;
}

.journey-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(420px, 0.88fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.journey-board {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.76));
  background-size: 34px 34px, 34px 34px, auto;
}

.journey-board::before {
  content: "";
  position: absolute;
  inset: auto -6% -22% 18%;
  height: 48%;
  border-radius: 46%;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.14), rgba(16, 185, 129, 0.12));
  transform: rotate(-7deg);
}

.journey-contact,
.journey-message,
.journey-tags,
.journey-timeline {
  position: relative;
  z-index: 1;
}

.journey-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-4);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.journey-contact strong {
  color: var(--c-ink-900);
  font-size: 20px;
}

.journey-contact span {
  padding: 7px 10px;
  border-radius: var(--r-pill);
  color: #047857;
  background: rgba(236, 253, 245, 0.9);
  font-size: 12px;
  font-weight: 800;
}

.journey-message {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-4);
  background: rgba(255, 255, 255, 0.76);
  animation: messageLift 4.8s ease-in-out infinite;
}

.avatar-dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-primary-600), var(--c-accent-500));
}

.journey-message strong,
.journey-message small {
  display: block;
}

.journey-message strong {
  color: var(--c-ink-900);
}

.journey-message small {
  color: var(--c-ink-500);
}

.journey-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.journey-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: var(--r-pill);
  color: var(--c-primary-700);
  background: rgba(239, 246, 255, 0.9);
  box-shadow: var(--shadow-soft);
  font-size: 12.5px;
  font-weight: 800;
  animation: tagCycle 5.6s ease-in-out infinite;
}

.journey-tags span:nth-child(2) {
  color: #047857;
  background: rgba(236, 253, 245, 0.9);
  animation-delay: 0.4s;
}

.journey-tags span:nth-child(3) {
  color: #b45309;
  background: rgba(255, 251, 235, 0.92);
  animation-delay: 0.8s;
}

.journey-tags span:nth-child(4) {
  color: #6d28d9;
  background: rgba(245, 243, 255, 0.92);
  animation-delay: 1.2s;
}

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.journey-timeline span {
  height: 10px;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: rgba(226, 232, 240, 0.95);
}

.journey-timeline span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  transform: scaleX(0);
  transform-origin: left;
  animation: timelineFill 5.6s ease-in-out infinite;
}

.journey-timeline span:nth-child(2)::before {
  animation-delay: 0.35s;
}

.journey-timeline span:nth-child(3)::before {
  animation-delay: 0.7s;
}

.journey-timeline span:nth-child(4)::before {
  animation-delay: 1.05s;
}

.whats-new-preview {
  padding-top: 72px;
}

.whats-new-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  align-items: stretch;
}

.whats-new-card {
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 88% 10%, rgba(16, 185, 129, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.72);
}

.whats-new-card.is-featured {
  background:
    radial-gradient(circle at 92% 8%, rgba(37, 99, 235, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.72));
}

.release-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: var(--r-pill);
  color: var(--c-primary-700);
  background: rgba(239, 246, 255, 0.9);
  font-size: 12px;
  font-weight: 820;
}

.whats-new-card h3,
.release-heading h2,
.release-modules h3,
.release-item h3 {
  margin: 14px 0 0;
  color: var(--c-ink-900);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: 0;
}

.whats-new-card h3 {
  font-size: clamp(22px, 2.6vw, 32px);
}

.whats-new-card p,
.release-heading p,
.release-modules p,
.release-modules dd,
.release-item p,
.release-item li,
.release-rule-grid span {
  color: var(--c-ink-600);
}

.whats-new-card p {
  margin: 14px 0 0;
  font-size: 15.5px;
}

.whats-new-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.whats-new-card li {
  position: relative;
  padding-left: 18px;
  color: var(--c-ink-700);
}

.whats-new-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-success-500);
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: var(--c-primary-700);
  font-weight: 800;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 160ms ease;
}

.text-link:hover::after {
  transform: translateX(3px);
}

.whats-new-hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: clamp(78px, 10vw, 130px);
  padding-bottom: clamp(44px, 7vw, 80px);
}

.whats-new-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--c-ink-900);
  font-size: clamp(42px, 6.6vw, 76px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: 0;
}

html:lang(zh-CN) .whats-new-hero h1 {
  font-size: clamp(38px, 5.6vw, 68px);
  line-height: 1.1;
}

.whats-new-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--c-ink-600);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.release-detail {
  margin-bottom: clamp(38px, 5vw, 64px);
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 86% 6%, rgba(37, 99, 235, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.72);
}

.release-heading {
  max-width: 850px;
}

.release-heading h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.release-heading p {
  margin: 16px 0 0;
  font-size: 16.5px;
  line-height: 1.72;
}

.release-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.release-flow div {
  position: relative;
  min-height: 152px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.release-flow div::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
}

.release-flow span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--c-primary-600);
  font-weight: 840;
}

.release-flow strong,
.release-flow small {
  position: relative;
  z-index: 1;
  display: block;
}

.release-flow strong {
  margin-top: 18px;
  color: var(--c-ink-900);
  font-size: 17px;
}

.release-flow small {
  margin-top: 7px;
  color: var(--c-ink-500);
  font-size: 13px;
}

.release-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.release-modules.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.release-modules article {
  padding: clamp(20px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.72);
}

.release-modules h3 {
  font-size: 21px;
}

.release-modules dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.release-modules dl > div {
  padding-top: 12px;
  border-top: 1px solid var(--hairline);
}

.release-modules dt {
  color: var(--c-ink-900);
  font-size: 12px;
  font-weight: 860;
  text-transform: uppercase;
}

html:lang(zh-CN) .release-modules dt {
  font-size: 13px;
  text-transform: none;
}

.release-modules dd {
  margin: 5px 0 0;
  line-height: 1.66;
}

.release-item {
  padding: clamp(22px, 3vw, 32px);
}

.release-item + .release-item {
  margin-top: 16px;
}

.release-item.current {
  background:
    radial-gradient(circle at 92% 12%, rgba(16, 185, 129, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.78);
}

.release-item h3 {
  font-size: clamp(24px, 3vw, 36px);
}

.release-item ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.release-item strong {
  color: var(--c-ink-900);
}

.whats-new-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.release-rule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.release-rule-grid article {
  padding: 22px;
}

.release-rule-grid strong,
.release-rule-grid span {
  display: block;
}

.release-rule-grid strong {
  color: var(--c-ink-900);
  font-size: 17px;
}

.release-rule-grid span {
  margin-top: 8px;
  line-height: 1.64;
}

.linear-download {
  display: grid;
  max-width: var(--maxw);
  margin-top: 48px;
  margin-bottom: clamp(72px, 8vw, 104px);
  padding: clamp(34px, 5vw, 54px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(139, 92, 246, 0.1)),
    var(--surface-1);
}

.download-content {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.68fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
}

.download-content .linear-section-heading {
  margin: 0;
  text-align: left;
}

.download-actions {
  position: relative;
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.44);
  background-size: 30px 30px;
}

.download-actions::before {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 24px;
  width: 92px;
  height: 132px;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0.16)) 18px 78px / 50px 8px no-repeat,
    linear-gradient(90deg, rgba(16, 185, 129, 0.22), rgba(16, 185, 129, 0.22)) 18px 96px / 34px 8px no-repeat,
    linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 22px 46px -28px rgba(15, 23, 42, 0.42);
  animation: visualFloat 5s ease-in-out infinite;
}

.download-actions::after {
  content: "";
  position: absolute;
  right: 94px;
  bottom: 72px;
  width: 76px;
  height: 10px;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: transferMove 3.8s ease-in-out infinite;
}

.store-button {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(100%, 380px);
  min-height: 78px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.82);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button:nth-child(1) {
  animation: storeCardFloat 5.2s ease-in-out infinite;
}

.store-button:nth-child(2) {
  margin-left: clamp(18px, 4vw, 46px);
  animation: storeCardFloat 5.2s ease-in-out infinite 0.55s;
}

.store-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px -28px rgba(37, 99, 235, 0.34);
}

.store-button--live {
  border-color: rgba(16, 185, 129, 0.18);
}

.store-button--live .store-status {
  color: #047857;
  background: rgba(236, 253, 245, 0.94);
}

.store-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.store-icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-icon--google-play .store-icon-image {
  padding: 4px;
}

.store-copy {
  color: var(--c-ink-900);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
}

.store-copy small {
  display: block;
  margin-bottom: 3px;
  color: var(--c-ink-500);
  font-size: 12px;
  font-weight: 700;
}

.store-status {
  justify-self: end;
  padding: 7px 9px;
  border-radius: var(--r-pill);
  color: var(--c-primary-700);
  background: var(--c-primary-50);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.app-store-showcase {
  display: grid;
  max-width: var(--maxw);
  margin: 0 auto clamp(72px, 8vw, 104px);
  padding: clamp(28px, 4.5vw, 48px);
  overflow: hidden;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background:
    radial-gradient(circle at 12% 16%, rgba(37, 99, 235, 0.08), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(16, 185, 129, 0.07), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.96));
  box-shadow: var(--shadow-card);
}

.app-store-showcase .linear-section-heading {
  margin: 0;
  text-align: left;
}

.app-store-callout {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.app-store-callout-icon {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.app-store-callout strong {
  display: block;
  margin-bottom: 4px;
  color: var(--c-ink-900);
  font-size: 18px;
}

.app-store-callout span {
  color: var(--c-ink-600);
  font-size: 14px;
  line-height: 1.55;
}

.app-store-gallery {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.app-store-gallery::-webkit-scrollbar {
  display: none;
}

/* Keep the gallery discoverable after hiding the native scrollbar. */
.app-store-gallery {
  box-shadow: inset -34px 0 24px -28px rgba(15, 23, 42, 0.55);
}

.app-store-shot {
  flex: 0 0 clamp(204px, 21vw, 248px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, #0f172a, #111827);
  box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.34);
  scroll-snap-align: start;
}

.app-store-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 1290 / 2796;
  object-fit: cover;
}

.linear-company {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
  max-width: var(--maxw);
  margin-top: 0;
  margin-bottom: 76px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 52px);
  background:
    radial-gradient(circle at 76% 32%, rgba(16, 185, 129, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.74);
}

.linear-company p {
  max-width: 650px;
  margin: 20px 0 0;
}

.linear-company dl {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
  min-height: 330px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    rgba(248, 250, 252, 0.56);
  background-size: 30px 30px;
}

.linear-company dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 104px;
  height: 104px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92) 0 16px, transparent 17px),
    var(--grad-brand);
  box-shadow: 0 22px 46px -28px rgba(37, 99, 235, 0.44);
  opacity: 0.18;
  transform: translate(-50%, -50%);
  animation: companyCorePulse 4.8s ease-in-out infinite;
}

.linear-company dl::after {
  content: "";
  position: absolute;
  inset: 74px 70px;
  z-index: 0;
  border: 2px dashed rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  animation: companyOrbit 12s linear infinite;
}

.linear-company dl > div {
  position: relative;
  z-index: 1;
  width: min(100%, 320px);
  padding: 18px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.linear-company dl > div:nth-child(1) {
  justify-self: start;
  animation: storeCardFloat 5.6s ease-in-out infinite;
}

.linear-company dl > div:nth-child(2) {
  justify-self: end;
  animation: storeCardFloat 5.6s ease-in-out infinite 0.45s;
}

.linear-company dl > div:nth-child(3) {
  justify-self: start;
  animation: storeCardFloat 5.6s ease-in-out infinite 0.9s;
}

.linear-company dt {
  color: var(--c-ink-900);
  font-weight: 800;
}

.linear-company dd {
  margin: 6px 0 0;
  color: var(--c-ink-600);
}

.company-link {
  margin-top: 28px;
}

.linear-footer {
  padding: 56px 24px 28px;
  color: var(--c-ink-600);
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid var(--hairline);
}

.footer-inner {
  width: min(100%, 1132px);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(120px, 0.62fr));
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.linear-footer .brand-logo {
  width: 236px;
}

.linear-footer p {
  max-width: 320px;
  margin: 16px 0 0;
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 9px;
  margin-top: 22px;
}

.footer-contact span {
  color: var(--c-ink-400);
  font-size: 13px;
  font-weight: 700;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-pill);
  color: var(--c-ink-800);
  background: rgba(255, 255, 255, 0.78);
  font-family: "SF Mono", "Menlo", ui-monospace, monospace;
  font-size: 13px;
  box-shadow: var(--shadow-soft);
}

.footer-qr {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  color: var(--c-ink-500);
  font-size: 11px;
  font-weight: 650;
}

.footer-qr img {
  width: 112px;
  height: 112px;
  padding: 6px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: #fff;
  object-fit: contain;
}

.copyright {
  font-size: 13px;
}

.footer-main nav {
  display: grid;
  align-content: start;
  gap: 13px;
}

.linear-footer h3 {
  margin: 0 0 10px;
  color: var(--c-ink-400);
  font-size: 13px;
  font-weight: 760;
}

.linear-footer a:hover {
  color: var(--c-primary-700);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid var(--hairline);
}

.footer-bottom p {
  max-width: none;
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 13px;
}

.legal-page {
  color: var(--c-ink-800);
  background:
    radial-gradient(980px 560px at 10% -8%, rgba(96, 139, 250, 0.2), transparent 60%),
    linear-gradient(180deg, #f6f8fc, #eef2fb);
}

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

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--c-ink-600);
  font-weight: 700;
}

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

.legal-document {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: var(--surface-1);
  box-shadow: var(--shadow-card);
}

.legal-document h1 {
  margin: 0;
  color: var(--c-ink-900);
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1;
}

.legal-updated {
  margin: 18px 0 34px;
  color: var(--c-ink-500);
  font-weight: 700;
}

.legal-document h2 {
  margin: 38px 0 12px;
  padding-top: 24px;
  color: var(--c-ink-900);
  border-top: 1px solid var(--hairline);
  font-size: clamp(23px, 3vw, 30px);
}

.legal-document h3 {
  margin: 24px 0 8px;
  color: var(--c-ink-800);
  font-size: 19px;
}

.legal-document p,
.legal-document li {
  color: var(--c-ink-600);
  font-size: 16px;
}

.legal-document ul {
  padding-left: 24px;
}

.legal-document a {
  color: var(--c-primary-700);
}

.request-panel {
  margin: 34px 0 12px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--r-3);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08)),
    rgba(255, 255, 255, 0.74);
}

.request-panel h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.request-panel .button {
  margin: 8px 0 10px;
}

.enterprise-hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: 94px;
}

.enterprise-hero-grid,
.enterprise-split,
.enterprise-proof {
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.62fr);
}

.enterprise-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--c-ink-900);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: 0;
}

html:lang(zh-CN) .enterprise-hero-copy h1 {
  font-size: clamp(38px, 4.8vw, 60px);
  line-height: 1.08;
}

.enterprise-hero-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--c-ink-600);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.enterprise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.enterprise-visual,
.enterprise-screen,
.enterprise-proof-card,
.enterprise-feature-card,
.enterprise-timeline,
.enterprise-cta {
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: var(--surface-1);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.enterprise-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 24px;
}

.enterprise-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.8));
}

.data-security-visual {
  display: grid;
  align-content: space-between;
  gap: 18px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.76);
  background-size: 42px 42px, 42px 42px, auto;
}

.data-security-visual::before {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.11), transparent 42%),
    linear-gradient(225deg, rgba(16, 185, 129, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.76));
}

.security-flow,
.security-vault,
.security-policy-grid,
.data-security-visual .enterprise-visual-note {
  position: relative;
  z-index: 1;
}

.security-flow {
  display: grid;
  grid-template-columns: minmax(86px, 1fr) 34px minmax(86px, 1fr) 34px minmax(86px, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.security-node {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: var(--r-4);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px -30px rgba(15, 23, 42, 0.28);
  animation: enterpriseNodeLift 5.4s ease-in-out infinite;
}

.security-node:nth-child(3) {
  animation-delay: 0.35s;
}

.security-node:nth-child(5) {
  animation-delay: 0.7s;
}

.security-node span,
.security-vault span,
.security-policy-grid span {
  display: inline-flex;
  color: var(--c-primary-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.security-node strong,
.security-vault strong,
.security-policy-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--c-ink-900);
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.security-node strong {
  font-size: 14px;
}

.security-link {
  height: 8px;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: rgba(37, 99, 235, 0.1);
}

.security-link span {
  display: block;
  width: 48%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: enterpriseDataMove 3.8s ease-in-out infinite;
}

.security-vault {
  width: min(420px, 82%);
  margin: 6px auto;
  padding: 24px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: var(--r-4);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.1)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 64px -36px rgba(37, 99, 235, 0.42);
}

.security-vault::before {
  content: "";
  display: block;
  width: 46px;
  height: 38px;
  margin-bottom: 16px;
  border: 4px solid var(--c-primary-600);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 10px rgba(37, 99, 235, 0.08);
}

.security-vault::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 38px;
  width: 26px;
  height: 20px;
  border: 4px solid var(--c-primary-600);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.security-vault small {
  display: block;
  margin-top: 8px;
  color: var(--c-ink-500);
  font-size: 12.5px;
  line-height: 1.5;
}

.security-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.security-policy-grid div {
  min-height: 78px;
  padding: 14px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.security-policy-grid strong {
  margin-top: 6px;
  font-size: 13px;
}

.data-security-visual .enterprise-visual-note {
  position: relative;
  right: auto;
  bottom: auto;
  width: auto;
  margin-top: 2px;
}

.enterprise-visual .desktop-shot,
.enterprise-visual .mobile-shot,
.enterprise-screen img {
  position: relative;
  z-index: 1;
  border-radius: var(--r-3);
  box-shadow: 0 24px 64px -30px rgba(15, 23, 42, 0.42);
}

.enterprise-visual .desktop-shot {
  width: 92%;
  margin: 34px 0 0 auto;
}

.enterprise-visual .mobile-shot {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: min(34%, 170px);
  border-radius: 28px;
}

.enterprise-visual-note {
  position: absolute;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  width: min(260px, calc(100% - 56px));
  padding: 16px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.enterprise-visual-note strong,
.enterprise-proof-card h3,
.enterprise-feature-card h3,
.enterprise-timeline h3,
.enterprise-cta h2 {
  color: var(--c-ink-900);
}

.enterprise-visual-note span,
.enterprise-proof-card p,
.enterprise-feature-card p,
.enterprise-timeline p,
.enterprise-cta p {
  color: var(--c-ink-600);
}

.enterprise-proof {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.enterprise-proof-card,
.enterprise-feature-card {
  padding: 24px;
}

.enterprise-proof-card span,
.enterprise-feature-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.enterprise-proof-card h3,
.enterprise-feature-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

.enterprise-proof-card p,
.enterprise-feature-card p {
  margin: 0;
}

.enterprise-security-stack {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  margin-top: clamp(38px, 5vw, 64px);
}

.enterprise-security-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  min-height: 420px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.62)),
    var(--surface-1);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.enterprise-security-story.reverse {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 0.82fr);
}

.enterprise-security-story.reverse .security-story-copy {
  order: 2;
}

.enterprise-security-story.reverse .security-story-visual {
  order: 1;
}

.security-story-copy span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.security-story-copy h3 {
  max-width: 620px;
  margin: 0;
  color: var(--c-ink-900);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.security-story-copy p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--c-ink-600);
  font-size: 16.5px;
  line-height: 1.74;
}

.security-story-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: var(--r-3);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    radial-gradient(420px 240px at 80% 12%, rgba(16, 185, 129, 0.15), transparent 62%),
    radial-gradient(380px 240px at 8% 92%, rgba(37, 99, 235, 0.14), transparent 64%),
    rgba(255, 255, 255, 0.76);
  background-size: 38px 38px, 38px 38px, auto, auto, auto;
  box-shadow: 0 22px 62px -40px rgba(15, 23, 42, 0.36);
}

.security-story-visual span {
  color: var(--c-primary-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.security-story-visual strong {
  display: block;
  color: var(--c-ink-900);
  line-height: 1.24;
}

.security-story-visual small {
  display: block;
  margin-top: 6px;
  color: var(--c-ink-500);
  font-size: 12px;
}

.encrypt-source,
.encrypt-lanes div,
.encrypt-lock,
.kms-vault,
.kms-database,
.access-request,
.access-approvers div,
.access-verified,
.wipe-device,
.wipe-command-card,
.wipe-restore-card {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.encrypt-source {
  top: 36px;
  left: 34px;
  width: 148px;
  padding: 18px;
}

.encrypt-source::after {
  content: "";
  display: block;
  height: 8px;
  margin-top: 14px;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: enterpriseDataMove 3.8s ease-in-out infinite;
}

.encrypt-lanes {
  position: absolute;
  right: 28px;
  top: 34px;
  bottom: 116px;
  display: grid;
  gap: 10px;
  width: min(52%, 260px);
}

.encrypt-lanes div {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 58px;
  padding: 12px 14px;
  animation: enterpriseNodeLift 4.8s ease-in-out infinite;
}

.encrypt-lanes div:nth-child(2) {
  animation-delay: 0.18s;
}

.encrypt-lanes div:nth-child(3) {
  animation-delay: 0.36s;
}

.encrypt-lanes div:nth-child(4) {
  animation-delay: 0.54s;
}

.encrypt-tunnel-line {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 38px;
  height: 10px;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: rgba(37, 99, 235, 0.1);
}

.encrypt-tunnel-line span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: enterpriseDataMove 3.6s ease-in-out infinite;
}

.encrypt-lock {
  left: 34px;
  bottom: 72px;
  width: 126px;
  padding: 12px 14px;
  color: var(--c-primary-700);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.kms-vault {
  top: 54px;
  left: 50%;
  width: min(300px, 70%);
  padding: 24px;
  text-align: center;
  transform: translateX(-50%);
}

.kms-vault::before {
  content: "";
  display: block;
  width: 52px;
  height: 42px;
  margin: 0 auto 18px;
  border: 4px solid var(--c-primary-600);
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
}

.kms-vault::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% - 15px);
  width: 30px;
  height: 24px;
  border: 4px solid var(--c-primary-600);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.kms-key-ring {
  position: absolute;
  inset: 28px;
  border: 1px dashed rgba(37, 99, 235, 0.24);
  border-radius: 50%;
  animation: companyOrbit 10s linear infinite;
}

.kms-key-ring i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-primary-600);
}

.kms-key-ring i:nth-child(1) {
  top: 12%;
  left: 50%;
}

.kms-key-ring i:nth-child(2) {
  right: 12%;
  bottom: 24%;
  background: var(--c-success-500);
}

.kms-key-ring i:nth-child(3) {
  left: 14%;
  bottom: 22%;
  background: var(--c-accent-500);
}

.kms-database {
  right: 32px;
  bottom: 32px;
  left: 32px;
  padding: 18px;
  border-color: rgba(37, 99, 235, 0.16);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(236, 253, 245, 0.86)),
    rgba(255, 255, 255, 0.9);
}

.access-request {
  top: 34px;
  left: 28px;
  right: 28px;
  padding: 18px;
  border-color: rgba(239, 68, 68, 0.18);
  background: rgba(254, 242, 242, 0.9);
}

.access-approvers {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 116px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.access-approvers div {
  position: relative;
  min-height: 70px;
  display: grid;
  place-items: center;
  color: var(--c-ink-800);
  font-weight: 800;
  animation: enterpriseNodeLift 4.8s ease-in-out infinite;
}

.access-approvers div::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c-success-500);
}

.access-approvers div:nth-child(2) {
  animation-delay: 0.22s;
}

.access-approvers div:nth-child(3) {
  animation-delay: 0.44s;
}

.access-verified {
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 16px;
  border-color: rgba(37, 99, 235, 0.16);
}

.wipe-device {
  top: 44px;
  left: 50%;
  width: min(260px, 64%);
  min-height: 150px;
  display: grid;
  place-content: center;
  text-align: center;
  transform: translateX(-50%);
}

.wipe-device::before {
  content: "";
  width: 58px;
  height: 82px;
  margin: 0 auto 14px;
  border: 6px solid var(--c-primary-600);
  border-radius: 20px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0.16)) 50% 72% / 42px 8px no-repeat,
    rgba(255, 255, 255, 0.8);
}

.wipe-command-card,
.wipe-restore-card {
  width: min(210px, 46%);
  padding: 16px;
}

.wipe-command-card {
  left: 28px;
  bottom: 72px;
  border-color: rgba(239, 68, 68, 0.2);
}

.wipe-restore-card {
  right: 28px;
  bottom: 72px;
  border-color: rgba(16, 185, 129, 0.2);
}

.wipe-progress {
  position: absolute;
  right: 28px;
  bottom: 34px;
  left: 28px;
  height: 10px;
  overflow: hidden;
  border-radius: var(--r-pill);
  background: rgba(37, 99, 235, 0.1);
}

.wipe-progress span {
  display: block;
  width: 48%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--c-danger-500), var(--c-primary-600), var(--c-success-500));
  animation: enterpriseDataMove 4.2s ease-in-out infinite;
}

.enterprise-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.enterprise-capabilities {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: clamp(28px, 5vw, 64px);
}

.enterprise-split {
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.58fr);
}

.enterprise-split.reverse {
  grid-template-columns: minmax(360px, 0.58fr) minmax(0, 0.72fr);
}

.enterprise-split.reverse .enterprise-split-copy {
  order: 2;
}

.enterprise-split.reverse .enterprise-screen {
  order: 1;
}

.enterprise-screen {
  overflow: hidden;
  padding: 14px;
}

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

.enterprise-motion {
  position: relative;
  min-height: 390px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    radial-gradient(520px 280px at 78% 12%, rgba(16, 185, 129, 0.14), transparent 60%),
    radial-gradient(460px 260px at 10% 96%, rgba(37, 99, 235, 0.14), transparent 62%),
    rgba(255, 255, 255, 0.74);
  background-size: 38px 38px, 38px 38px, auto, auto, auto;
}

.enterprise-motion span,
.enterprise-motion small {
  color: var(--c-ink-500);
}

.enterprise-motion span {
  display: inline-flex;
  color: var(--c-primary-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.enterprise-motion strong {
  display: block;
  color: var(--c-ink-900);
  line-height: 1.24;
}

.enterprise-motion small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
}

.risk-chat-window,
.risk-action-stack div,
.telegram-control,
.device-security-panel,
.device-auth-card,
.device-wipe-card,
.device-map-card {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.risk-chat-window {
  top: 34px;
  left: 24px;
  width: min(62%, 330px);
  min-height: 230px;
  padding: 18px;
}

.risk-line {
  height: 11px;
  width: 68%;
  margin-top: 14px;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
}

.risk-line.wide {
  width: 88%;
}

.risk-line.short {
  width: 46%;
}

.risk-message {
  margin-top: 18px;
  padding: 14px;
  border-radius: var(--r-3);
}

.risk-message.flagged {
  border: 1px solid rgba(239, 68, 68, 0.22);
  background: rgba(254, 242, 242, 0.92);
}

.risk-scanner {
  position: absolute;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, transparent, var(--c-primary-600), var(--c-success-500), transparent);
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.38);
  animation: enterpriseScan 3.4s ease-in-out infinite;
}

.risk-action-stack {
  position: absolute;
  top: 62px;
  right: 24px;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: min(42%, 230px);
}

.risk-action-stack div {
  position: relative;
  min-height: 66px;
  padding: 14px;
  animation: enterpriseNodeLift 4.6s ease-in-out infinite;
}

.risk-action-stack div:nth-child(2) {
  animation-delay: 0.25s;
}

.risk-action-stack div:nth-child(3) {
  animation-delay: 0.5s;
}

.telegram-control {
  right: 34px;
  bottom: 28px;
  left: 42px;
  padding: 18px;
  border-color: rgba(37, 99, 235, 0.14);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(236, 253, 245, 0.82)),
    rgba(255, 255, 255, 0.88);
}

.telegram-control::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 54px;
  height: 10px;
  border-radius: var(--r-pill);
  background:
    linear-gradient(90deg, var(--c-danger-500) 0 36%, transparent 36% 64%, var(--c-success-500) 64%),
    rgba(15, 23, 42, 0.08);
  transform: translateY(-50%);
}

.device-security-panel {
  top: 74px;
  left: 50%;
  display: grid;
  width: min(280px, 68%);
  min-height: 150px;
  place-content: center;
  padding: 24px;
  text-align: center;
  transform: translateX(-50%);
}

.device-security-panel::before {
  content: "";
  width: 48px;
  height: 38px;
  margin: 0 auto 16px;
  border: 4px solid var(--c-primary-600);
  border-radius: 13px;
  background: rgba(37, 99, 235, 0.08);
}

.device-security-panel::after {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(50% - 13px);
  width: 26px;
  height: 22px;
  border: 4px solid var(--c-primary-600);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.device-pin-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.device-pin-dots i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-primary-600);
  animation: pinDot 2.6s ease-in-out infinite;
}

.device-pin-dots i:nth-child(2) {
  animation-delay: 0.18s;
}

.device-pin-dots i:nth-child(3) {
  animation-delay: 0.36s;
}

.device-pin-dots i:nth-child(4) {
  animation-delay: 0.54s;
}

.device-auth-card,
.device-wipe-card,
.device-map-card {
  width: min(220px, 48%);
  padding: 16px;
  animation: enterpriseNodeLift 5s ease-in-out infinite;
}

.device-auth-card {
  top: 34px;
  left: 24px;
}

.device-wipe-card {
  right: 24px;
  bottom: 34px;
  border-color: rgba(239, 68, 68, 0.18);
}

.device-map-card {
  left: 24px;
  bottom: 38px;
}

.device-wipe-card::after,
.device-map-card::after {
  content: "";
  display: block;
  height: 8px;
  margin-top: 12px;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--c-primary-600), var(--c-success-500));
  animation: enterpriseDataMove 3.8s ease-in-out infinite;
}

.customer-profile-card,
.customer-note-card {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.customer-profile-card {
  top: 34px;
  left: 24px;
  width: min(240px, 52%);
  padding: 18px;
  animation: enterpriseNodeLift 4.8s ease-in-out infinite;
}

.customer-profile-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.94) 0 8px, transparent 9px),
    linear-gradient(135deg, var(--c-primary-600), var(--c-accent-500));
}

.customer-tag-cloud {
  position: absolute;
  top: 38px;
  right: 24px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  width: min(48%, 245px);
}

.customer-tag-cloud span {
  padding: 9px 11px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 820;
  animation: enterpriseNodeLift 4s ease-in-out infinite;
}

.customer-tag-cloud span:nth-child(2) {
  animation-delay: 0.18s;
}

.customer-tag-cloud span:nth-child(3) {
  animation-delay: 0.36s;
}

.customer-tag-cloud span:nth-child(4) {
  border-color: rgba(239, 68, 68, 0.18);
  color: #b91c1c;
  background: rgba(254, 242, 242, 0.92);
  animation-delay: 0.54s;
}

.customer-note-card {
  right: 24px;
  bottom: 92px;
  left: 24px;
  padding: 18px;
  border-color: rgba(16, 185, 129, 0.18);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.94), rgba(236, 253, 245, 0.86)),
    rgba(255, 255, 255, 0.9);
}

.customer-journey-line {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.customer-journey-line::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 10%;
  left: 10%;
  height: 4px;
  border-radius: var(--r-pill);
  background: rgba(37, 99, 235, 0.12);
}

.customer-journey-line div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--c-ink-500);
  font-size: 12px;
  font-weight: 800;
}

.customer-journey-line div::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.customer-journey-line .active::before,
.customer-journey-line .current::before {
  border-color: transparent;
  background: var(--grad-brand);
}

.customer-journey-line .current::before {
  animation: pinPulse 2.4s ease-in-out infinite;
}

.enterprise-device-motion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 12px;
}

.enterprise-device-motion .device-security-panel,
.enterprise-device-motion .device-auth-card,
.enterprise-device-motion .device-wipe-card,
.enterprise-device-motion .device-map-card {
  position: relative;
  inset: auto;
  width: auto;
  min-height: auto;
  transform: none;
}

.enterprise-device-motion .device-security-panel {
  grid-column: 1 / -1;
  min-height: 148px;
}

.enterprise-device-motion .device-auth-card,
.enterprise-device-motion .device-wipe-card,
.enterprise-device-motion .device-map-card {
  padding: 16px;
}

.enterprise-device-motion .device-map-card {
  grid-column: 1 / -1;
}

.enterprise-timeline {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.enterprise-timeline .timeline-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.72);
}

.enterprise-timeline span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--grad-brand);
  font-size: 12px;
  font-weight: 800;
}

.enterprise-timeline h3 {
  margin: 0 0 4px;
  font-size: 17px;
}

.enterprise-timeline p {
  margin: 0;
}

.enterprise-cta {
  max-width: calc(var(--maxw) - 48px);
  margin: 28px auto 76px;
  padding: clamp(34px, 5vw, 56px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.1)),
    var(--surface-1);
}

.enterprise-cta h2 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.enterprise-cta p {
  max-width: 680px;
  margin: 18px auto 0;
}

.enterprise-cta .enterprise-hero-actions {
  justify-content: center;
}

.enterprise-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  max-width: 860px;
  margin: 30px auto 0;
  padding: 22px 24px;
  text-align: left;
  border: 1px solid var(--hairline-strong);
  background: rgba(255, 255, 255, 0.76);
}

.enterprise-contact-panel ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--c-ink-700);
  font-size: 14px;
  line-height: 1.5;
}

.enterprise-contact-panel .enterprise-hero-actions {
  flex-wrap: wrap;
  align-items: center;
}

.product-hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.product-hero-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 60px -42px rgba(15, 23, 42, 0.6);
}

.product-hero-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid #e5e7eb;
  color: #64748b;
  background: #f8fafc;
  font-size: 10px;
  font-weight: 700;
}

.product-hero-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbd5e1;
}

.product-hero-bar strong {
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-hero-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  -webkit-user-drag: none;
  user-select: none;
}

.product-hero-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #526174;
  font-size: 11px;
  line-height: 1.45;
}

.product-hero-caption strong {
  color: #183b62;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .product-hero-caption {
    display: block;
  }

  .product-hero-caption span {
    display: block;
    margin-top: 3px;
  }

  .product-proof-media::after,
  .product-hero-frame::after {
    right: 8px;
    bottom: 7px;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .enterprise-contact-panel {
    display: block;
    padding: 20px;
  }

  .enterprise-contact-panel .enterprise-hero-actions {
    justify-content: flex-start;
    margin-top: 22px;
  }
}

@media (max-width: 1240px) {
  .site-header {
    padding-right: 24px;
    padding-left: 24px;
  }
}

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

  .nav-toggle {
    grid-column: 3;
    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: 2px;
    border-radius: var(--r-3);
  }

  .site-header.is-open .header-actions {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
    padding-bottom: 12px;
  }

  .hero-feature-strip,
  .principle-grid,
  .linear-capabilities,
  .store-preview-grid,
  .personal-feature-grid,
  .release-flow,
  .release-modules,
  .release-modules.compact,
  .release-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-feature-strip article,
  .principle-grid article {
    min-height: 285px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .linear-hero-copy {
    max-width: 780px;
  }

  .animated-feature,
  .animated-feature.reverse,
  .journey-showcase,
  .whats-new-grid {
    grid-template-columns: 1fr;
  }

  .animated-feature.reverse .feature-copy,
  .animated-feature.reverse .feature-motion {
    order: initial;
  }

  .capability-row,
  .capability-row.reverse,
  .download-content,
  .linear-company,
  .enterprise-hero-grid,
  .enterprise-split,
  .enterprise-split.reverse,
  .enterprise-security-story,
  .enterprise-security-story.reverse {
    grid-template-columns: 1fr;
  }

  .capability-row.reverse .capability-copy,
  .capability-row.reverse .capability-visual,
  .enterprise-split.reverse .enterprise-split-copy,
  .enterprise-split.reverse .enterprise-screen,
  .enterprise-security-story.reverse .security-story-copy,
  .enterprise-security-story.reverse .security-story-visual {
    order: initial;
  }

  .enterprise-proof {
    grid-template-columns: 1fr;
  }

  .security-flow {
    grid-template-columns: 1fr;
  }

  .security-link {
    justify-self: center;
    width: 8px;
    height: 36px;
  }

  .security-link span {
    width: 100%;
    height: 46%;
    animation-name: enterpriseDataMoveVertical;
  }

  .footer-main {
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(120px, 0.55fr));
    gap: 34px;
  }
}

@media (max-width: 720px) {
  section {
    padding: 70px 18px;
  }

  .site-header {
    padding: 0 16px;
  }

  .nav-toggle {
    position: fixed;
    top: 13px;
    right: auto;
    left: min(calc(100vw - 56px), 334px);
    z-index: 3;
    display: block !important;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.18);
    box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.38);
  }

  .brand-logo {
    width: 140px;
  }

  .brand-sub {
    display: none;
  }

  .linear-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-layout {
    gap: 30px;
  }

  .linear-hero-copy {
    max-width: none;
    text-align: left;
  }

  .announcement {
    justify-self: start;
  }

  .linear-hero h1 {
    margin-left: 0;
    font-size: clamp(33px, 8.8vw, 40px);
    line-height: 1.08;
    max-width: calc(100vw - 36px);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  html:lang(zh-CN) .linear-hero h1 {
    font-size: clamp(36px, 10.6vw, 48px);
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

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

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
  }

  .secure-hero-visual {
    min-height: 390px;
    padding: 8px 0 34px;
  }

  .secure-hero-visual::before {
    inset: 10% -12px 4% 16px;
    border-radius: 28px;
  }

  .workspace-window {
    min-height: 340px;
    border-radius: 14px;
    transform: none;
  }

  .workspace-titlebar {
    height: 42px;
    padding: 0 12px;
  }

  .workspace-titlebar strong {
    font-size: 12px;
  }

  .workspace-body {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 298px;
  }

  .workspace-sidebar {
    gap: 8px;
    padding: 14px 9px;
  }

  .sidebar-pill {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .workspace-chat {
    padding: 18px 16px 98px;
    overflow: hidden;
  }

  .chat-channel {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .identity-pin-panel {
    top: 76px;
    right: 10px;
    width: min(150px, calc(100% - 20px));
    padding: 12px;
  }

  .identity-pin-panel::before {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .identity-pin-panel strong {
    font-size: 13px;
  }

  .identity-pin-panel small {
    font-size: 11px;
  }

  .identity-pin-panel .pin-dots {
    gap: 7px;
    margin-top: 12px;
  }

  .identity-pin-panel .pin-dots span {
    width: 9px;
    height: 9px;
  }

  .workspace-security {
    right: 14px;
    bottom: 58px;
    width: calc(100% - 28px);
  }

  .identity-hero .workspace-security {
    right: 12px;
    bottom: 24px;
    width: calc(100% - 24px);
    padding: 12px;
  }

  .identity-hero .secure-message strong {
    display: none;
  }

  .visual-chip {
    position: relative;
    display: inline-flex;
    margin: 10px 6px 0 0;
    inset: auto;
  }

  .hero-trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    margin-top: 20px;
  }

  .hero-trust-row span {
    text-align: center;
  }

  .animated-feature,
  .journey-showcase {
    padding: 20px;
  }

  .feature-copy h3,
  .journey-copy h3 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .feature-motion {
    min-height: 300px;
  }

  .motion-phone {
    left: 18px;
    top: 32px;
    width: 150px;
    height: 220px;
    border-width: 6px;
    border-radius: 24px;
  }

  .account-switcher {
    right: 18px;
    top: 62px;
    width: 154px;
  }

  .account-switcher span {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .feature-motion--pin .motion-badge {
    right: 18px;
    bottom: 28px;
  }

  .feature-motion--encrypt {
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    gap: 10px;
    padding: 64px 16px 42px;
  }

  .encrypt-node {
    height: 68px;
    font-size: 12px;
  }

  .encrypt-tunnel {
    height: 62px;
  }

  .encrypted-file {
    bottom: 30px;
    width: 62px;
    height: 78px;
    padding-top: 46px;
  }

  .feature-motion--encrypt .motion-badge {
    right: 14px;
    top: 18px;
  }

  .device-card-motion {
    width: 150px;
    min-height: 108px;
    padding: 14px;
  }

  .device-card-motion.primary {
    left: 18px;
    top: 32px;
  }

  .device-card-motion.warning {
    right: 18px;
    bottom: 42px;
  }

  .wipe-command {
    top: 50%;
    white-space: nowrap;
  }

  .journey-board {
    min-height: 390px;
    padding: 18px;
  }

  .journey-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-tags span {
    text-align: center;
  }

  .button,
  .company-link {
    width: auto;
  }

  .linear-download,
  .linear-company {
    max-width: calc(100% - 36px);
  }

  .download-actions,
  .linear-company dl {
    min-height: auto;
    padding: 18px;
  }

  .download-actions::before,
  .download-actions::after {
    display: none;
  }

  .app-store-showcase {
    max-width: calc(100% - 36px);
  }

  .app-store-callout {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .app-store-callout .button.secondary {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .app-store-gallery {
    gap: 12px;
  }

  .app-store-shot {
    flex-basis: min(76vw, 260px);
  }

  .store-button,
  .store-button:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }

  .store-button {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .store-status {
    grid-column: 2;
    justify-self: start;
  }

  .linear-company dl::before,
  .linear-company dl::after {
    display: none;
  }

  .linear-company dl > div,
  .linear-company dl > div:nth-child(1),
  .linear-company dl > div:nth-child(2),
  .linear-company dl > div:nth-child(3) {
    width: 100%;
    justify-self: stretch;
  }

  .hero-app-showcase {
    padding: 18px 14px 24px;
    border-radius: 18px;
  }

  .showcase-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .device-row {
    min-height: 390px;
  }

  .device-card,
  .device-card.primary,
  .device-card.menu,
  .device-card.pin {
    bottom: 0;
    align-self: auto;
  }

  .device-card.menu,
  .device-card.pin {
    display: none;
  }

  .device-card.primary {
    left: 50%;
    transform: translateX(-50%);
  }

  .device-card.menu {
    left: -8%;
    transform: translateY(36px) rotate(-4deg);
  }

  .device-card.pin {
    right: -8%;
    transform: translateY(36px) rotate(4deg);
  }

  .phone-shot {
    width: 150px;
    max-height: 320px;
    border-width: 6px;
    border-radius: 24px;
  }

  .device-card.primary .phone-shot {
    width: min(74vw, 220px);
    max-height: 360px;
  }

  .device-card figcaption {
    min-height: 30px;
    margin-top: 10px;
    padding: 6px 10px;
    font-size: 11.5px;
  }

  .linear-section-heading,
  .download-content .linear-section-heading {
    text-align: left;
  }

  .hero-feature-strip,
  .principle-grid,
  .linear-capabilities,
  .plan-grid,
  .faq-grid,
  .store-preview-grid,
  .personal-feature-grid,
  .enterprise-feature-grid,
  .release-flow,
  .release-modules,
  .release-modules.compact,
  .release-rule-grid {
    grid-template-columns: 1fr;
  }

  .hero-feature-strip article,
  .principle-grid article {
    min-height: 260px;
    padding-top: 146px;
  }

  .hero-feature-strip article::before,
  .principle-grid article::before {
    height: 106px;
  }

  .enterprise-hero {
    padding-top: 58px;
  }

  .enterprise-hero-copy h1,
  .whats-new-hero h1,
  html:lang(zh-CN) .enterprise-hero-copy h1 {
    font-size: clamp(36px, 10vw, 54px);
    overflow-wrap: anywhere;
  }

  html:lang(zh-CN) .enterprise-hero-copy h1,
  html:lang(zh-CN) .whats-new-hero h1 {
    width: 100%;
    max-width: 7.2em;
    word-break: break-all;
  }

  .whats-new-hero {
    padding-top: 58px;
  }

  .release-detail {
    padding: 20px;
  }

  .release-flow div {
    min-height: 128px;
  }

  .enterprise-visual {
    min-height: 430px;
  }

  .data-security-visual {
    gap: 14px;
    padding: 18px;
  }

  .enterprise-motion {
    display: grid;
    min-height: auto;
    gap: 12px;
    padding: 18px;
  }

  .enterprise-device-motion {
    grid-template-columns: 1fr;
  }

  .enterprise-security-story {
    min-height: auto;
    padding: 22px;
  }

  .security-story-copy h3 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .security-story-visual {
    display: grid;
    min-height: auto;
    gap: 12px;
    padding: 18px;
  }

  .encrypt-source,
  .encrypt-lanes,
  .encrypt-lanes div,
  .encrypt-lock,
  .kms-vault,
  .kms-key-ring,
  .kms-database,
  .access-request,
  .access-approvers,
  .access-approvers div,
  .access-verified,
  .wipe-device,
  .wipe-command-card,
  .wipe-restore-card,
  .wipe-progress {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
    transform: none;
  }

  .encrypt-lanes,
  .access-approvers {
    display: grid;
    grid-template-columns: 1fr;
  }

  .encrypt-tunnel-line {
    position: relative;
    inset: auto;
  }

  .kms-key-ring {
    height: 120px;
    border-radius: var(--r-4);
  }

  .kms-vault,
  .wipe-device {
    text-align: center;
  }

  .wipe-device::before {
    width: 48px;
    height: 72px;
  }

  .risk-chat-window,
  .risk-action-stack,
  .risk-action-stack div,
  .telegram-control,
  .device-security-panel,
  .device-auth-card,
  .device-wipe-card,
  .device-map-card,
  .customer-profile-card,
  .customer-tag-cloud,
  .customer-note-card,
  .customer-journey-line {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
    transform: none;
  }

  .risk-chat-window {
    padding: 16px;
  }

  .risk-action-stack {
    display: grid;
    gap: 10px;
  }

  .telegram-control {
    padding: 16px;
  }

  .telegram-control::after {
    position: static;
    width: 92px;
    margin-top: 12px;
    transform: none;
  }

  .device-security-panel {
    place-content: center;
    padding: 22px;
  }

  .device-security-panel::after {
    top: 26px;
  }

  .device-auth-card,
  .device-wipe-card,
  .device-map-card {
    padding: 16px;
  }

  .customer-tag-cloud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 9px;
  }

  .customer-tag-cloud span {
    justify-content: center;
    text-align: center;
  }

  .customer-note-card {
    padding: 16px;
  }

  .customer-journey-line {
    margin-top: 4px;
  }

  .security-node {
    min-height: auto;
    padding: 15px;
  }

  .security-vault {
    width: 100%;
    padding: 18px;
  }

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

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .footer-bottom nav {
    justify-content: flex-start;
    gap: 14px 20px;
  }

  .principle-grid article {
    min-height: auto;
  }

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

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

  .store-button {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .store-status {
    grid-column: 2;
    justify-self: start;
  }

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

@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;
  }
}

.commercial-proof {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: 28px;
}

.commercial-proof-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.commercial-proof-heading h2 {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--c-ink-900);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.commercial-proof-heading > p:last-child {
  max-width: 620px;
  margin: 16px auto 0;
  color: var(--c-ink-600);
  font-size: 18px;
}

.commercial-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.commercial-proof-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
}

.commercial-proof-grid article > span {
  color: var(--c-primary-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-proof-grid h3 {
  margin: 22px 0 10px;
  color: var(--c-ink-900);
  font-size: 21px;
  line-height: 1.2;
}

.commercial-proof-grid p {
  margin: 0;
  color: var(--c-ink-600);
  line-height: 1.65;
}

@media (max-width: 760px) {
  .commercial-proof {
    padding-top: 0;
  }

  .commercial-proof-grid {
    grid-template-columns: 1fr;
  }

  .commercial-proof-grid article {
    min-height: auto;
  }
}

/* Enterprise visual baseline: quiet surfaces, clear hierarchy, less illustration. */
:root {
  --c-primary-500: #1d5f8d;
  --c-primary-600: #164e73;
  --c-primary-700: #123b59;
  --c-accent-500: #237a8a;
  --c-accent-600: #1e6573;
  --grad-brand: #123b59;
  --grad-soft: #ffffff;
  --shadow-card: 0 4px 18px rgba(15, 35, 52, 0.07);
  --shadow-lift: 0 8px 24px rgba(15, 35, 52, 0.12);
  --r-4: 7px;
  --r-5: 8px;
  --r-6: 10px;
}

body {
  background: #f5f7f9;
  background-attachment: scroll;
}

.site-header::before {
  border-top-color: #123b59;
  background: rgba(255, 255, 255, 0.98);
}

.button,
.company-link {
  border-radius: 6px;
  box-shadow: none;
}

.button.primary,
.company-link {
  background: #123b59;
  box-shadow: none;
}

.button.primary:hover,
.company-link:hover {
  background: #0d2f47;
}

.button.secondary {
  border-color: #c9d4de;
  background: #ffffff;
  box-shadow: none;
}

.announcement,
.eyebrow,
.plan-label,
.module-label {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #1d5f8d;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.linear-hero::before {
  display: none;
}

.secure-hero-visual::before {
  display: none;
}

.workspace-window {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 35, 52, 0.12);
  backdrop-filter: none;
  transform: none;
}

.workspace-sidebar {
  background: #123b59;
}

.identity-hero .workspace-sidebar {
  background: #123b59;
}

.workspace-titlebar {
  background: #f7f9fb;
}

.visual-chip {
  display: none;
}

.hero-trust-row span {
  border-color: #d4dee6;
  border-radius: 5px;
  color: #34566c;
  background: #ffffff;
}

.hero-feature-strip {
  gap: 12px;
}

.hero-feature-strip article,
.principle-grid article,
.commercial-proof-grid article {
  min-height: 0;
  border-color: #d7e0e7;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-feature-strip article {
  padding: 22px;
}

.principle-grid article {
  padding: 22px;
}

.hero-feature-strip article::before,
.hero-feature-strip article::after,
.principle-grid article::before,
.principle-grid article::after {
  display: none;
}

.hero-feature-strip article:hover,
.principle-grid article:hover {
  transform: none;
  box-shadow: 0 8px 18px rgba(15, 35, 52, 0.08);
}

.linear-principles,
.linear-plans,
.linear-capabilities,
.store-preview,
.linear-faq,
.linear-download,
.app-store-showcase,
.linear-company {
  background: transparent;
}

.animated-feature,
.capability-row,
.journey-showcase,
.faq-card,
.download-content,
.app-store-callout,
.enterprise-visual,
.enterprise-screen,
.enterprise-feature-card,
.enterprise-cta,
.enterprise-proof-card,
.enterprise-timeline {
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: none;
}

.enterprise-visual {
  background: #ffffff;
}

.enterprise-visual::before {
  background: #f1f5f8 !important;
  border-color: #d8e2e9 !important;
}

.security-flow,
.security-vault,
.security-policy-grid > div,
.enterprise-visual-note {
  border-color: #d8e2e9;
  box-shadow: none;
}

.commercial-proof-grid article {
  padding: 22px;
}

@media (max-width: 760px) {
  .hero-feature-strip article {
    padding: 18px;
  }

  .hero-trust-row {
    justify-content: flex-start;
  }
}

.story-bridge {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 28px;
}

.story-bridge + .linear-principles {
  padding-top: 42px;
}

.story-bridge-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.story-bridge-heading h2 {
  margin: 14px auto 0;
  color: var(--c-ink-900);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.story-bridge-heading > p:last-child {
  max-width: 650px;
  margin: 16px auto 0;
  color: var(--c-ink-600);
  font-size: 18px;
}

.story-bridge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.story-bridge-grid article {
  min-height: 156px;
  padding: 24px;
  border: 1px solid #d7e0e7;
  border-radius: 7px;
  background: #ffffff;
}

/* Desktop rhythm: keep the long-form homepage scannable without changing its content. */
@media (min-width: 761px) {
  .linear-hero {
    padding-top: clamp(62px, 7vw, 84px);
    padding-bottom: clamp(42px, 5vw, 60px);
  }

  .linear-hero .hero-feature-strip {
    margin-top: 28px;
  }

  .story-bridge-heading {
    margin-bottom: 20px;
  }

  .story-bridge {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .story-bridge-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .story-bridge-grid h3 {
    margin-top: 20px;
  }

  .story-bridge + .linear-principles {
    padding-top: 56px;
  }

  .linear-principles,
  .linear-capabilities,
  .linear-faq,
  .store-preview {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .linear-plans {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .linear-section-heading {
    margin-bottom: 30px;
  }

  .product-in-action {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .product-in-action-grid {
    gap: 16px;
    margin-top: 30px;
  }

  .product-proof-card figcaption {
    padding: 16px 18px 18px;
  }

  .product-proof-card figcaption p {
    margin-top: 6px;
    line-height: 1.45;
  }

  .product-hero-frame {
    background: #fff;
    box-shadow: 0 22px 54px -30px rgba(15, 23, 42, 0.42);
  }

  .product-hero-frame img {
    opacity: 1;
    filter: contrast(1.06) saturate(1.05);
  }
}

.story-bridge-grid article > span {
  color: var(--c-primary-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-bridge-grid h3 {
  margin: 28px 0 10px;
  color: var(--c-ink-900);
  font-size: 21px;
  line-height: 1.24;
}

.story-bridge-grid p {
  margin: 0;
  color: var(--c-ink-600);
}

@media (max-width: 760px) {
  .story-bridge {
    padding-top: 0;
  }

  .story-bridge-heading {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .story-bridge-heading > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .story-bridge-grid {
    grid-template-columns: 1fr;
  }

  .story-bridge-grid article {
    min-height: auto;
  }
}
