/* OrbitalNote: quiet surfaces, purposeful motion, one common center. */
:root {
  color-scheme: dark;
  --bg: #101216;
  --surface: #16191e;
  --surface-raised: #1c2026;
  --line: #ffffff12;
  --text: #edf0f5;
  --muted: #a1a8b4;
  --dim: #818b9b;
  --blue: #94bdff;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p {
  color: var(--muted);
  line-height: 1.75;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h2 {
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -2px;
  line-height: 1.14;
}
h3 {
  letter-spacing: -0.7px;
}
::selection {
  background: #466998;
  color: white;
}
:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}
a:hover {
  color: white;
}
[hidden] {
  display: none !important;
}
.section-shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 12px;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 88px;
  max-width: 1440px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.55px;
  white-space: nowrap;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: 16px;
}
.site-header nav a {
  font-size: 13px;
  color: var(--muted);
}
.site-header nav a:hover {
  color: var(--text);
}
.nav-soon {
  font-size: 10px;
  color: var(--dim);
  margin-left: 3px;
}
.nav-github {
  margin-left: 12px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 15px 21px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.3;
  transition:
    background 0.2s,
    border-color 0.2s;
  white-space: nowrap;
}
.button span {
  font-size: 18px;
  font-weight: 400;
}
.button-small {
  font-size: 12px;
  padding: 10px 15px;
  background: #ffffff0b;
  gap: 18px;
}
.button-primary {
  background: #b9d3fa;
  color: #111b2a;
  border-color: #b9d3fa;
  box-shadow: 0 0 30px #82acff0a;
}
.button-primary:hover {
  background: #d7e6ff;
  border-color: #d7e6ff;
  color: #111b2a;
}
.button-outline:hover,
.button-small:hover {
  border-color: #ffffff40;
  background: #ffffff0a;
}
.text-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  color: var(--text);
  padding-block: 8px;
}
.text-link span {
  color: var(--blue);
  transition: transform 0.2s;
}
.text-link:hover span {
  transform: translate(2px, -2px);
}
.eyebrow,
.tiny-label {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--dim);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #95bff9;
  border-radius: 50%;
  box-shadow: 0 0 12px #94bfff66;
  flex-shrink: 0;
}
.hero {
  position: relative;
  padding-top: 93px;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 790px;
}
.hero h1 {
  font-size: clamp(62px, 7.3vw, 104px);
  line-height: 1.02;
  letter-spacing: -5.5px;
  margin: 27px 0 26px;
}
.hero h1 > span {
  color: #aeb8c8;
}
.hero-description {
  font-size: 17px;
  max-width: 600px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 31px;
}
.hero-facts {
  font-size: 11px;
  margin-top: 18px;
  color: var(--dim);
}
.hero-community {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin-top: 30px;
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff03;
  transition: background .2s, border-color .2s;
}
.community-icon {
  flex-shrink: 0;
  align-self: center;
  margin-left: auto;
  color: var(--blue);
}
.community-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.community-copy strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
}
.community-copy > span {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.hero-community:hover {
  background: #ffffff07;
  border-color: #94bdff40;
}
.hero-facts span {
  margin: 0 9px;
  color: #5a6575;
}
.orbit-art {
  position: absolute;
  right: -20px;
  top: 10px;
  width: 650px;
  height: 600px;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 35%,
    #000 85%,
    transparent
  );
  opacity: 0.8;
  background: radial-gradient(ellipse at 55% 55%, #6c9de012, transparent 55%);
}
.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #a8c8fc19;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-32deg);
  width: 600px;
  height: 260px;
}
.orbit-two {
  width: 720px;
  height: 390px;
  transform: translate(-50%, -50%) rotate(-32deg);
}
.orbit-three {
  width: 510px;
  height: 480px;
  transform: translate(-50%, -50%) rotate(30deg);
  border-color: #a8c8fc0b;
}
.orbit-point {
  position: absolute;
  top: 164px;
  right: 148px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b8d9ff;
  box-shadow:
    0 0 10px #b8d9ff,
    0 0 60px 10px #639cec44;
}
.orbit-center {
  position: absolute;
  left: 53%;
  top: 50%;
  font: 20px monospace;
  color: #7391b54f;
}
.hero-product {
  margin-top: 64px;
  position: relative;
  z-index: 2;
}
.product-caption {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  font:
    9px ui-monospace,
    SFMono-Regular,
    monospace;
  letter-spacing: 1.1px;
  color: var(--dim);
}
.product-caption > span:first-child {
  display: flex;
  gap: 9px;
  align-items: center;
}
.app-window {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ffffff21;
  background: #202020;
  box-shadow:
    0 40px 110px -35px #000c,
    0 0 100px -35px #608aca35;
}
.window-bar {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  border-bottom: 1px solid #ffffff0c;
  color: #a8abb2;
  font-size: 10px;
  background: #252629;
}
.window-dots {
  display: flex;
  gap: 6px;
  min-width: 120px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  background: #606369;
  border-radius: 50%;
}
.window-local {
  font:
    8px ui-monospace,
    monospace;
  letter-spacing: 1px;
  min-width: 120px;
  text-align: right;
  color: #80858f;
}
.app-window > img {
  width: 100%;
}
.image-footnote {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--dim);
  padding-top: 15px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding-block: 77px 86px;
  border-bottom: 1px solid var(--line);
}
.principles h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 18px 0 11px;
}
.principles p {
  font-size: 13px;
  max-width: 320px;
}
.workspace-section {
  padding-block: 103px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 39px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading > p {
  font-size: 14px;
  margin-bottom: 3px;
}
.view-switcher {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
}
.view-switcher button {
  color: var(--muted);
  font-size: 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 18px 0;
  display: flex;
  gap: 9px;
  align-items: center;
}
.view-switcher button[aria-pressed="true"] {
  color: var(--text);
  border-bottom-color: var(--blue);
}
.view-switcher button:hover {
  color: white;
}
.view-switcher button > span {
  font-size: 17px;
}
.feature-panel {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  min-height: 450px;
}
.feature-copy h3 {
  font-size: 33px;
  line-height: 1.2;
  margin: 18px 0;
}
.feature-copy p {
  font-size: 13px;
}
.feature-copy ul {
  list-style: none;
  margin: 20px 0 15px;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 2.4;
}
.feature-copy li:before {
  content: "↗";
  color: var(--blue);
  font-size: 11px;
  margin-right: 12px;
}
.feature-copy .text-link {
  font-size: 12px;
}
.feature-image {
  display: block;
  border: 1px solid #ffffff25;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 25px 70px #0004;
  transition: border-color 0.2s;
}
.feature-image:hover {
  border-color: #94bdff66;
}
.feature-image img {
  width: 100%;
}
.plaintext-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  padding-block: 98px;
  border-top: 1px solid var(--line);
  align-items: center;
}
.plaintext-copy h2 {
  font-size: 40px;
  letter-spacing: -1.8px;
  margin: 22px 0 25px;
}
.plaintext-copy p:not(.eyebrow) {
  font-size: 14px;
  margin-bottom: 16px;
  max-width: 470px;
}
.plaintext-copy p a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: #6e7785;
  text-underline-offset: 3px;
}
.source-card {
  min-width: 0;
  transform: rotate(-1deg);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  background: linear-gradient(130deg, #1c2027, #14171c);
  box-shadow: 0 25px 80px #0003;
}
.source-title {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #b2bdcf;
  border-bottom: 1px solid var(--line);
  padding: 16px 22px;
}
.source-title > span:last-child {
  font:
    8px ui-monospace,
    monospace;
  color: var(--dim);
  letter-spacing: 1px;
}
.source-card pre {
  font:
    12px/1.9 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  color: #dce1ea;
  margin: 0;
  padding: 25px 22px;
  overflow-x: auto;
}
.code-muted {
  color: #8992a1;
}
.code-star {
  color: #b7c4db;
}
.code-todo {
  color: #e89a9a;
}
.code-tag {
  color: #9daeca;
}
.code-date {
  color: #ceb081;
}
.code-check {
  color: #8dbbad;
}
.source-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 10px;
}
.two-ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-block: 0 90px;
}
.two-ways article {
  padding: 36px 38px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #ffffff02;
}
.two-ways h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 16px 0;
}
.two-ways p {
  font-size: 13px;
  max-width: 430px;
}
.quiet-detail {
  display: block;
  color: var(--dim);
  font-size: 11px;
  margin-top: 24px;
}
.small-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  padding-block: 0 97px;
  border-bottom: 1px solid var(--line);
}
.small-features > div > span {
  display: block;
  font-size: 24px;
  color: #b4c8e8;
  margin-bottom: 18px;
  font-weight: 300;
}
.small-features h3 {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.small-features p {
  font-size: 12px;
}
.sync-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  padding-block: 105px;
  align-items: center;
}
.sync-section h2 {
  margin: 23px 0;
}
.sync-section p:not(.eyebrow) {
  font-size: 14px;
  max-width: 445px;
  margin-bottom: 19px;
}
.badge {
  display: inline-block;
  border: 1px solid #92b9ee33;
  border-radius: 4px;
  padding: 3px 7px;
  color: #a6c8f5;
  font-size: 8px;
  letter-spacing: 1px;
}
.email-caption {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  color: var(--dim);
}
.sync-orbit {
  position: relative;
  aspect-ratio: 1.2;
  background: radial-gradient(ellipse at center, #6c9de010, transparent 60%);
}
.sync-orbit:before,
.sync-orbit:after,
.sync-orbit > span {
  content: "";
  position: absolute;
  inset: 20% 3%;
  border: 1px solid #94bdff26;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.sync-orbit:after {
  inset: 5% 20%;
  transform: rotate(25deg);
  border-color: #94bdff12;
}
.sync-orbit > span {
  inset: 32%;
  transform: none;
  border-color: #94bdff3b;
}
.sync-orbit i,
.sync-orbit b {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b4d5ff;
  box-shadow: 0 0 25px #94bdff77;
  top: 37%;
  left: 6%;
}
.sync-orbit b {
  top: 56%;
  left: 72%;
  width: 5px;
  height: 5px;
  background: #7b96b9;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 85px;
  border-top: 1px solid var(--line);
  padding-block: 90px;
}
.faq-section h2 {
  margin-top: 22px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: var(--dim);
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list p {
  font-size: 13px;
  padding-top: 15px;
  padding-right: 30px;
}
.faq-list p a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.download-section {
  text-align: center;
  border: 1px solid #ffffff17;
  border-radius: 12px;
  padding: 76px 30px;
  margin-bottom: 95px;
  background:
    radial-gradient(ellipse at 50% 100%, #26446a26, transparent 65%), #ffffff02;
}
.download-section > .eyebrow {
  justify-content: center;
}
.download-section h2 {
  font-size: clamp(42px, 5vw, 64px);
  margin: 24px 0;
  letter-spacing: -2.5px;
}
.download-section > p:not(.eyebrow) {
  font-size: 14px;
}
.download-options {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 28px 0 18px;
}
.download-section .download-platforms {
  font-size: 11px !important;
  color: #bec7d5;
}
.download-section .preview-note {
  font-size: 10px !important;
  color: var(--dim);
  margin-top: 21px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 35px 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.site-footer .brand {
  font-size: 17px;
}
.site-footer p {
  font-size: 11px;
  margin-top: 12px;
  color: var(--dim);
}
.footer-links {
  display: flex;
  gap: 25px;
  font-size: 11px;
  color: var(--muted);
  padding-top: 8px;
}
.site-footer .copyright {
  font-size: 10px;
  margin-top: 4px;
  text-align: right;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 115px;
  }
  .orbit-art {
    right: 0;
  }
  .hero h1 {
    font-size: 108px;
  }
}
@media (max-width: 1100px) {
  .section-shell {
    width: calc(100% - 64px);
  }
  .site-header {
    padding-inline: 32px;
  }
  .hero {
    padding-top: 65px;
  }
  .hero h1 {
    letter-spacing: -3.5px;
  }
  .orbit-art {
    right: 0;
    width: 50%;
    opacity: 0.55;
  }
  .feature-panel {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
  }
  .feature-copy h3 {
    font-size: 29px;
  }
  .plaintext-section,
  .sync-section,
  .faq-section {
    gap: 40px;
  }
  .plaintext-copy h2 {
    font-size: 34px;
  }
  .source-card pre {
    font-size: 10px;
  }
  .principles {
    gap: 30px;
  }
  .footer-links {
    gap: 15px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header .nav-github {
    display: none;
  }
  .small-features {
    gap: 25px;
  }
}
@media (max-width: 760px) {
  .section-shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 74px;
    padding: 0 20px;
    gap: 16px;
  }
  .brand {
    font-size: 18px;
    gap: 9px;
  }
  .site-header .brand img {
    width: 26px;
    height: 26px;
  }
  .site-header nav {
    display: none;
  }
  .button-small {
    font-size: 11px;
    padding: 9px 12px;
    gap: 10px;
  }
  .hero {
    padding-top: 61px;
  }
  .hero > .orbit-art {
    top: 15px;
    right: 0;
    width: 68%;
    height: 390px;
    opacity: 0.4;
  }
  .hero h1 {
    font-size: clamp(53px, 10.5vw, 78px);
    letter-spacing: -3px;
    margin-top: 23px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 15px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 25px;
  }
  .button {
    font-size: 12px;
    padding: 14px 16px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .hero-facts {
    font-size: 9px;
  }
  .hero-facts span {
    margin: 0 5px;
  }
  .hero-product {
    margin-top: 43px;
  }
  .product-caption {
    font-size: 7px;
    letter-spacing: 0.7px;
  }
  .product-caption > span:last-child {
    display: none;
  }
  .window-bar {
    height: 25px;
    font-size: 8px;
  }
  .window-dots {
    min-width: 65px;
    gap: 4px;
  }
  .window-dots i {
    width: 5px;
    height: 5px;
  }
  .window-local {
    font-size: 6px;
    min-width: 65px;
  }
  .image-footnote {
    font-size: 9px;
    line-height: 1.6;
    gap: 18px;
  }
  .image-footnote > span:last-child {
    max-width: 100px;
    text-align: right;
  }
  .principles {
    grid-template-columns: 1fr;
    padding-block: 48px;
    gap: 27px;
  }
  .principles > div {
    display: grid;
    grid-template-columns: 115px 1fr;
    column-gap: 15px;
  }
  .principles .tiny-label {
    grid-row: 1/3;
    padding-top: 3px;
    font-size: 9px;
  }
  .principles h2 {
    font-size: 18px;
    margin: 0 0 8px;
  }
  .principles p {
    font-size: 12px;
    max-width: none;
  }
  .workspace-section {
    padding-block: 60px;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading > p {
    font-size: 13px;
    margin-top: 20px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading .eyebrow {
    margin-bottom: 17px;
  }
  .view-switcher {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .view-switcher button {
    font-size: 10px;
    gap: 6px;
    max-width: 32%;
    line-height: 1.5;
    text-align: left;
    padding-block: 13px;
  }
  .view-switcher button > span {
    display: none;
  }
  .feature-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
  }
  .feature-copy {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    column-gap: 24px;
    align-items: start;
  }
  .feature-copy .tiny-label {
    grid-column: 1/-1;
    font-size: 9px;
  }
  .feature-copy h3 {
    font-size: 28px;
    margin: 15px 0;
  }
  .feature-copy p {
    margin-top: 15px;
    font-size: 12px;
  }
  .feature-copy ul {
    grid-column: 1/-1;
    margin: 0;
    font-size: 11px;
    line-height: 2;
  }
  .feature-copy .text-link {
    grid-column: 1/-1;
    margin-top: 8px;
  }
  .plaintext-section {
    grid-template-columns: 1fr;
    padding-block: 58px;
    gap: 30px;
  }
  .plaintext-copy h2 {
    font-size: 34px;
  }
  .plaintext-copy p:not(.eyebrow) {
    font-size: 13px;
    max-width: none;
  }
  .source-card {
    transform: none;
  }
  .source-card pre {
    font-size: 11px;
  }
  .two-ways {
    grid-template-columns: 1fr;
    padding-bottom: 55px;
    gap: 18px;
  }
  .two-ways article {
    padding: 27px;
  }
  .two-ways h3 {
    font-size: 23px;
  }
  .small-features {
    grid-template-columns: 1fr 1fr;
    gap: 30px 25px;
    padding-bottom: 55px;
  }
  .small-features p {
    font-size: 11px;
  }
  .small-features h3 {
    font-size: 14px;
  }
  .sync-section {
    grid-template-columns: 1fr;
    padding-block: 60px;
    gap: 0;
  }
  .sync-orbit {
    display: none;
  }
  .sync-section h2 {
    font-size: 43px;
  }
  .sync-section p:not(.eyebrow) {
    font-size: 13px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    padding-block: 55px;
    gap: 28px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list p {
    font-size: 12px;
  }
  .download-section {
    padding: 48px 22px;
    margin-bottom: 48px;
  }
  .download-section h2 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }
  .download-section > p:not(.eyebrow) {
    font-size: 13px;
  }
  .download-options {
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-block: 29px;
  }
  .site-footer .copyright {
    text-align: left;
    margin: 0;
  }
  .footer-links {
    flex-wrap: wrap;
    font-size: 10px;
    gap: 17px;
    padding: 0;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
