:root {
  --bg: #ffffff;
  --bg-soft: #f6f7f9;
  --bg-subtle: #fafafa;
  --text: #0b0c0f;
  --muted: #5e6470;
  --muted-2: #8a909a;
  --line: #dfe3e8;
  --line-soft: #eceff3;
  --shadow: 0 24px 70px rgba(13, 17, 23, 0.14);
  --shadow-soft: 0 14px 34px rgba(13, 17, 23, 0.09);
  --green: #23b546;
  --blue: #4285f4;
  --red: #ea4335;
  --yellow: #fbbc04;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: min(1240px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection {
  background: rgba(66, 133, 244, 0.18);
}

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

img,
svg {
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 74px;
  padding: 16px max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(223, 227, 232, 0.82);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-size: 22px;
  font-weight: 760;
  line-height: 1;
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
  font-weight: 640;
  color: #202329;
}

.nav-links a,
.site-footer a {
  transition: color 160ms ease, opacity 160ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: #000;
  opacity: 0.72;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  min-width: 126px;
  padding: 0 20px;
  color: #fff;
  background: #111214;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 8px 20px rgba(0, 0, 0, 0.16);
}

.nav-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 16px 30px rgba(0, 0, 0, 0.18);
}

.section-pad {
  width: var(--container);
  margin: 0 auto;
  padding: 88px 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(600px, 1.12fr);
  gap: 58px;
  min-height: calc(100vh - 74px);
  align-items: center;
  padding-top: 66px;
  padding-bottom: 42px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 66px;
}

.hero h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(52px, 5.4vw, 74px);
  line-height: 0.98;
  font-weight: 810;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.56;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.button {
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #1e1f22, #0c0d0e);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.16);
}

.button-secondary {
  border-color: var(--line);
  color: #14161a;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 7px 18px rgba(13, 17, 23, 0.04);
}

.button-secondary:hover {
  background: #fff;
  border-color: #cfd5dd;
  transform: translateY(-1px);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 720;
}

.inline-link:hover {
  opacity: 0.76;
}

.large {
  min-height: 66px;
  padding: 0 32px;
  font-size: 18px;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.mac-frame {
  position: absolute;
  right: 0;
  top: 0;
  width: min(760px, 62vw);
  height: 690px;
  border: 8px solid #111315;
  border-bottom-width: 18px;
  border-radius: 26px;
  background: linear-gradient(145deg, #e9f0ff 0%, #f7f3ff 45%, #ffe9e5 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.mac-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 48px;
  padding: 0 18px;
  color: #14161a;
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 620;
  backdrop-filter: blur(12px);
}

.traffic {
  display: flex;
  gap: 8px;
  margin-right: 8px;
}

.traffic span,
.window-controls span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.traffic span:nth-child(1),
.window-controls span:nth-child(1) {
  background: #ff605c;
}

.traffic span:nth-child(2),
.window-controls span:nth-child(2) {
  background: #ffbd44;
}

.traffic span:nth-child(3),
.window-controls span:nth-child(3) {
  background: #00ca4e;
}

.menu-spacer {
  flex: 1;
}

.mac-topbar img {
  border-radius: 6px;
}

.status-dot,
.green-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.wifi-icon {
  width: 18px;
  height: 12px;
  border-top: 2px solid #1a1c20;
  border-radius: 50% 50% 0 0;
}

.desktop-sheen {
  position: absolute;
  inset: 48px 0 0;
  background:
    radial-gradient(circle at 92% 24%, rgba(255, 221, 216, 0.82), transparent 28%),
    radial-gradient(circle at 12% 72%, rgba(88, 151, 239, 0.34), transparent 36%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.46));
}

.menu-popover {
  position: absolute;
  top: 74px;
  right: 52px;
  z-index: 4;
  width: 292px;
  border: 1px solid rgba(210, 215, 222, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.popover-head,
.sync-row,
.popover-albums div {
  display: flex;
  align-items: center;
}

.popover-head {
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--line-soft);
}

.popover-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
}

.sync-row {
  gap: 10px;
  padding: 16px 16px 9px;
}

.sync-row strong,
.album-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.sync-row small,
.album-item small,
.setting-line small,
.upload-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.progress-track {
  height: 6px;
  margin: 0 16px 14px;
  border-radius: 999px;
  background: #e7eaee;
  overflow: hidden;
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.popover-albums {
  padding: 0 16px 8px;
}

.popover-albums div {
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid var(--line-soft);
  color: #30343a;
  font-size: 13px;
}

.menu-popover button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-top: 1px solid var(--line-soft);
  background: rgba(246, 247, 249, 0.8);
  color: #17191d;
  font-size: 13px;
  font-weight: 650;
}

.settings-window {
  position: absolute;
  right: 28px;
  bottom: 58px;
  z-index: 5;
  display: grid;
  grid-template-columns: 150px 1fr;
  width: 600px;
  min-height: 300px;
  border: 1px solid rgba(200, 207, 218, 0.86);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(22px);
}

.settings-window aside,
.settings-preview aside {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 50px 14px 16px;
  border-right: 1px solid var(--line-soft);
  background: rgba(246, 247, 249, 0.72);
}

.settings-window aside span,
.settings-preview aside span {
  display: block;
  padding: 8px 10px;
  border-radius: 7px;
  color: #30343a;
  font-size: 13px;
  font-weight: 640;
}

.settings-window aside .active,
.settings-preview aside .active {
  background: #e7eaee;
  color: #08090b;
}

.settings-content {
  padding: 28px 28px 22px;
}

.settings-content h2,
.settings-content p,
.settings-preview h3 {
  margin: 0;
}

.settings-content h2 {
  font-size: 22px;
  line-height: 1.1;
}

.settings-content p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.album-list {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.album-item {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-soft);
}

.album-item:last-child {
  border-bottom: 0;
}

.check {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--blue);
  box-shadow: inset 0 0 0 2px var(--blue);
}

.check::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  margin: 4px 0 0 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.check.empty {
  background: #fff;
  box-shadow: inset 0 0 0 1px #c9cfd8;
}

.check.empty::after {
  display: none;
}

.thumb-strip {
  display: flex;
  gap: 5px;
}

.thumb-strip i,
.photo-grid i,
.floating-photo,
.download-photos i {
  display: block;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #78b7ff, #f6c65b 48%, #376d43);
  background-size: cover;
}

.thumb-strip i {
  width: 42px;
  height: 32px;
  border-radius: 6px;
}

.thumb-strip i:nth-child(2),
.photo-grid i:nth-child(2),
.download-photos i:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.14)),
    linear-gradient(135deg, #f2a78f, #a6d4ff 42%, #333e64);
}

.thumb-strip i:nth-child(3),
.photo-grid i:nth-child(3),
.download-photos i:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #ffe08a, #e76975 45%, #6749ad);
}

.thumb-strip.second i:nth-child(1),
.photo-grid i:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.16)),
    linear-gradient(135deg, #91d0b1, #f8ce69, #d1645d);
}

.thumb-strip.third i:nth-child(1),
.photo-grid i:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)),
    linear-gradient(135deg, #a7ceff, #eaf5ff 42%, #5a6d89);
}

.photo-grid i:nth-child(6) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.18)),
    linear-gradient(135deg, #ffd37c, #d97848 48%, #263b55);
}

.transfer-arc {
  position: absolute;
  left: 38px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 22px;
}

.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 17, 23, 0.18);
  position: relative;
}

.photos-icon::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: conic-gradient(#ea4335, #fbbc04, #fff475, #34a853, #46bdc6, #4285f4, #a142f4, #ea4335);
}

.photos-icon::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: #fff;
}

.google-icon::before,
.google-mark::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: conic-gradient(var(--red) 0 25%, var(--blue) 0 50%, #34a853 0 75%, var(--yellow) 0);
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.floating-photo {
  width: 62px;
  height: 48px;
  border: 4px solid #fff;
  border-radius: 9px;
  box-shadow: 0 12px 24px rgba(13, 17, 23, 0.18);
}

.photo-one {
  transform: rotate(-8deg) translateY(-16px);
}

.photo-two {
  transform: rotate(7deg) translateY(10px);
}

.photo-three {
  transform: rotate(-4deg) translateY(-8px);
}

.arc-line {
  width: 142px;
  height: 42px;
  border-top: 3px solid rgba(66, 133, 244, 0.28);
  border-radius: 50%;
}

.intro-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 54px max(24px, calc((100vw - 1240px) / 2));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-soft);
}

.intro-band h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.intro-band p {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.intro-band img {
  flex: 0 0 auto;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.section-heading {
  max-width: 760px;
}

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

.section-heading h2,
.feature-copy h2,
.privacy-copy h2,
.license-copy h2,
.download h2,
.legal-page h1 {
  margin: 0;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p,
.privacy-copy p,
.license-copy p,
.download p,
.legal-page .lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.workflow-rail {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(170px, 1fr) 36px minmax(150px, 0.8fr) minmax(180px, 0.85fr) minmax(180px, 0.9fr) 36px minmax(150px, 0.8fr) 120px;
  gap: 22px;
  align-items: center;
  margin-top: 62px;
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #111214;
  font-size: 13px;
  font-weight: 780;
}

.workflow-step h3 {
  margin: 14px 0 6px;
  font-size: 20px;
  line-height: 1.15;
}

.workflow-step p,
.feature-list p,
.trust-grid p,
.footer-brand p,
.footer-note p {
  margin: 0;
  color: var(--muted);
}

.mini-panel {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.album-panel {
  padding: 16px;
}

.panel-title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13px;
  font-weight: 760;
}

.album-panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  color: #25282d;
  font-size: 13px;
  font-weight: 640;
}

.album-panel input {
  width: 14px;
  height: 14px;
  accent-color: #111214;
}

.album-panel .nested {
  padding-left: 20px;
}

.rail-arrow {
  width: 36px;
  height: 18px;
  position: relative;
}

.rail-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  border-top: 2px solid #8c949f;
}

.rail-arrow::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 2px solid #8c949f;
  border-right: 2px solid #8c949f;
  transform: rotate(45deg);
}

.folder-stack {
  display: grid;
  gap: 12px;
}

.folder-stack div {
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(13, 17, 23, 0.08);
  font-size: 14px;
  font-weight: 680;
}

.folder-stack div:nth-child(2) {
  margin-left: 28px;
}

.folder-stack div:nth-child(3) {
  margin-left: 56px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.photo-grid i {
  aspect-ratio: 1;
  border-radius: 10px;
}

.google-mark {
  width: 82px;
  height: 82px;
  position: relative;
}

.features {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 76px;
  align-items: center;
  width: 100%;
  padding-left: max(24px, calc((100vw - 1240px) / 2));
  padding-right: max(24px, calc((100vw - 1240px) / 2));
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.settings-preview {
  overflow: hidden;
  border: 1px solid #cfd5dd;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.window-controls {
  display: flex;
  gap: 8px;
  height: 38px;
  align-items: center;
  padding-left: 18px;
  border-bottom: 1px solid var(--line-soft);
}

.preview-body {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 380px;
}

.settings-preview aside {
  padding-top: 20px;
}

.settings-preview aside b {
  display: block;
  margin-bottom: 14px;
  padding: 0 10px;
  font-size: 13px;
}

.preview-body > div:last-child {
  padding: 28px;
}

.direction-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 16px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  color: #25282d;
  font-size: 14px;
  font-weight: 690;
}

.direction-row svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #707783;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.photos-mini,
.google-mini {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: conic-gradient(#ea4335, #fbbc04, #fff475, #34a853, #46bdc6, #4285f4, #a142f4, #ea4335);
}

.google-mini {
  background: conic-gradient(var(--red) 0 25%, var(--blue) 0 50%, #34a853 0 75%, var(--yellow) 0);
}

.setting-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}

.setting-line strong {
  display: block;
  font-size: 14px;
}

.toggle {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #111214;
}

.toggle::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

.feature-copy h2 {
  max-width: 560px;
}

.feature-list {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
}

.feature-list svg,
.trust-grid svg,
.footer-note svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 13px;
  background: #eceff3;
  fill: none;
  stroke: #121417;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-list h3,
.trust-grid h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.15;
}

.privacy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(520px, 1.05fr);
  gap: 64px;
  align-items: start;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.trust-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.trust-grid svg {
  margin-bottom: 24px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
  stroke: #0b0c0f;
}

.trust-grid article:nth-child(1) svg,
.trust-grid article:nth-child(3) svg {
  stroke: var(--green);
}

.security-preview {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  margin-top: -22px;
}

.keychain-card,
.upload-card {
  min-width: 280px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.keychain-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.keychain-card svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #111214;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.keychain-card strong,
.keychain-card span {
  display: block;
}

.keychain-card span {
  color: var(--muted);
  font-size: 13px;
}

.upload-card {
  padding: 18px;
}

.upload-card .progress-track {
  margin: 12px 0 7px;
}

.license {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(500px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.license-copy {
  max-width: 560px;
}

.license-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 252, 0.96)),
    #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.license-card-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 34px 36px 28px;
  border-bottom: 1px solid var(--line-soft);
}

.license-card h3,
.license-card p {
  margin: 0;
}

.license-card h3 {
  font-size: 28px;
  line-height: 1.1;
}

.license-card-head p {
  max-width: 360px;
  margin-top: 8px;
  color: var(--muted);
}

.license-price {
  min-width: 136px;
  text-align: right;
}

.license-price strong,
.license-price span {
  display: block;
}

.license-price strong {
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: 0;
}

.license-price span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.license-features {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 30px 36px 32px;
  list-style: none;
}

.license-features li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: #202329;
  font-weight: 650;
}

.license-features svg {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.license-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 0 36px 36px;
}

.license-actions p {
  color: var(--muted);
  font-size: 14px;
}

.download {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 52px;
  width: min(1320px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 48px 72px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 251, 252, 0.92)),
    var(--bg-soft);
  box-shadow: 0 18px 44px rgba(13, 17, 23, 0.06);
}

.download h2 {
  max-width: 640px;
  font-size: clamp(34px, 3vw, 48px);
}

.download p {
  max-width: 620px;
  font-size: 18px;
}

.download-photos {
  position: relative;
  width: 260px;
  height: 134px;
}

.download-photos i {
  position: absolute;
  width: 116px;
  height: 96px;
  border: 5px solid #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.download-photos i:nth-child(1) {
  left: 0;
  top: 24px;
  transform: rotate(-8deg);
}

.download-photos i:nth-child(2) {
  left: 68px;
  top: 8px;
  z-index: 2;
}

.download-photos i:nth-child(3) {
  right: 0;
  top: 28px;
  transform: rotate(7deg);
}

.faq {
  padding-top: 76px;
}

.faq-list {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

details {
  border-bottom: 1px solid var(--line-soft);
  background: #fff;
}

details:last-child {
  border-bottom: 0;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #17191d;
  border-bottom: 2px solid #17191d;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

details[open] summary::after {
  transform: rotate(225deg);
}

details p {
  max-width: 760px;
  margin: -4px 22px 20px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.7fr 0.8fr 0.8fr 1.35fr;
  gap: 48px;
  margin-top: 8px;
  padding: 54px max(24px, calc((100vw - 1240px) / 2)) 28px;
  border-top: 1px solid var(--line-soft);
  background: var(--bg-subtle);
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 13px;
  color: #202329;
}

.site-footer a {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 620;
}

.footer-brand p {
  max-width: 280px;
  margin-top: 16px;
}

.footer-brand .legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: none;
  font-size: 14px;
  font-weight: 680;
}

.footer-brand .legal-footer-links a {
  margin-top: 0;
}

.footer-note {
  display: flex;
  gap: 16px;
}

.footer-note svg {
  flex: 0 0 auto;
  background: #fff;
}

.site-footer small {
  grid-column: 1 / -1;
  color: var(--muted-2);
  font-size: 13px;
}

.plain-page {
  background: #fff;
}

.legal-page {
  width: min(860px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 96px 0 80px;
}

.legal-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 780;
  text-transform: uppercase;
}

.legal-page h1 {
  max-width: 720px;
}

.legal-updated {
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 680;
}

.legal-page section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line-soft);
}

.legal-page section:first-of-type {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-soft);
}

.legal-page h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.legal-page h3 {
  margin: 26px 0 8px;
  font-size: 18px;
}

.legal-page p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 18px;
}

.legal-page p:last-child {
  margin-bottom: 0;
}

.legal-page a {
  color: var(--blue);
  font-weight: 680;
}

.legal-page ul {
  display: grid;
  gap: 11px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 17px;
}

.legal-page li::marker {
  color: var(--blue);
}

.legal-page code {
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--line-soft);
  color: #202329;
  font-size: 0.9em;
}

.purchase-success-page {
  padding-top: 108px;
}

.purchase-success-card li {
  font-weight: 680;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.success-actions .button {
  min-width: 190px;
}

.download-page {
  padding-top: 108px;
}

.download-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
}

.download-card img {
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.download-card h2 {
  margin-bottom: 8px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.download-actions .button {
  min-width: 180px;
}

.download-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 680;
}

.download-steps {
  counter-reset: download-step;
  list-style: none;
  padding-left: 0;
}

.download-steps li {
  counter-increment: download-step;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.download-steps li::before {
  content: counter(download-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 780;
}

.buy-page {
  padding-top: 108px;
}

.buy-card {
  display: grid;
  gap: 28px;
}

.buy-card-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.buy-card-main img {
  border-radius: 19px;
  box-shadow: var(--shadow-soft);
}

.buy-card-main h2,
.buy-card-main p {
  margin: 0;
}

.buy-card-main p {
  margin-top: 7px;
}

.buy-price {
  text-align: right;
}

.buy-price strong {
  display: block;
  font-size: 46px;
  line-height: 0.95;
}

.buy-price span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.buy-features {
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}

.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.buy-actions .button {
  min-width: 190px;
}

.support-body {
  background:
    radial-gradient(circle at 8% 18%, rgba(66, 133, 244, 0.13), transparent 28%),
    radial-gradient(circle at 92% 22%, rgba(52, 168, 83, 0.12), transparent 26%),
    #fff;
}

.support-shell {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 64px 0 88px;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(500px, 1fr);
  gap: 44px;
  align-items: start;
}

.support-copy {
  position: sticky;
  top: 112px;
  padding-top: 16px;
}

.support-copy h1 {
  max-width: 460px;
  margin: 0;
  color: var(--text);
  font-size: clamp(50px, 4.4vw, 68px);
  line-height: 0.98;
  font-weight: 820;
}

.support-copy p {
  max-width: 460px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.support-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.support-topics span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(66, 133, 244, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #2f3948;
  font-size: 14px;
  font-weight: 720;
  box-shadow: 0 8px 20px rgba(13, 17, 23, 0.05);
}

.support-card {
  padding: 34px;
  border: 1px solid rgba(209, 216, 225, 0.92);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(66, 133, 244, 0.16), transparent 36%);
  box-shadow: 0 24px 70px rgba(13, 17, 23, 0.11);
}

.support-card-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-soft);
}

.support-card-head img {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(13, 17, 23, 0.12);
}

.support-card-head h2,
.support-card-head p {
  margin: 0;
}

.support-card-head h2 {
  font-size: 26px;
  line-height: 1.1;
}

.support-card-head p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 15px;
}

.support-form {
  display: grid;
  gap: 20px;
}

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

.support-form .field-group {
  display: grid;
  gap: 8px;
}

.support-form .field-group span {
  color: #202329;
  font-size: 15px;
  font-weight: 760;
}

.support-form .field-group input,
.support-form .field-group textarea {
  display: block;
  width: 100%;
  border: 1px solid #d7dde5;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font-size: 17px;
  outline: none;
  box-shadow: 0 1px 0 rgba(13, 17, 23, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.support-form .field-group input {
  min-height: 52px;
  padding: 0 15px;
}

.support-form .field-group textarea {
  min-height: 190px;
  padding: 13px 15px;
  resize: vertical;
}

.support-form .field-group input:focus,
.support-form .field-group textarea:focus {
  border-color: rgba(66, 133, 244, 0.72);
  box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.14);
}

.support-form .honeypot-field {
  display: none;
}

.support-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.support-note a {
  color: var(--blue);
  font-weight: 720;
}

.support-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 14px;
  margin-top: 4px;
}

.support-actions .button {
  width: 100%;
  min-width: 0;
  border: 0;
  cursor: pointer;
}

.support-actions .button:disabled {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

.support-status {
  min-height: 28px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 680;
}

.support-status.success {
  color: var(--green);
}

.support-status.error {
  color: var(--red);
}

.privacy-table {
  width: 100%;
  margin: 20px 0 6px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  font-size: 15px;
}

.privacy-table th,
.privacy-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
}

.privacy-table th {
  background: var(--bg-soft);
  color: var(--text);
  font-weight: 760;
}

.privacy-table td {
  color: var(--muted);
}

.privacy-table tr:last-child td {
  border-bottom: 0;
}

.compact-footer {
  grid-template-columns: 1fr;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-visual {
    min-height: 620px;
  }

  .mac-frame {
    left: 0;
    right: auto;
    width: min(760px, 100%);
  }

  .workflow-rail {
    grid-template-columns: 1fr;
  }

  .rail-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .folder-stack div:nth-child(2),
  .folder-stack div:nth-child(3) {
    margin-left: 0;
  }

  .features,
  .privacy,
  .license,
  .download,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .support-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .support-copy {
    position: static;
    padding-top: 0;
  }

  .download {
    align-items: start;
    padding: 42px;
  }

  .security-preview {
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(1240px, calc(100vw - 32px));
  }

  .site-header {
    min-height: 66px;
    padding: 12px 16px;
  }

  .brand {
    font-size: 18px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  main,
  .site-header,
  .site-footer {
    overflow-x: clip;
  }

  .section-pad,
  .hero,
  .workflow,
  .faq {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .hero-copy,
  .hero h1,
  .hero p {
    max-width: 340px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: clamp(36px, 10vw, 40px);
    line-height: 1.02;
  }

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

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .section-pad {
    padding: 58px 0;
  }

  .hero {
    padding-top: 42px;
    gap: 36px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hero p {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 548px;
  }

  .mac-frame {
    width: 720px;
    left: 50%;
    transform: translateX(-50%) scale(0.74);
    transform-origin: left top;
  }

  .menu-word {
    display: none;
  }

  .settings-window {
    right: 22px;
    width: 560px;
  }

  .transfer-arc {
    left: 22px;
    gap: 12px;
  }

  .arc-line {
    width: 80px;
  }

  .intro-band {
    display: block;
    padding: 40px 16px;
  }

  .intro-band img {
    margin-top: 22px;
    width: 44px;
    height: 44px;
  }

  .intro-band h2,
  .intro-band p,
  .section-heading,
  .section-heading h2,
  .section-heading p,
  .feature-copy,
  .feature-copy h2,
  .privacy-copy,
  .privacy-copy h2,
  .license-copy,
  .license-copy h2,
  .license-copy p,
  .download h2,
  .download p {
    max-width: 340px;
  }

  .section-heading h2,
  .feature-copy h2,
  .license-copy h2,
  .privacy-copy h2,
  .legal-page h1 {
    font-size: 34px;
  }

  .features {
    gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .settings-preview aside {
    display: none;
  }

  .direction-row {
    flex-wrap: wrap;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .security-preview {
    flex-direction: column;
  }

  .keychain-card,
  .upload-card {
    min-width: 0;
  }

  .license {
    gap: 34px;
  }

  .license-card-head,
  .license-actions {
    grid-template-columns: 1fr;
  }

  .license-card-head,
  .license-features,
  .license-actions {
    padding-left: 24px;
    padding-right: 24px;
  }

  .license-price {
    text-align: left;
  }

  .download {
    width: calc(100vw - 32px);
    padding: 28px;
    gap: 24px;
  }

  .download-photos {
    width: 210px;
    height: 118px;
  }

  .download-photos i {
    width: 96px;
    height: 82px;
  }

  summary {
    padding: 0 16px;
  }

  details p {
    margin-left: 16px;
    margin-right: 16px;
  }

  .site-footer {
    gap: 30px;
    padding: 42px 16px 28px;
  }

  .legal-page {
    width: calc(100vw - 32px);
    padding: 64px 0;
  }

  .legal-page section:first-of-type {
    padding: 22px;
  }

  .purchase-success-page {
    padding-top: 72px;
  }

  .success-actions .button {
    width: 100%;
  }

  .download-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .download-page {
    padding-top: 72px;
  }

  .download-actions .button {
    width: 100%;
  }

  .buy-page {
    padding-top: 72px;
  }

  .buy-card-main {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .buy-price {
    text-align: left;
  }

  .buy-actions .button {
    width: 100%;
  }

  .support-shell {
    width: calc(100vw - 32px);
    padding: 64px 0;
  }

  .support-copy h1 {
    max-width: 340px;
    font-size: 42px;
    line-height: 1.02;
  }

  .support-copy p {
    max-width: 340px;
    font-size: 17px;
  }

  .support-card {
    padding: 22px;
    border-radius: 18px;
  }

  .support-form .form-grid,
  .support-actions {
    grid-template-columns: 1fr;
  }

  .support-actions .button {
    width: 100%;
  }

  .legal-page p,
  .legal-page ul {
    font-size: 16px;
  }

  .privacy-table,
  .privacy-table thead,
  .privacy-table tbody,
  .privacy-table tr,
  .privacy-table th,
  .privacy-table td {
    display: block;
  }

  .privacy-table thead {
    display: none;
  }

  .privacy-table tr {
    border-bottom: 1px solid var(--line);
  }

  .privacy-table tr:last-child {
    border-bottom: 0;
  }

  .privacy-table td {
    border-bottom: 0;
  }

  .privacy-table td:first-child {
    padding-bottom: 4px;
    color: var(--text);
    font-weight: 760;
  }

  .privacy-table td:last-child {
    padding-top: 4px;
  }
}

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