:root {
  --bg: #07100e;
  --bg-2: #0d1715;
  --panel: rgba(13, 25, 22, 0.78);
  --panel-solid: #101b18;
  --text: #edf7f3;
  --muted: #9db2ab;
  --line: rgba(237, 247, 243, 0.13);
  --accent: #35e4aa;
  --accent-2: #6cc9ff;
  --accent-3: #ffb86b;
  --light: #f5f8f6;
  --light-2: #e8efeb;
  --ink: #13211e;
  --ink-muted: #5b6d66;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family:
    Inter, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(237, 247, 243, 0.14);
  border-radius: var(--radius);
  background: rgba(6, 14, 12, 0.72);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    top 180ms ease;
}

.site-header.is-scrolled {
  top: 10px;
  border-color: rgba(53, 228, 170, 0.24);
  background: rgba(6, 14, 12, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(53, 228, 170, 0.54);
  border-radius: var(--radius);
  color: #04110d;
  background:
    linear-gradient(135deg, rgba(53, 228, 170, 0.95), rgba(108, 201, 255, 0.92)),
    #35e4aa;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
}

.site-nav {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(237, 247, 243, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.site-nav a {
  min-width: 64px;
  padding: 8px 12px;
  border-radius: 6px;
  color: #d9e8e3;
  font-size: 0.92rem;
  text-align: center;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #06110e;
  background: var(--accent);
  outline: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(53, 228, 170, 0.34);
  border-radius: var(--radius);
  color: #04110d;
  background: var(--accent);
  font-weight: 800;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(237, 247, 243, 0.18);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
  align-items: center;
  gap: 52px;
  min-height: 88svh;
  padding: 118px max(24px, calc((100% - 1180px) / 2)) 48px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 16, 14, 0) 76%, #0b1513 100%),
    radial-gradient(circle at 34% 32%, rgba(53, 228, 170, 0.14), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(108, 201, 255, 0.14), transparent 30%),
    var(--bg);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(237, 247, 243, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 247, 243, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 86%);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 240px;
  background:
    linear-gradient(90deg, transparent, rgba(53, 228, 170, 0.22), transparent),
    linear-gradient(0deg, rgba(53, 228, 170, 0.07), transparent);
  transform: perspective(720px) rotateX(64deg);
  transform-origin: bottom;
  pointer-events: none;
}

.hero-content,
.drive-preview {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #087d60;
}

.hero h1 {
  margin: 0;
  color: var(--text);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #bed0ca;
  font-size: 1.08rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 850;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  border: 1px solid rgba(53, 228, 170, 0.52);
  color: #03100c;
  background: linear-gradient(135deg, var(--accent), #7cf2c9);
  box-shadow: 0 14px 34px rgba(53, 228, 170, 0.22);
}

.button-secondary {
  border: 1px solid rgba(237, 247, 243, 0.18);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.dark-button {
  color: var(--ink);
  border-color: rgba(19, 33, 30, 0.16);
  background: rgba(19, 33, 30, 0.05);
}

.button-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

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

.hero-metrics div {
  min-height: 94px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: #ffffff;
  font-size: 1.42rem;
  line-height: 1.2;
}

.hero-metrics span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.drive-preview {
  min-width: 0;
  border: 1px solid rgba(237, 247, 243, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(12, 25, 22, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(237, 247, 243, 0.12);
}

.window-dots {
  display: inline-flex;
  gap: 7px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.window-dots span:nth-child(1) {
  background: #ff7d7d;
}

.window-dots span:nth-child(2) {
  background: var(--accent-3);
}

.window-dots span:nth-child(3) {
  background: var(--accent);
}

.preview-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cfe5df;
  font-size: 0.86rem;
}

.preview-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  box-shadow: 0 0 18px rgba(53, 228, 170, 0.9);
}

.preview-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 420px;
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-right: 1px solid rgba(237, 247, 243, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.sidebar-pill {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  color: #a9bdb6;
  font-size: 0.9rem;
}

.sidebar-pill.active {
  color: #06110e;
  background: var(--accent);
  font-weight: 850;
}

.preview-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.storage-widget {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 124px;
  padding: 16px;
  border: 1px solid rgba(237, 247, 243, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(53, 228, 170, 0.12), transparent),
    rgba(255, 255, 255, 0.045);
}

.storage-ring {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #12221e 0 53%, transparent 54%),
    conic-gradient(var(--accent) 0 73%, rgba(255, 255, 255, 0.12) 73% 100%);
}

.storage-ring span {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 900;
}

.storage-widget strong {
  display: block;
  font-size: 1.18rem;
}

.storage-widget p,
.file-row p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.file-list {
  display: grid;
  gap: 10px;
}

.file-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(237, 247, 243, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.file-row strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-row > span:last-child {
  color: #9beccc;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.file-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.file-icon::before,
.file-icon::after {
  position: absolute;
  content: "";
}

.file-icon.folder {
  background:
    linear-gradient(180deg, rgba(255, 184, 107, 0.55), rgba(255, 184, 107, 0.18)),
    rgba(255, 255, 255, 0.06);
}

.file-icon.folder::before {
  top: 11px;
  left: 9px;
  width: 14px;
  height: 6px;
  border-radius: 4px 4px 0 0;
  background: #ffcf83;
}

.file-icon.folder::after {
  right: 8px;
  bottom: 10px;
  left: 8px;
  height: 20px;
  border-radius: 7px;
  background: #ffb64d;
  box-shadow: inset 0 -4px 0 rgba(132, 82, 16, 0.16);
}

.file-icon.doc {
  background:
    linear-gradient(180deg, rgba(108, 201, 255, 0.55), rgba(108, 201, 255, 0.16)),
    rgba(255, 255, 255, 0.06);
}

.file-icon.doc::before {
  width: 22px;
  height: 26px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: inset 0 -4px 0 rgba(25, 105, 160, 0.12);
}

.file-icon.doc::after {
  content: "ZIP";
  position: relative;
  z-index: 1;
  color: #1679b9;
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1;
}

.file-icon.video {
  background:
    linear-gradient(180deg, rgba(53, 228, 170, 0.58), rgba(53, 228, 170, 0.16)),
    rgba(255, 255, 255, 0.06);
}

.file-icon.video::before {
  width: 26px;
  height: 20px;
  border-radius: 8px;
  background: #132033;
  box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.12);
}

.file-icon.video::after {
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #6af0bd;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(237, 247, 243, 0.1);
  border-bottom: 1px solid rgba(237, 247, 243, 0.1);
  background: rgba(237, 247, 243, 0.1);
}

.signal-strip span {
  display: grid;
  place-items: center;
  min-height: 72px;
  color: #d9ece6;
  background: #0b1513;
  font-weight: 800;
}

.client-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(237, 247, 243, 0.08);
  border-bottom: 1px solid rgba(237, 247, 243, 0.08);
  background:
    linear-gradient(120deg, rgba(53, 228, 170, 0.1), transparent 46%),
    #0b1513;
}

.client-teaser-copy {
  max-width: 760px;
}

.client-teaser h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.16;
}

.client-teaser p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
}

.download-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: center;
  gap: 52px;
  min-height: 82svh;
  padding: 118px max(24px, calc((100% - 1180px) / 2)) 58px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 16, 14, 0) 78%, #0b1513 100%),
    radial-gradient(circle at 18% 28%, rgba(53, 228, 170, 0.14), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(255, 184, 107, 0.12), transparent 30%),
    #07100e;
}

.download-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(237, 247, 243, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 247, 243, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 88%);
  pointer-events: none;
}

.download-hero-copy,
.device-showcase {
  position: relative;
  z-index: 1;
}

.download-hero h1 {
  margin: 0;
  font-size: 4.1rem;
  line-height: 1;
  letter-spacing: 0;
}

.download-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: #bed0ca;
  font-size: 1.08rem;
}

.device-showcase {
  min-height: 470px;
}

.phone-frame,
.desktop-frame {
  position: absolute;
  border: 1px solid rgba(237, 247, 243, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(12, 25, 22, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.phone-frame {
  right: 0;
  bottom: 24px;
  z-index: 2;
  width: 230px;
  min-height: 420px;
  padding: 14px;
}

.phone-status {
  width: 64px;
  height: 6px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(237, 247, 243, 0.25);
}

.phone-screen {
  min-height: 360px;
  padding: 18px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(53, 228, 170, 0.18), transparent 58%),
    rgba(255, 255, 255, 0.05);
}

.mini-label {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  color: #04110d;
  background: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
}

.phone-screen strong {
  display: block;
  margin-top: 22px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.phone-screen p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.mini-upload {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 110px;
  padding: 12px;
  border: 1px solid rgba(237, 247, 243, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.mini-upload > span {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  overflow: hidden;
}

.album-icon::before,
.album-icon::after {
  position: absolute;
  content: "";
}

.album-icon::before {
  top: 9px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.album-icon::after {
  right: 7px;
  bottom: 8px;
  left: 7px;
  height: 15px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, transparent 0 42%, #132033 43% 62%, transparent 63%),
    linear-gradient(45deg, #132033 0 45%, transparent 46%);
}

.mini-upload strong,
.mini-upload small {
  display: block;
  margin: 0;
}

.mini-upload strong {
  font-size: 0.88rem;
}

.mini-upload small {
  color: var(--muted);
  font-size: 0.72rem;
}

.desktop-frame {
  top: 24px;
  left: 0;
  width: min(520px, 92%);
  min-height: 330px;
  overflow: hidden;
}

.desktop-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(237, 247, 243, 0.12);
}

.desktop-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.desktop-bar span:nth-child(1) {
  background: #ff7d7d;
}

.desktop-bar span:nth-child(2) {
  background: var(--accent-3);
}

.desktop-bar span:nth-child(3) {
  background: var(--accent);
}

.desktop-screen {
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 282px;
}

.desktop-sidebar {
  border-right: 1px solid rgba(237, 247, 243, 0.1);
  background:
    linear-gradient(180deg, rgba(53, 228, 170, 0.12), transparent),
    rgba(255, 255, 255, 0.035);
}

.desktop-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.desktop-files span {
  min-height: 92px;
  border: 1px solid rgba(237, 247, 243, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.desktop-files span:nth-child(2),
.desktop-files span:nth-child(3) {
  background: linear-gradient(145deg, rgba(108, 201, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.download-section {
  padding-top: 76px;
}

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

.download-card {
  min-height: 520px;
  padding: 26px;
  border: 1px solid rgba(19, 33, 30, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
}

.download-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.platform-icon {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  color: #04110d;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 950;
}

.platform-logo {
  display: block;
  padding: 12px;
  background: var(--panel-solid);
  border: 1px solid var(--line);
  object-fit: contain;
  box-shadow: var(--soft-shadow);
}

.platform-button-logo {
  display: block;
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  object-fit: contain;
}

.app-download-logo {
  display: block;
  width: 28px;
  height: 28px;
  padding: 4px;
  object-fit: contain;
}

.platform-android,
.platform-windows {
  position: relative;
  overflow: hidden;
}

.platform-android {
  grid-template-rows: 18px 22px;
  gap: 2px;
  background: linear-gradient(135deg, #75f0af, #33c779);
}

.android-head,
.android-body {
  position: relative;
  display: block;
  background: #132033;
}

.android-head {
  width: 30px;
  height: 17px;
  border-radius: 16px 16px 5px 5px;
}

.android-head::before,
.android-head::after {
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #75f0af;
  content: "";
}

.android-head::before {
  left: 8px;
}

.android-head::after {
  right: 8px;
}

.android-body {
  width: 34px;
  height: 21px;
  border-radius: 5px 5px 9px 9px;
}

.android-body::before,
.android-body::after {
  position: absolute;
  top: 2px;
  width: 4px;
  height: 17px;
  border-radius: 999px;
  background: #132033;
  content: "";
}

.android-body::before {
  left: -7px;
}

.android-body::after {
  right: -7px;
}

.platform-windows {
  grid-template-columns: repeat(2, 15px);
  grid-template-rows: repeat(2, 15px);
  gap: 4px;
  background: linear-gradient(135deg, #8bd2ff, #4f9fff);
}

.platform-windows span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #132033;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.14);
}

.download-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.1;
}

.download-card > p {
  margin: 0;
  color: var(--ink-muted);
}

.check-list {
  display: grid;
  gap: 12px;
  min-height: 156px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  color: var(--ink-muted);
}

.check-list li::before {
  flex: 0 0 18px;
  color: #0a8f6d;
  content: "✓";
  font-weight: 900;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-note {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(19, 33, 30, 0.1);
  border-radius: var(--radius);
  background: var(--light-2);
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.client-feature-section {
  background:
    linear-gradient(120deg, rgba(108, 201, 255, 0.1), transparent 44%),
    #0b1513;
}

.client-feature-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.client-feature-grid,
.steps-grid {
  display: grid;
  gap: 16px;
}

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

.client-feature-grid article,
.steps-grid article {
  min-height: 196px;
  padding: 22px;
  border-radius: var(--radius);
}

.client-feature-grid article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.client-feature-grid span,
.steps-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 900;
}

.client-feature-grid span {
  color: #06110e;
  background: var(--accent);
}

.client-feature-grid h3,
.steps-grid h3 {
  margin: 24px 0 0;
  font-size: 1.15rem;
}

.client-feature-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

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

.steps-grid article {
  border: 1px solid rgba(19, 33, 30, 0.12);
  background: #ffffff;
}

.steps-grid span {
  color: #04110d;
  background: rgba(53, 228, 170, 0.22);
}

.steps-grid h3 {
  color: var(--ink);
}

.steps-grid p {
  margin: 10px 0 0;
  color: var(--ink-muted);
}

.section {
  padding: 86px max(24px, calc((100% - 1180px) / 2));
  background: var(--bg-2);
}

.section-light {
  color: var(--ink);
  background: var(--light);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.section-heading h2,
.security-copy h2 {
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.security-copy p {
  margin: 16px 0 0;
  color: var(--ink-muted);
  font-size: 1.02rem;
}

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

.feature-card,
.price-card,
.workflow-grid article {
  border-radius: var(--radius);
}

.feature-card {
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(19, 33, 30, 0.12);
  background: #ffffff;
}

.feature-symbol {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 32px;
  border-radius: 6px;
  color: #06392d;
  background: rgba(53, 228, 170, 0.18);
  font-weight: 900;
}

.feature-card h3,
.workflow-grid h3,
.price-card h3 {
  margin: 26px 0 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.feature-card p,
.workflow-grid p,
.price-card li {
  color: var(--ink-muted);
}

.feature-card p {
  margin: 12px 0 0;
}

.workflow {
  background:
    linear-gradient(90deg, rgba(53, 228, 170, 0.08), transparent 44%),
    var(--bg-2);
}

.workflow .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

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

.workflow-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.workflow-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #06110e;
  background: var(--accent-3);
  font-weight: 900;
}

.workflow-grid h3 {
  color: var(--text);
}

.workflow-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.security-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  align-items: center;
  gap: 48px;
  background:
    linear-gradient(135deg, rgba(108, 201, 255, 0.12), transparent 34%),
    #091311;
}

.security-copy {
  max-width: 620px;
}

.security-copy p {
  color: #b9cbc5;
  margin-bottom: 28px;
}

.security-list {
  display: grid;
  gap: 12px;
}

.security-list div {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 20px;
  border: 1px solid rgba(237, 247, 243, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.security-list strong {
  font-size: 1.06rem;
}

.security-list span {
  color: var(--muted);
}

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

.price-card {
  position: relative;
  min-height: 380px;
  padding: 26px;
  border: 1px solid rgba(19, 33, 30, 0.12);
  background: #ffffff;
}

.price-card.featured {
  color: var(--text);
  border-color: rgba(53, 228, 170, 0.45);
  background:
    linear-gradient(145deg, rgba(53, 228, 170, 0.2), rgba(108, 201, 255, 0.1)),
    #101b18;
  box-shadow: 0 18px 48px rgba(10, 28, 23, 0.22);
}

.plan-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 9px;
  border-radius: 6px;
  color: #04110d;
  background: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
}

.price-card h3 {
  margin-top: 0;
}

.price {
  margin: 18px 0 24px;
  color: var(--ink);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.price span {
  color: var(--ink-muted);
  font-size: 1rem;
  font-weight: 700;
}

.featured .price,
.featured .price span,
.featured li {
  color: var(--text);
}

.price-card ul {
  display: grid;
  gap: 12px;
  min-height: 118px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.price-card li::before {
  flex: 0 0 18px;
  color: #0a8f6d;
  content: "✓";
  font-weight: 900;
}

.featured li::before {
  color: var(--accent);
}

.faq {
  background: #0b1513;
}

.faq .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.faq-list summary {
  min-height: 64px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 850;
}

.faq-list details[open] summary {
  border-bottom: 1px solid var(--line);
}

.faq-list p {
  margin: 0;
  padding: 18px 22px 22px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(24px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(237, 247, 243, 0.1);
  background: #07100e;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--panel-solid);
  font-size: 0.86rem;
  font-weight: 800;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent-2) 48%, var(--line));
  outline: none;
  transform: translateY(-1px);
}

.policy-main {
  padding: 118px max(24px, calc((100% - 920px) / 2)) 72px;
}

.policy-hero {
  padding: 0 0 34px;
}

.policy-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.policy-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.policy-updated {
  display: inline-flex;
  margin-top: 20px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--panel-solid);
  font-size: 0.86rem;
  font-weight: 800;
}

.policy-content {
  display: grid;
  gap: 18px;
}

.policy-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-solid);
  box-shadow: var(--soft-shadow);
}

.policy-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.25;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

.policy-card p {
  margin: 12px 0 0;
}

.policy-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.policy-card a {
  color: #178b6c;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

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

  .site-nav {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: rgba(6, 14, 12, 0.96);
  }

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

  .site-nav a {
    min-height: 44px;
    text-align: left;
  }

  .header-cta {
    display: none;
  }

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

  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 112px;
  }

  .download-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 112px;
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .download-hero h1 {
    font-size: 3.35rem;
  }

  .drive-preview {
    max-width: 720px;
  }

  .device-showcase {
    max-width: 720px;
    min-height: 430px;
  }

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

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

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

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding-left: 12px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .download-hero {
    min-height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .download-hero h1 {
    font-size: 2.65rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .download-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-metrics,
  .signal-strip,
  .feature-grid,
  .workflow-grid,
  .pricing-grid,
  .download-grid,
  .client-feature-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .client-teaser {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .client-teaser h2 {
    font-size: 2rem;
  }

  .device-showcase {
    min-height: 570px;
  }

  .desktop-frame {
    top: 0;
    width: 100%;
  }

  .phone-frame {
    right: 16px;
    bottom: 0;
  }

  .download-card {
    min-height: 0;
  }

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

  .preview-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(237, 247, 243, 0.1);
  }

  .preview-main {
    padding: 14px;
  }

  .storage-widget {
    grid-template-columns: 74px 1fr;
    gap: 14px;
  }

  .storage-ring {
    width: 74px;
    height: 74px;
  }

  .file-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .file-row > span:last-child {
    grid-column: 2;
  }

  .section {
    padding: 66px 16px;
  }

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

  .section-heading h2,
  .security-copy h2 {
    font-size: 2rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-meta {
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .brand strong {
    font-size: 0.92rem;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .preview-sidebar {
    grid-template-columns: 1fr;
  }

  .storage-widget {
    grid-template-columns: 1fr;
  }

  .device-showcase {
    min-height: auto;
  }

  .phone-frame,
  .desktop-frame {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .phone-frame {
    margin-top: 14px;
  }

  .desktop-screen {
    grid-template-columns: 82px 1fr;
  }

  .desktop-files {
    grid-template-columns: 1fr;
  }

  .download-card-head {
    align-items: flex-start;
  }
}

/* Soft white theme with dark-mode variables. This layer intentionally overrides
   the earlier dark tech styling while keeping the existing layout classes. */
:root {
  color-scheme: light;
  --bg: #fbfdff;
  --bg-2: #f4f8ff;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-solid: #ffffff;
  --text: #16243a;
  --muted: #66748a;
  --line: rgba(47, 73, 112, 0.12);
  --accent: #48d6a5;
  --accent-2: #62b7ff;
  --accent-3: #ffbd6f;
  --light: #ffffff;
  --light-2: #edf5ff;
  --ink: #16243a;
  --ink-muted: #66748a;
  --shadow: 0 24px 68px rgba(92, 125, 170, 0.18);
  --soft-shadow: 0 16px 38px rgba(92, 125, 170, 0.14);
  --bubble-shadow: 0 14px 0 rgba(71, 104, 150, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --radius-xs: 14px;
  --page-bg: #ffffff;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #111827;
  --bg-2: #172033;
  --panel: rgba(26, 36, 55, 0.78);
  --panel-solid: #182235;
  --text: #f4f8ff;
  --muted: #a9b7ca;
  --line: rgba(229, 239, 255, 0.14);
  --accent: #64e7ba;
  --accent-2: #78c5ff;
  --accent-3: #ffc879;
  --light: #172033;
  --light-2: #202c42;
  --ink: #f4f8ff;
  --ink-muted: #a9b7ca;
  --shadow: 0 24px 68px rgba(0, 0, 0, 0.32);
  --soft-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  --bubble-shadow: 0 14px 0 rgba(0, 0, 0, 0.18);
  --page-bg:
    radial-gradient(circle at 16% 10%, rgba(98, 183, 255, 0.18), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(72, 214, 165, 0.16), transparent 26%),
    linear-gradient(180deg, #101827 0%, #141f31 48%, #172033 100%);
}

body {
  color: var(--text);
  background: var(--page-bg);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: none;
  pointer-events: none;
}

html[data-theme="dark"] body::before {
  background:
    radial-gradient(circle at 22% 32%, rgba(255, 189, 111, 0.12), transparent 18%),
    radial-gradient(circle at 78% 58%, rgba(98, 183, 255, 0.12), transparent 22%);
}

.site-header {
  min-height: 72px;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--panel-solid) 84%, transparent);
  box-shadow: var(--soft-shadow);
}

.site-header.is-scrolled {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  background: color-mix(in srgb, var(--panel-solid) 92%, transparent);
}

.brand-mark {
  border: 0;
  border-radius: 18px;
  color: #132033;
  background: var(--panel-solid);
  box-shadow: inset 0 -4px 0 rgba(32, 74, 105, 0.12), 0 8px 18px rgba(72, 214, 165, 0.2);
  object-fit: contain;
  padding: 6px;
}

.brand strong {
  color: var(--text);
}

.brand small {
  color: var(--muted);
}

.site-nav {
  border: 0;
  border-radius: 999px;
  background: var(--light-2);
  box-shadow: inset 0 0 0 1px var(--line);
}

.site-nav a {
  border-radius: 999px;
  color: var(--muted);
  font-weight: 850;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #142136;
  background: linear-gradient(135deg, #74edbd, #8dd0ff);
  box-shadow: inset 0 -3px 0 rgba(20, 33, 54, 0.12);
}

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

.theme-toggle,
.header-cta,
.nav-toggle,
.button {
  border-radius: 999px;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--panel-solid);
  box-shadow: inset 0 -3px 0 rgba(71, 104, 150, 0.07);
  cursor: pointer;
  font-weight: 850;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: color-mix(in srgb, var(--accent-2) 60%, var(--line));
  outline: none;
  transform: translateY(-1px);
}

.theme-toggle-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--light-2);
  line-height: 1;
}

.header-cta {
  min-height: 44px;
  border: 0;
  color: #132033;
  background: linear-gradient(135deg, #6af0bd, #8bd2ff);
  box-shadow: inset 0 -4px 0 rgba(20, 33, 54, 0.12), 0 12px 24px rgba(72, 214, 165, 0.2);
}

.nav-toggle {
  border-color: var(--line);
  color: var(--text);
  background: var(--panel-solid);
}

.hero,
.download-hero {
  background: transparent;
}

.hero::before,
.download-hero::before {
  background:
    linear-gradient(rgba(83, 119, 166, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 119, 166, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 82%);
}

.hero-grid {
  display: none;
}

.eyebrow {
  color: #178b6c;
}

html[data-theme="dark"] .eyebrow {
  color: var(--accent);
}

.eyebrow.dark {
  color: #178b6c;
}

.hero h1,
.download-hero h1,
.section-heading h2,
.security-copy h2,
.client-teaser h2 {
  color: var(--text);
}

.hero h1,
.download-hero h1 {
  letter-spacing: 0;
  text-shadow: 0 8px 0 rgba(98, 183, 255, 0.1);
}

.hero-copy,
.download-hero p:not(.eyebrow) {
  color: var(--muted);
}

.button {
  min-height: 50px;
  transition:
    transform 180ms cubic-bezier(0.2, 1.6, 0.35, 1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px) scale(1.015);
}

.button-primary {
  border: 0;
  color: #132033;
  background: linear-gradient(135deg, #6af0bd, #8bd2ff);
  box-shadow: inset 0 -5px 0 rgba(20, 33, 54, 0.12), 0 16px 28px rgba(72, 214, 165, 0.22);
}

.button-secondary,
.dark-button {
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--panel-solid);
  box-shadow: inset 0 -4px 0 rgba(71, 104, 150, 0.07);
}

.button-icon {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

.hero-metrics div,
.drive-preview,
.storage-widget,
.file-row,
.client-teaser,
.workflow-grid article,
.security-list div,
.faq-list details,
.phone-frame,
.desktop-frame,
.download-card,
.client-feature-grid article,
.steps-grid article,
.price-card,
.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--soft-shadow);
}

.feature-card,
.price-card,
.download-card,
.steps-grid article {
  background: var(--panel-solid);
}

.hero-metrics div,
.workflow-grid article,
.security-list div,
.client-feature-grid article {
  background: color-mix(in srgb, var(--panel-solid) 72%, transparent);
}

.hero-metrics strong,
.storage-widget strong,
.file-row strong,
.preview-status,
.security-list strong,
.workflow-grid h3,
.client-feature-grid h3,
.faq-list summary {
  color: var(--text);
}

.hero-metrics span,
.storage-widget p,
.file-row p,
.sidebar-pill,
.section-heading p:not(.eyebrow),
.security-copy p,
.workflow-grid p,
.security-list span,
.faq-list p,
.client-teaser p:not(.eyebrow),
.client-feature-grid p,
.site-footer p {
  color: var(--muted);
}

.drive-preview,
.phone-frame,
.desktop-frame {
  backdrop-filter: blur(20px);
}

.preview-topbar,
.desktop-bar {
  border-bottom-color: var(--line);
}

.preview-sidebar,
.desktop-sidebar {
  border-color: var(--line);
  background: var(--light-2);
}

.sidebar-pill {
  border-radius: 999px;
}

.sidebar-pill.active,
.mini-label {
  color: #132033;
  background: linear-gradient(135deg, #6af0bd, #8bd2ff);
  box-shadow: inset 0 -3px 0 rgba(20, 33, 54, 0.12);
}

.storage-ring {
  background:
    radial-gradient(circle at center, var(--panel-solid) 0 53%, transparent 54%),
    conic-gradient(var(--accent) 0 73%, color-mix(in srgb, var(--muted) 18%, transparent) 73% 100%);
}

.file-icon,
.platform-icon,
.mini-upload > span {
  border-radius: var(--radius-sm);
}

.file-icon {
  box-shadow: inset 0 -4px 0 rgba(20, 33, 54, 0.08);
}

html[data-theme="dark"] .file-icon.doc::before {
  background: #f4f8ff;
}

html[data-theme="dark"] .file-icon.video::before {
  background: #0f1726;
}

html[data-theme="dark"] .android-head,
html[data-theme="dark"] .android-body,
html[data-theme="dark"] .android-body::before,
html[data-theme="dark"] .android-body::after,
html[data-theme="dark"] .platform-windows span {
  background: #f4f8ff;
}

html[data-theme="dark"] .album-icon::after {
  background:
    linear-gradient(135deg, transparent 0 42%, #f4f8ff 43% 62%, transparent 63%),
    linear-gradient(45deg, #f4f8ff 0 45%, transparent 46%);
}

.signal-strip {
  gap: 12px;
  padding: 18px max(24px, calc((100% - 1180px) / 2));
  border: 0;
  background: transparent;
}

.signal-strip span {
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: var(--panel-solid);
  box-shadow: var(--soft-shadow);
}

.provider-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.provider-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 16px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.provider-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: provider-marquee 34s linear infinite;
  will-change: transform;
}

.provider-marquee:hover .provider-track {
  animation-play-state: paused;
}

.provider-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  flex: 0 0 320px;
  gap: 16px;
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-solid);
  box-shadow: var(--soft-shadow);
  transition:
    transform 180ms cubic-bezier(0.2, 1.6, 0.35, 1),
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.provider-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: color-mix(in srgb, var(--accent-2) 48%, var(--line));
  box-shadow: var(--shadow);
}

.provider-card img {
  width: 64px;
  height: 64px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--light-2);
  object-fit: contain;
}

.provider-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.2;
}

.provider-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

@keyframes provider-marquee {
  from {
    transform: translateX(0);
  }

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

@media (prefers-reduced-motion: reduce) {
  .provider-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}

.section,
.workflow,
.security-section,
.faq,
.client-feature-section,
.section-light,
.download-section,
.install-steps {
  color: var(--text);
  background: transparent;
}

.feature-symbol,
.workflow-grid span,
.client-feature-grid span,
.steps-grid span {
  border-radius: 999px;
  color: #132033;
  background: linear-gradient(135deg, #6af0bd, #8bd2ff);
  box-shadow: inset 0 -3px 0 rgba(20, 33, 54, 0.12);
}

.feature-card h3,
.price-card h3,
.download-card h2,
.steps-grid h3,
.feature-card p,
.price-card li,
.download-card > p,
.check-list li,
.steps-grid p,
.download-note,
.price {
  color: var(--text);
}

.feature-card p,
.price-card li,
.download-card > p,
.check-list li,
.steps-grid p,
.download-note,
.price span {
  color: var(--muted);
}

.price-card.featured {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent) 46%, var(--line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 20%, transparent), transparent 55%),
    var(--panel-solid);
  box-shadow: var(--shadow);
}

.plan-badge {
  border-radius: 999px;
  color: #132033;
  background: linear-gradient(135deg, #ffcf83, #6af0bd);
}

.download-note {
  border-color: var(--line);
  background: var(--light-2);
}

.phone-screen,
.desktop-files span,
.mini-upload {
  border-radius: var(--radius-sm);
  border-color: var(--line);
  background: color-mix(in srgb, var(--panel-solid) 74%, transparent);
}

.site-footer {
  border-top-color: var(--line);
  background: transparent;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    border-radius: 28px;
  }

  .site-nav {
    top: 82px;
    background: var(--panel-solid);
    border-radius: var(--radius);
  }

  .header-actions {
    display: inline-flex;
    justify-self: end;
  }

  .header-actions .header-cta {
    display: none;
  }

  .theme-toggle-text {
    display: none;
  }

  .theme-toggle {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }
}

@media (max-width: 720px) {
  .signal-strip {
    grid-template-columns: 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .provider-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .provider-marquee {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  }

  .provider-card {
    grid-template-columns: 54px minmax(0, 1fr);
    flex-basis: min(82vw, 300px);
    min-height: 138px;
    padding: 16px;
  }

  .provider-card img {
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 18px;
  }
}
