:root {
  --ink: #172019;
  --muted: #667067;
  --cream: #f6f7f2;
  --paper: #ffffff;
  --green: #39b85a;
  --green-dark: #176f34;
  --green-soft: #dff3e4;
  --line: rgba(23, 32, 25, 0.11);
  --shadow: 0 28px 80px rgba(25, 61, 34, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 10%, rgba(80, 201, 112, 0.13), transparent 25rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.6px;
}

.brand img { border-radius: 10px; box-shadow: 0 7px 18px rgba(36, 133, 59, 0.2); }

.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: #465047; text-decoration: none; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--green-dark); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: grid;
  place-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 17px; height: 1.5px; border-radius: 2px; background: var(--ink); }
.mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 17px;
  display: grid;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(23, 32, 25, 0.14);
}
.mobile-menu nav a { padding: 13px 14px; border-radius: 10px; text-decoration: none; font-size: 14px; }
.mobile-menu nav a:hover, .mobile-menu nav a:focus-visible { background: var(--green-soft); outline: none; }

.status-pill {
  padding: 10px 16px;
  border: 1px solid rgba(23, 111, 52, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 74px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 52px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.eyebrow span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(57, 184, 90, 0.12);
}

h1 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.07em;
  font-weight: 760;
}

h1 em { color: var(--green-dark); font-style: normal; }

.hero-summary {
  max-width: 550px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

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

.button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 720;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, .desktop-nav a:focus-visible, .brand:focus-visible { outline: 3px solid rgba(57, 184, 90, 0.28); outline-offset: 3px; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 24px rgba(23, 32, 25, 0.18); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(23, 32, 25, 0.24); }
.button-secondary { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.7); }

.trust-list {
  margin: 23px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  color: #5d675f;
  list-style: none;
  font-size: 13px;
}

.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green-dark); font-weight: 800; }

.product-stage {
  position: relative;
  min-height: 610px;
  margin: 0;
  display: grid;
  place-items: center;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 28px 0 18px 52px;
  border-radius: 48% 52% 44% 56%;
  background: linear-gradient(145deg, #d7efdd, #edf5e8);
  transform: rotate(-4deg);
}

.real-app-shot {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 25, 0.14);
  background: white;
  box-shadow: var(--shadow);
}

.real-app-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.desktop-shot {
  left: -8px;
  top: 78px;
  width: 545px;
  border-radius: 18px;
  transform: rotate(-1.5deg);
}

.mobile-shot {
  z-index: 3;
  right: 0;
  bottom: 20px;
  width: 205px;
  border: 7px solid #202823;
  border-radius: 37px;
  box-shadow: 0 24px 56px rgba(25, 52, 32, 0.24);
  transform: rotate(2.5deg);
}

.preview-anchor {
  min-height: 140px;
  padding: 50px 24px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  text-align: center;
  font-size: clamp(18px, 3vw, 28px);
  letter-spacing: 0.08em;
}
.preview-anchor p { margin: 0; }
.placeholder-section { min-height: 1px; }

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0;
}

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.section-kicker { margin: 0 0 17px; color: var(--green-dark); font-size: 13px; font-weight: 780; letter-spacing: 0.08em; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; letter-spacing: -0.055em; }
h3 { margin: 0; }

.difference { padding-top: 148px; }
.feature-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.signature-card { min-height: 475px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 255, 255, 0.72); overflow: hidden; }
.signature-card:nth-child(2) { background: #203127; color: white; }
.signature-card:nth-child(2) > p:last-child { color: #b8c4bb; }
.card-visual { position: relative; height: 205px; margin-bottom: 30px; border-radius: 21px; overflow: hidden; background: #eaf4e9; }
.card-number { margin: 0 0 15px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.signature-card:nth-child(2) .card-number { color: #8fd6a1; }
.signature-card h3 { font-size: 24px; line-height: 1.28; letter-spacing: -0.025em; }
.signature-card > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.discovery-visual { display: grid; place-items: center; }
.radar-ring { position: absolute; border: 1px solid rgba(39, 139, 65, 0.27); border-radius: 50%; }
.ring-one { width: 120px; height: 120px; }
.ring-two { width: 190px; height: 190px; }
.radar-center { position: relative; z-index: 2; width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: var(--green); color: white; box-shadow: 0 15px 30px rgba(39, 139, 65, 0.24); font-size: 22px; font-weight: 800; }
.radar-dot { position: absolute; z-index: 2; width: 15px; height: 15px; border: 4px solid white; border-radius: 50%; background: #4a84e8; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12); }
.dot-one { left: 55px; top: 48px; }
.dot-two { right: 38px; bottom: 50px; background: #9963d8; }
.resume-visual { display: grid; place-items: center; background: #2a4031; }
.file-stack { position: absolute; top: 45px; display: flex; gap: 8px; }
.file-stack span { width: 38px; height: 48px; border-radius: 8px; background: #f4fbf5; opacity: 0.96; box-shadow: -7px 7px 0 rgba(92, 166, 109, 0.18); }
.file-stack span:nth-child(2) { transform: translateY(-8px); }
.progress-track { position: absolute; left: 30px; right: 30px; bottom: 48px; height: 8px; border-radius: 10px; background: rgba(255, 255, 255, 0.15); overflow: hidden; }
.progress-track span { display: block; width: 68%; height: 100%; border-radius: inherit; background: #6bd382; }
.resume-visual > b { position: absolute; right: 31px; bottom: 65px; color: #d9f5df; font-size: 10px; }
.verify-visual { padding: 28px; display: flex; align-items: center; justify-content: center; gap: 16px; background: linear-gradient(145deg, #e5f5e9, #f3f8ed); }
.verify-seal { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: var(--green); color: white; box-shadow: 0 14px 30px rgba(44, 151, 70, 0.25); font-size: 32px; font-weight: 800; }
.verify-visual b, .verify-visual small { display: block; }
.verify-visual b { color: var(--green-dark); font-size: 22px; }
.verify-visual small { margin-top: 6px; color: #6d7e70; font-size: 11px; }

.privacy-band {
  min-height: 730px;
  padding: 100px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 80px;
  color: white;
  background: #18221b;
  overflow: hidden;
}
.privacy-copy h2 { color: white; }
.privacy-copy > p:nth-of-type(2) { max-width: 570px; margin: 26px 0 0; color: #b7c3ba; font-size: 17px; line-height: 1.8; }
.privacy-copy .section-kicker { color: #8ed29f; }
.text-link { margin-top: 30px; display: inline-flex; gap: 10px; color: white; font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.privacy-flow-card { padding: 30px; border: 1px solid rgba(167, 211, 177, 0.18); border-radius: 30px; background: linear-gradient(145deg, rgba(68, 102, 76, 0.36), rgba(25, 37, 29, 0.76)); box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22); }
.flow-label { margin: 0 0 28px; color: #9fd9ac; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.local-flow { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.flow-node { display: grid; justify-items: center; gap: 10px; color: #f3f8f4; font-size: 12px; }
.flow-node span { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: #ecf8ee; color: #226d34; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2); font-size: 20px; font-weight: 850; }
.flow-route { position: relative; height: 46px; display: grid; place-items: center; }
.flow-route i { width: 100%; height: 1px; background: linear-gradient(90deg, #78d18e, #c7efd0, #78d18e); }
.flow-route i::after { content: "›"; position: absolute; right: -1px; top: 7px; color: #9ce1ac; font-size: 25px; font-style: normal; }
.flow-route small { position: absolute; top: 0; padding: 0 8px; background: #26372b; color: #bce7c6; font-size: 10px; }
.cloud-bypass { margin-top: 28px; padding: 17px 18px; border: 1px dashed rgba(255, 255, 255, 0.17); border-radius: 16px; display: flex; justify-content: space-between; gap: 20px; color: #aeb9b0; font-size: 12px; }
.cloud-bypass b { color: #e5eee7; text-align: right; }
.privacy-facts { margin: 24px 0 0; padding: 0; display: grid; list-style: none; }
.privacy-facts li { padding: 13px 2px; border-top: 1px solid rgba(255, 255, 255, 0.09); display: flex; justify-content: space-between; gap: 20px; color: #aeb9b0; font-size: 12px; }
.privacy-facts b { color: #8ed29f; }
.privacy-promises { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.privacy-promises span { padding: 13px 14px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 13px; color: #dce7de; background: rgba(255, 255, 255, 0.04); font-size: 12px; }
.privacy-promises span::before { content: "✓"; margin-right: 8px; color: #78d18e; font-weight: 900; }
.privacy-caveat { margin-top: 22px; padding: 18px 20px; border-left: 3px solid #d9ab59; border-radius: 0 14px 14px 0; background: rgba(217, 171, 89, 0.08); }
.privacy-caveat strong { color: #f3e2c2; font-size: 12px; }
.privacy-caveat p { margin: 8px 0 0; color: #bfc5bd; font-size: 12px; line-height: 1.7; }

.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 0.55fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 5px !important; }
.steps-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; counter-reset: steps; }
.steps-list li { position: relative; min-height: 320px; padding: 30px 34px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-list li + li { border-left: 1px solid var(--line); }
.step-index { color: #8d968f; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.step-icon { width: 70px; height: 70px; margin: 42px 0 32px; border-radius: 22px; display: grid; place-items: center; background: var(--green-soft); color: var(--green-dark); }
.step-icon i { font-size: 27px; font-style: normal; }
.device-icon { background: #e7effa; color: #4777b1; }
.done-icon { background: #efe8f7; color: #7955a0; }
.steps-list h3 { font-size: 23px; letter-spacing: -0.025em; }
.steps-list p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.feature-overview { border-top: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-grid article { min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.58); }
.feature-grid article > span { width: 45px; height: 45px; margin-bottom: 34px; border-radius: 14px; display: grid; place-items: center; background: #e4f3e7; color: var(--green-dark); font-size: 19px; font-weight: 800; }
.feature-grid article:nth-child(4n + 2) > span { color: #476fa9; background: #e8eff8; }
.feature-grid article:nth-child(4n + 3) > span { color: #885aab; background: #f0e9f5; }
.feature-grid article:nth-child(4n + 4) > span { color: #b25e36; background: #f7ece5; }
.feature-grid h3 { font-size: 17px; }
.feature-grid p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.platform-section { padding-top: 92px; }
.download-switcher { max-width: 820px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: rgba(255, 255, 255, 0.7); box-shadow: 0 20px 60px rgba(39, 72, 46, 0.07); }
.download-tabs { min-height: 76px; padding: 0 24px; display: flex; align-items: center; justify-content: center; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--line); background: rgba(242, 244, 240, 0.82); }
.download-tabs::-webkit-scrollbar { display: none; }
.download-tabs > span { flex: 0 0 auto; color: #bdc4bd; font-size: 15px; }
.download-tab { min-height: 48px; padding: 0 20px; flex: 0 0 auto; border: 0; border-radius: 14px; color: #727872; background: transparent; font: inherit; font-size: 16px; font-weight: 720; cursor: pointer; transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
.download-tab:hover { color: var(--ink); }
.download-tab.is-active { color: var(--green-dark); background: #fff; box-shadow: 0 3px 12px rgba(40, 66, 45, 0.1); }
.download-tab:focus-visible { outline: 3px solid rgba(66, 151, 87, 0.34); outline-offset: -3px; }
.download-panels { min-height: 306px; }
.download-panel { min-height: 306px; padding: 45px 30px 40px; display: grid; place-items: center; align-content: center; text-align: center; }
.js .download-panel:not(.is-active) { display: none; }
.download-platform-meta { display: grid; gap: 7px; }
.download-platform-meta strong { color: var(--ink); font-size: 21px; letter-spacing: -0.02em; }
.download-platform-meta span { color: var(--muted); font-size: 13px; }
.store-badge { margin-top: 26px; border: 0; color: #fff; background: #171817; cursor: default; opacity: 1; }
.store-badge { min-width: 226px; min-height: 72px; padding: 10px 20px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; text-align: left; }
.store-badge svg { width: 28px; height: 34px; flex: 0 0 auto; fill: currentColor; }
.store-badge .play-mark { width: 32px; }
.store-badge .play-blue { fill: #43a5ec; }
.store-badge .play-green { fill: #4ac16b; }
.store-badge .play-yellow { fill: #ffd04a; }
.store-badge .play-red { fill: #f45b5b; }
.store-badge span { display: grid; gap: 1px; }
.store-badge small { font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.store-badge strong { font-size: 24px; line-height: 1; letter-spacing: -0.025em; }
.package-downloads { margin-top: 18px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.package-downloads > span { color: #c2c8c2; font-size: 12px; }
.package-downloads button { padding: 5px 2px; border: 0; color: var(--green-dark); background: transparent; font: inherit; font-size: 13px; font-weight: 720; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; cursor: default; opacity: 1; }
.package-downloads-primary { margin-top: 28px; gap: 10px; }
.package-downloads-primary button { min-height: 52px; padding: 0 20px; border-radius: 14px; color: #fff; background: #171817; text-decoration: none; }
.package-downloads-primary button span { margin-right: 5px; font-size: 18px; }
.package-downloads-primary > span { color: #afb6b0; }
.download-status { margin: 14px 0 0; color: #858c86; font-size: 12px; }
.availability-note { margin: 24px 0 0; color: #808882; font-size: 12px; text-align: center; }

.faq-section { border-top: 1px solid var(--line); }
.compact-heading { max-width: 650px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 27px 4px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 19px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-dark); font-size: 25px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 810px; margin: -5px 0 0; padding: 0 4px 29px; color: var(--muted); font-size: 15px; line-height: 1.8; }

.privacy-brief { border-top: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px 76px; }
.privacy-brief-copy > p:nth-of-type(2) { max-width: 470px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.privacy-brief .text-link { margin-top: 24px; color: var(--green-dark); }
.privacy-update { margin: 18px 0 0; color: #858d86; font-size: 11px; }
.privacy-brief-list { margin: 0; align-self: end; }
.privacy-brief-list > div { padding: 18px 2px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 130px 1fr; gap: 22px; }
.privacy-brief-list > div:last-child { border-bottom: 1px solid var(--line); }
.privacy-brief-list dt { color: var(--ink); font-size: 13px; font-weight: 780; }
.privacy-brief-list dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.privacy-brief-note { grid-column: 1 / -1; margin: 8px 0 0; padding: 16px 18px; border-radius: 14px; color: #6e695d; background: #f5f0e5; font-size: 12px; line-height: 1.7; }
.privacy-brief-note strong { color: #655d4d; }
.privacy-contact { grid-column: 1 / -1; padding: 20px 2px 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.privacy-contact span { color: var(--muted); font-size: 12px; }
.privacy-contact a { color: var(--green-dark); font-size: 14px; font-weight: 760; text-underline-offset: 4px; }

.closing-cta { min-height: 570px; padding: 100px 24px; display: grid; place-items: center; align-content: center; text-align: center; color: white; background: var(--green-dark); }
.closing-cta img { border-radius: 20px; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.19); }
.closing-cta .section-kicker { margin-top: 26px; color: #b9eac5; }
.closing-cta h2 { max-width: 800px; }
.closing-cta > p:not(.section-kicker) { margin: 22px 0 0; color: #c9e9d0; font-size: 17px; }
.button-light { margin-top: 34px; background: white; color: var(--green-dark); }

.site-footer { width: min(1180px, calc(100% - 48px)); min-height: 210px; margin: 0 auto; padding: 56px 0; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; }
.footer-brand p { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a, .back-link { color: #576159; text-decoration: none; font-size: 13px; }
.site-footer nav a:hover, .back-link:hover { color: var(--green-dark); }
.copyright { margin: 0; color: #7b847d; font-size: 12px; }

.legal-page { background: var(--cream); }
.legal-header { border-bottom: 1px solid var(--line); }
.back-link { display: inline-flex; align-items: center; gap: 8px; }
.legal-main { width: min(920px, calc(100% - 48px)); margin: 0 auto; }
.legal-hero { padding: 110px 0 80px; }
.legal-hero h1 { max-width: 820px; }
.legal-hero > p:nth-of-type(2) { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.legal-hero .update-date { margin-top: 28px; color: #899189; font-size: 12px; }
.privacy-summary { margin: 0 0 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.privacy-summary article { min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.56); }
.privacy-summary span, .privacy-summary strong, .privacy-summary p { display: block; }
.privacy-summary span { color: #788179; font-size: 11px; }
.privacy-summary strong { margin-top: 23px; color: var(--green-dark); font-size: 16px; }
.privacy-summary p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.legal-toc { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 28px; }
.legal-toc a { color: var(--green-dark); text-decoration: none; font-size: 13px; font-weight: 700; }
.legal-content { padding: 30px 0 120px; }
.legal-content > section { padding: 84px 0; border-bottom: 1px solid var(--line); }
.legal-index { margin: 0 0 16px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.legal-content h2 { font-size: clamp(32px, 4vw, 46px); }
.legal-content section > p:not(.legal-index) { margin: 24px 0 0; color: #525e54; font-size: 16px; line-height: 1.85; }
.legal-highlight { margin-top: 34px; padding: 28px; border-radius: 22px; background: #e5f3e8; }
.legal-highlight strong { font-size: 18px; }
.legal-highlight p { margin: 12px 0 0; color: #506054; font-size: 14px; line-height: 1.75; }
.neutral-highlight { background: #eef0e9; }
.data-table-wrap { margin-top: 38px; overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.58); }
.data-table-wrap:focus-visible { outline: 3px solid rgba(47, 143, 67, 0.34); outline-offset: 4px; }
.privacy-data-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.privacy-data-table th, .privacy-data-table td { padding: 19px 20px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; line-height: 1.65; }
.privacy-data-table thead th { color: #69736b; background: #eef3eb; font-size: 11px; letter-spacing: 0.04em; }
.privacy-data-table tbody th { width: 28%; color: #2f3a31; font-weight: 750; }
.privacy-data-table tbody td { color: var(--muted); }
.privacy-data-table tbody tr:last-child > * { border-bottom: 0; }
.policy-note { padding: 20px 22px; border-left: 3px solid var(--green); background: #edf6ee; }
.transfer-mode-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.transfer-mode-grid article { min-height: 280px; padding: 28px; border: 1px solid #cfe3d2; border-radius: 22px; display: flex; flex-direction: column; background: #edf7ef; }
.transfer-mode-grid article > span { color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.06em; }
.transfer-mode-grid h3 { margin-top: 22px; font-size: 24px; }
.transfer-mode-grid p { margin: 15px 0 24px; color: #566258; font-size: 14px; line-height: 1.75; }
.transfer-mode-grid b { margin-top: auto; color: #2f6f3c; font-size: 12px; }
.transfer-mode-grid .mode-warning { border-color: #ead9b9; background: #faf4e8; }
.transfer-mode-grid .mode-warning > span, .transfer-mode-grid .mode-warning b { color: #8c6120; }
.security-list { margin: 38px 0 0; }
.security-list > div { padding: 22px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 180px 1fr; gap: 30px; }
.security-list dt { font-weight: 760; }
.security-list dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-content ul { margin: 30px 0 0; padding-left: 1.25rem; display: grid; gap: 12px; color: #525e54; font-size: 15px; line-height: 1.75; }
.legal-contact { border: 0 !important; }
.legal-contact-card { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 24px; }
.legal-contact-card p { margin: 0; }
.legal-contact-card a { color: var(--green-dark); font-size: 18px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-footer { border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-summary { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .product-stage { width: min(650px, 100%); margin: 0 auto; }
  .feature-trio { grid-template-columns: 1fr; }
  .signature-card { min-height: 380px; display: grid; grid-template-columns: 0.8fr 1fr; column-gap: 30px; align-items: center; }
  .card-visual { height: 270px; grid-row: 1 / span 3; margin: 0; }
  .privacy-band { grid-template-columns: 1fr; gap: 30px; }
  .privacy-flow-card { width: min(620px, 100%); margin: 0 auto; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { min-height: auto; display: grid; grid-template-columns: 80px 1fr; column-gap: 24px; }
  .steps-list li + li { border-left: 0; border-top: 0; }
  .step-index { grid-column: 1; }
  .step-icon { grid-column: 1; grid-row: 2 / span 2; margin: 20px 0 0; }
  .steps-list h3 { grid-column: 2; grid-row: 2; margin-top: 20px; }
  .steps-list p { grid-column: 2; grid-row: 3; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr auto; }
  .copyright { grid-column: 1 / -1; }
  .privacy-summary { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .site-header { width: min(100% - 32px, 1180px); height: 76px; }
  .brand { font-size: 19px; }
  .brand img { width: 36px; height: 36px; }
  .status-pill { padding: 8px 12px; font-size: 12px; }
  .mobile-menu summary { width: 38px; height: 38px; }
  .hero { width: min(100% - 32px, 1180px); min-height: auto; padding: 54px 0 80px; gap: 30px; }
  h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-summary { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .product-stage { min-height: 445px; width: 100%; margin-bottom: 0; }
  .desktop-shot { left: -40px; top: 52px; width: 430px; }
  .mobile-shot { right: -2px; bottom: 12px; width: 150px; border-width: 5px; border-radius: 28px; }
  .section { width: min(100% - 32px, 1180px); padding: 88px 0; }
  .section-heading { margin-bottom: 38px; }
  .feature-trio { gap: 12px; }
  .signature-card { min-height: auto; padding: 22px; display: block; }
  .card-visual { height: 210px; margin-bottom: 25px; }
  .privacy-band { padding: 72px 16px; }
  .privacy-flow-card { padding: 22px; border-radius: 24px; }
  .flow-node span { width: 52px; height: 52px; border-radius: 16px; }
  .local-flow { gap: 12px; }
  .privacy-promises { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 16px; }
  .site-footer { width: min(100% - 32px, 1180px); grid-template-columns: 1fr; gap: 30px; }
  .site-footer nav { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
  .legal-main { width: min(100% - 32px, 920px); }
  .legal-hero { padding: 72px 0 52px; }
  .privacy-summary { grid-template-columns: 1fr 1fr; gap: 8px; }
  .privacy-summary article { min-height: 136px; padding: 18px; }
  .transfer-mode-grid { grid-template-columns: 1fr; }
  .security-list > div { grid-template-columns: 1fr; gap: 9px; }
  .legal-toc { gap: 18px; }
  .legal-footer { display: grid; }
  .legal-contact-card { grid-template-columns: 1fr; gap: 10px; }
}

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

/* Homepage V2: a quieter, product-first layout. */
body:not(.legal-page) {
  overflow-x: clip;
  background: var(--cream);
}

body:not(.legal-page) .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(23, 32, 25, 0.07);
  background: rgba(246, 247, 242, 0.86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body:not(.legal-page) .desktop-nav { gap: 30px; }
body:not(.legal-page) .desktop-nav a { font-size: 13px; }

.text-button:focus-visible,
.text-link:focus-visible,
.site-footer a:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid rgba(57, 184, 90, 0.3);
  outline-offset: 4px;
}

body:not(.legal-page) .hero {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  min-height: 720px;
  padding: 72px 0 92px;
  grid-template-columns: minmax(360px, 0.8fr) minmax(570px, 1.2fr);
  gap: 54px;
}

body:not(.legal-page) .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  right: 0;
  top: 40px;
  border-radius: 50%;
  background: rgba(57, 184, 90, 0.08);
  filter: blur(3px);
}

body:not(.legal-page) .hero-copy { position: relative; z-index: 3; }

body:not(.legal-page) h1 {
  max-width: 600px;
  font-size: clamp(58px, 6.2vw, 88px);
  line-height: 1.01;
  letter-spacing: -0.075em;
}

body:not(.legal-page) h1 em { color: var(--green-dark); }

body:not(.legal-page) .hero-summary {
  max-width: 510px;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.78;
}

body:not(.legal-page) .hero-actions {
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #435047;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.text-button span,
.text-link span { transition: transform 180ms ease; }
.text-button:hover span,
.text-link:hover span { transform: translateX(4px); }

.release-note {
  margin: 22px 0 0;
  color: #7a847c;
  font-size: 12px;
}

.release-note span {
  margin-right: 7px;
  color: var(--green);
  font-size: 9px;
}

body:not(.legal-page) .product-stage {
  min-height: 540px;
}

body:not(.legal-page) .product-stage::before {
  inset: 34px -20px 8px 54px;
  border-radius: 48% 52% 46% 54%;
  background: linear-gradient(145deg, #dbf0df, #eef4e9);
  transform: rotate(-3deg);
}

.shot {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 25, 0.13);
  background: white;
  box-shadow: 0 25px 64px rgba(25, 52, 32, 0.2);
}

.shot img { width: 100%; height: auto; display: block; }

body:not(.legal-page) .desktop-shot {
  width: min(690px, 96%);
  left: 0;
  top: 44px;
  border-radius: 19px;
  transform: rotate(-1.4deg);
}

body:not(.legal-page) .mobile-shot {
  z-index: 3;
  width: 198px;
  right: -10px;
  bottom: 8px;
  border: 7px solid #1f2922;
  border-radius: 35px;
  transform: rotate(2.2deg);
}

.promise-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.promise-strip p {
  margin: 0;
  padding: 4px 24px;
  display: grid;
  gap: 7px;
}

.promise-strip p + p { border-left: 1px solid var(--line); }
.promise-strip strong { color: #2a352c; font-size: 13px; }
.promise-strip span { color: #7a837c; font-size: 11px; line-height: 1.5; }

body:not(.legal-page) .section {
  width: min(1100px, calc(100% - 48px));
  padding: 116px 0;
}

body:not(.legal-page) .section-heading { margin-bottom: 48px; }
body:not(.legal-page) .section-heading > p:last-child { font-size: 16px; }
body:not(.legal-page) h2 { font-size: clamp(42px, 5.2vw, 66px); }

.centered-heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-heading > p:last-child { margin-right: auto !important; margin-left: auto !important; }

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

.reliable-grid article {
  min-height: 440px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.64);
}

.feature-mark {
  position: relative;
  height: 160px;
  margin-bottom: 30px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8f4e9;
}

.discovery-mark::before,
.discovery-mark::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(23, 111, 52, 0.2);
  border-radius: 50%;
}

.discovery-mark::before { width: 98px; height: 98px; }
.discovery-mark::after { width: 154px; height: 154px; }
.discovery-mark b { position: relative; z-index: 2; width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: white; background: var(--green); }
.discovery-mark span,
.discovery-mark i { position: absolute; z-index: 2; width: 11px; height: 11px; border: 3px solid white; border-radius: 50%; background: #4a84e8; box-shadow: 0 4px 10px rgba(23,32,25,.12); }
.discovery-mark span { left: 62px; top: 39px; }
.discovery-mark i { right: 48px; bottom: 37px; background: #9861c8; }

.resume-mark { background: #203127; }
.resume-mark span { width: calc(100% - 50px); height: 8px; border-radius: 99px; overflow: hidden; background: rgba(255,255,255,.13); }
.resume-mark span i { display: block; width: 68%; height: 100%; border-radius: inherit; background: #69d180; }
.resume-mark b { position: absolute; right: 25px; top: 54px; color: #b9e9c3; font-size: 11px; }

.verify-mark { gap: 10px; align-content: center; background: #edf5ea; }
.verify-mark span { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--green); box-shadow: 0 12px 24px rgba(57,184,90,.24); font-size: 28px; font-weight: 800; }
.verify-mark b { color: var(--green-dark); font-size: 12px; letter-spacing: .06em; }

.feature-number { margin: 0 0 12px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.reliable-grid h3 { font-size: 23px; letter-spacing: -.025em; }
.reliable-grid article > p:not(.feature-number) { margin: 16px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.reliable-grid small { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: #7b857d; font-size: 10px; line-height: 1.6; }

body:not(.legal-page) .how-it-works {
  width: min(1180px, calc(100% - 48px));
  border-top: 1px solid var(--line);
}

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

body:not(.legal-page) .steps-list {
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body:not(.legal-page) .steps-list li {
  min-height: 205px;
  padding: 30px;
  border: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-content: start;
  gap: 20px;
}

body:not(.legal-page) .steps-list li + li { border-left: 1px solid var(--line); }
body:not(.legal-page) .steps-list li > span { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; color: var(--green-dark); background: var(--green-soft); font-size: 12px; font-weight: 800; }
body:not(.legal-page) .steps-list h3 { margin-top: 6px; font-size: 20px; }
body:not(.legal-page) .steps-list p { margin: 14px 0 0; font-size: 13px; line-height: 1.7; }

.quiet-features {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.quiet-features span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #5f6b62;
  background: rgba(255,255,255,.5);
  font-size: 11px;
}

body:not(.legal-page) .privacy-band {
  min-height: auto;
  padding: 104px max(24px, calc((100vw - 1100px) / 2));
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
  background: #18221b;
}

body:not(.legal-page) .privacy-copy > p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

body:not(.legal-page) .text-link { margin-top: 26px; }

.privacy-facts-card {
  padding: 8px 30px 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}

.privacy-facts-card dl { margin: 0; }
.privacy-facts-card dl div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.09); display: grid; grid-template-columns: 125px 1fr; gap: 24px; }
.privacy-facts-card dt { color: #8ed29f; font-size: 11px; font-weight: 750; }
.privacy-facts-card dd { margin: 0; color: #edf5ef; font-size: 13px; line-height: 1.65; }
.privacy-facts-card dd span { margin: 0 6px; color: #78d18e; }
.privacy-facts-card aside { margin-top: 24px; padding: 18px; border-radius: 14px; background: rgba(217,171,89,.09); }
.privacy-facts-card aside strong { color: #f2dfbb; font-size: 12px; }
.privacy-facts-card aside p { margin: 8px 0 0; color: #bdc5be; font-size: 11px; line-height: 1.65; }

body:not(.legal-page) .platform-section { padding-bottom: 96px; }

body:not(.legal-page) .faq-section {
  width: min(880px, calc(100% - 48px));
  padding-top: 96px;
}

body:not(.legal-page) .faq-list summary { padding: 24px 2px; font-size: 17px; }
  body:not(.legal-page) .faq-list details > p { padding-bottom: 25px; font-size: 14px; }

body:not(.legal-page) .privacy-brief {
  width: min(880px, calc(100% - 48px));
  padding-top: 96px;
  padding-bottom: 96px;
}

body:not(.legal-page) .site-footer {
  min-height: 180px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  body:not(.legal-page) .site-header { padding-right: 24px; padding-left: 24px; }
  body:not(.legal-page) .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
  body:not(.legal-page) .hero-copy { text-align: center; }
  body:not(.legal-page) .hero-actions { justify-content: center; }
  body:not(.legal-page) .release-note { text-align: center; }
  body:not(.legal-page) .product-stage { width: min(700px, 100%); min-height: 555px; margin: 0 auto; }
  body:not(.legal-page) .desktop-shot { width: 92%; }
  body:not(.legal-page) .mobile-shot { right: 2%; }
  .promise-strip { grid-template-columns: 1fr 1fr; }
  .promise-strip p:nth-child(3) { border-left: 0; }
  .promise-strip p:nth-child(n+3) { padding-top: 20px; border-top: 1px solid var(--line); }
  .reliable-grid { grid-template-columns: 1fr; }
  .reliable-grid article { min-height: auto; display: grid; grid-template-columns: 210px 1fr; column-gap: 28px; }
  .feature-mark { height: 210px; margin: 0; grid-row: 1 / span 4; }
  .feature-number { margin-top: 5px; }
  body:not(.legal-page) .privacy-band { grid-template-columns: 1fr; gap: 42px; }
  .privacy-copy { max-width: 650px; }
  .privacy-brief { grid-template-columns: 1fr; gap: 36px; }
  .privacy-brief-copy > p:nth-of-type(2) { max-width: 650px; }
}

@media (max-width: 640px) {
  body:not(.legal-page) .site-header { height: 68px; padding-right: 16px; padding-left: 16px; }
  body:not(.legal-page) .hero { width: min(100% - 32px, 1180px); padding: 58px 0 70px; gap: 30px; }
  body:not(.legal-page) h1 { font-size: clamp(50px, 15.2vw, 67px); }
  body:not(.legal-page) .hero-summary { font-size: 15px; line-height: 1.75; }
  body:not(.legal-page) .hero-actions { gap: 17px; }
  body:not(.legal-page) .hero-actions .button { width: auto; min-height: 48px; padding: 0 18px; }
  .text-button { font-size: 13px; }
  body:not(.legal-page) .product-stage { min-height: 400px; }
  body:not(.legal-page) .product-stage::before { inset: 38px 0 0 10px; }
  body:not(.legal-page) .desktop-shot { width: calc(100% + 55px); left: -40px; top: 46px; border-radius: 13px; }
  body:not(.legal-page) .mobile-shot { width: 142px; right: -2px; bottom: 4px; border-width: 5px; border-radius: 28px; }
  .promise-strip { width: min(100% - 32px, 1180px); padding: 0; grid-template-columns: 1fr; }
  .promise-strip p { padding: 18px 4px; }
  .promise-strip p + p,
  .promise-strip p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .promise-strip p:nth-child(n+3) { padding-top: 18px; }
  body:not(.legal-page) .section { width: min(100% - 32px, 1100px); padding: 86px 0; }
  body:not(.legal-page) h2 { font-size: clamp(38px, 12vw, 52px); }
  body:not(.legal-page) .section-heading { margin-bottom: 34px; }
  .reliable-grid { gap: 11px; }
  .reliable-grid article { padding: 20px; display: block; }
  .feature-mark { height: 170px; margin-bottom: 25px; }
  body:not(.legal-page) .how-it-works { width: min(100% - 32px, 1180px); }
  body:not(.legal-page) .steps-list { grid-template-columns: 1fr; }
  body:not(.legal-page) .steps-list li { min-height: auto; padding: 24px 4px; }
  body:not(.legal-page) .steps-list li + li { border-top: 1px solid var(--line); border-left: 0; }
  body:not(.legal-page) .privacy-band { padding: 76px 16px; }
  .privacy-facts-card { padding: 4px 20px 20px; }
  .privacy-facts-card dl div { grid-template-columns: 1fr; gap: 7px; }
  .download-switcher { border-radius: 20px; }
  .download-tabs { min-height: 65px; padding: 0 6px; justify-content: center; }
  .download-tabs > span { font-size: 10px; }
  .download-tab { min-height: 44px; padding: 0 5px; font-size: 13px; }
  .download-panels, .download-panel { min-height: 280px; }
  .download-panel { padding: 38px 18px 34px; }
  .download-platform-meta strong { font-size: 19px; }
  .availability-note { max-width: 310px; margin-right: auto; margin-left: auto; line-height: 1.7; }
  body:not(.legal-page) .faq-section { width: min(100% - 32px, 880px); }
  body:not(.legal-page) .privacy-brief { width: min(100% - 32px, 880px); padding-top: 82px; padding-bottom: 82px; }
  .privacy-brief-list > div { grid-template-columns: 1fr; gap: 7px; }
  .privacy-brief-note { padding: 15px 16px; }
  .privacy-contact { align-items: flex-start; flex-direction: column; gap: 8px; }
  body:not(.legal-page) .site-footer { width: min(100% - 32px, 1180px); }
}
