:root {
  color: #19334b;
  background: #f4f5f1;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-synthesis: none;
  --navy: #17324d;
  --navy-deep: #10283d;
  --green: #668a78;
  --green-dark: #426b5a;
  --green-deep: #284c42;
  --green-soft: #e8f0ea;
  --cream: #f4f5f1;
  --cream-deep: #ecece4;
  --gold: #d5b96c;
  --border: #dfe4de;
  --muted: #667781;
  --white: #fff;
  --danger: #a85248;
  --shadow: 0 24px 70px rgba(20, 47, 39, 0.14);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--navy);
  background: var(--cream);
}
body.dialog-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
}
::selection {
  color: white;
  background: var(--green-dark);
}
:focus-visible {
  outline: 3px solid rgba(47, 117, 97, 0.4);
  outline-offset: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 8px;
  color: white;
  background: var(--navy);
  transition: top 0.2s;
}
.skip-link:focus {
  top: 16px;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.section {
  padding: 120px 0;
}
.eyebrow {
  display: inline-block;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.light {
  color: #a9c8b8;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px 0;
  color: white;
  transition: 0.25s ease;
}
.site-header.scrolled {
  padding: 10px 0;
  color: var(--navy);
  background: rgba(244, 245, 241, 0.92);
  border-bottom: 1px solid rgba(23, 50, 77, 0.08);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(1260px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font:
    700 25px/1 'Times New Roman',
    Times,
    serif;
  letter-spacing: 0.01em;
}
.wordmark img {
  border-radius: 9px;
}
#site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 650;
}
#site-nav a {
  opacity: 0.78;
  transition:
    opacity 0.18s,
    transform 0.18s;
}
#site-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}
#site-nav .nav-download {
  padding: 11px 18px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
}
.site-header.scrolled #site-nav .nav-download {
  color: white;
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
}
.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 145px 0 82px;
  overflow: hidden;
  color: white;
  background: linear-gradient(110deg, #122c43 0%, #16364a 68%, #21463f 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to right, #000, transparent 70%);
}
.hero-glow {
  display: none;
}
.glow-one {
  width: 620px;
  height: 620px;
  right: -180px;
  top: -220px;
  background: rgba(112, 156, 133, 0.16);
}
.glow-two {
  width: 420px;
  height: 420px;
  left: 33%;
  bottom: -330px;
  background: rgba(213, 185, 108, 0.12);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(400px, 0.92fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 64px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: #dbe9e1;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.status-pill span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8fc4a5;
}
.hero h1 {
  max-width: 520px;
  margin: 28px 0 24px;
  font:
    500 clamp(48px, 4.8vw, 68px)/1.02 Georgia,
    'Times New Roman',
    serif;
  letter-spacing: -0.035em;
}
.hero-lede {
  max-width: 500px;
  margin: 0;
  color: #c6d4d1;
  font-size: 16px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 36px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.button:hover {
  transform: translateY(-1px);
}
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button.primary {
  color: var(--green-deep);
  background: #e6f0e9;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.button.primary:hover {
  background: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}
.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.035);
}
.button.secondary:hover {
  background: rgba(255, 255, 255, 0.09);
}
.button.secondary.dark {
  color: var(--navy);
  border-color: #b8c6bd;
  background: white;
}
.button.full {
  width: 100%;
}
.button.disabled {
  opacity: 0.42;
  pointer-events: none;
}
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px;
  color: #9fb3b0;
  font-size: 11px;
}
.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-notes i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #82ad96;
}

.product-frame {
  position: relative;
  width: 100%;
  max-width: 700px;
  justify-self: end;
  overflow: hidden;
  color: #234154;
  background: #f5f7f3;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}
.window-bar {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 15px;
  color: #7e8c8c;
  background: #fcfdfb;
  border-bottom: 1px solid #e1e6e1;
  font-size: 10px;
}
.window-dots {
  display: flex;
  gap: 6px;
}
.window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2d8d2;
}
.window-lock {
  justify-self: end;
  color: #5e7c6c;
}
.app-preview {
  height: 440px;
  display: grid;
  grid-template-columns: 145px 1fr;
}
.preview-sidebar {
  padding: 18px 12px;
  color: #a8bdb9;
  background: #18334c;
}
.preview-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 5px 28px;
  color: white;
  font:
    600 14px Georgia,
    serif;
}
.preview-brand b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #345f50;
  background: #e1eee6;
  font:
    700 18px/1 'Times New Roman',
    Times,
    serif;
}
.preview-sidebar > small {
  display: block;
  margin: 18px 7px 7px;
  color: #78918f;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.preview-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 7px;
  font-size: 9px;
}
.preview-nav.active {
  color: #254b40;
  background: #f1f5f1;
}
.preview-topbar {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #82908f;
  background: #f9faf7;
  border-bottom: 1px solid #e5e8e3;
  font-size: 8px;
}
.preview-content {
  padding: 22px;
}
.welcome-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  color: white;
  background: #294f47;
  border-radius: 14px;
}
.welcome-card small,
.preview-bottom small {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.welcome-card h2 {
  margin: 9px 0 5px;
  font:
    500 25px Georgia,
    serif;
}
.welcome-card p {
  margin: 0;
  color: #c6d5ce;
  font-size: 9px;
}
.orbit {
  position: absolute;
  border: 18px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.orbit-one {
  width: 145px;
  height: 145px;
  right: -15px;
  top: -62px;
}
.orbit-two {
  width: 80px;
  height: 80px;
  right: 18px;
  top: -25px;
  border-color: rgba(143, 178, 157, 0.28);
}
.readiness-card {
  position: relative;
  z-index: 2;
  width: 88%;
  margin: -12px auto 0;
  padding: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  background: white;
  border: 1px solid #dfe5df;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(30, 54, 44, 0.08);
}
.score {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 6px solid #80aa91;
  border-right-color: #e1e8e2;
  border-radius: 50%;
  font:
    600 15px Georgia,
    serif;
}
.score small {
  font-size: 8px;
}
.readiness-card b {
  font:
    600 11px Georgia,
    serif;
}
.readiness-card p {
  margin: 3px 0 0;
  color: #879292;
  font-size: 7px;
}
.mini-button {
  padding: 8px 10px;
  color: white;
  background: #456f5f;
  border-radius: 6px;
  font-size: 7px;
}
.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
}
.preview-stats div {
  padding: 12px;
  background: white;
  border: 1px solid #e0e5df;
  border-radius: 9px;
}
.preview-stats span,
.preview-stats small {
  display: block;
}
.preview-stats span {
  font:
    600 12px Georgia,
    serif;
}
.preview-stats small {
  margin-top: 3px;
  color: #85918f;
  font-size: 7px;
}
.preview-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 9px;
  margin-top: 10px;
}
.preview-bottom > div {
  padding: 15px;
  background: white;
  border: 1px solid #e0e5df;
  border-radius: 10px;
}
.preview-bottom small,
.preview-bottom b {
  display: block;
}
.preview-bottom small {
  color: #789087;
}
.preview-bottom b {
  margin: 7px 0 9px;
  font:
    600 12px Georgia,
    serif;
}
.preview-bottom span {
  display: block;
  height: 5px;
  margin-top: 7px;
  border-radius: 5px;
  background: #edf1ed;
}
.preview-bottom span:last-child {
  width: 68%;
}

.trust-strip {
  padding: 28px 0;
  background: #e7eee8;
  border-bottom: 1px solid #d8e3db;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr repeat(3, 1.25fr);
  align-items: center;
  gap: 34px;
}
.trust-grid > p {
  color: #6d7f78;
  font-size: 13px;
  line-height: 1.5;
}
.trust-grid div {
  padding-left: 20px;
  border-left: 1px solid #c6d4ca;
}
.trust-grid strong,
.trust-grid span {
  display: block;
}
.trust-grid strong {
  font:
    600 14px Georgia,
    serif;
}
.trust-grid span {
  margin-top: 5px;
  color: #71817d;
  font-size: 10px;
  line-height: 1.5;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 58px;
}
.section-heading h2,
.security-heading h2,
.story-copy h2,
.download-heading h2,
.faq-heading h2 {
  margin: 16px 0 21px;
  font:
    500 clamp(37px, 4.5vw, 56px)/1.06 Georgia,
    serif;
  letter-spacing: -0.035em;
}
.section-heading p,
.security-heading > p,
.download-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.capability-list {
  border-top: 1px solid #cfd8d1;
  border-bottom: 1px solid #cfd8d1;
}
.capability {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(320px, 1.35fr) minmax(210px, 0.8fr);
  gap: 50px;
  align-items: start;
  padding: 31px 4px;
}
.capability + .capability {
  border-top: 1px solid #d9dfda;
}
.capability-name span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.capability h3 {
  margin: 0;
  font:
    600 23px/1.2 'Times New Roman',
    Times,
    serif;
}
.capability > p {
  margin: 0;
  color: #516672;
  font-size: 13px;
  line-height: 1.65;
}
.capability ul {
  margin: 0;
  padding: 0;
  color: #6a7b76;
  list-style: none;
  font-size: 11px;
  line-height: 1.55;
}
.capability li + li {
  margin-top: 7px;
}
.capability li::before {
  content: '—';
  margin-right: 8px;
  color: #8aa294;
}

.access-section {
  overflow: hidden;
  color: white;
  background: #173c45;
}
.access-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 74px;
}
.access-copy h2 {
  margin: 18px 0 23px;
  font:
    500 clamp(40px, 4.8vw, 62px)/1.04 Georgia,
    serif;
  letter-spacing: -0.035em;
}
.access-copy > p {
  color: #bdd0cb;
  font-size: 15px;
  line-height: 1.8;
}
.access-copy ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.access-copy li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  color: #d5e0dd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
}
.access-copy li span {
  color: #9fc5b0;
}
.access-visual {
  position: relative;
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}
.access-visual img {
  width: 100%;
  border-radius: 11px;
}
.floating-note {
  position: absolute;
  right: -26px;
  bottom: -30px;
  padding: 16px 22px;
  color: var(--navy);
  background: #f4efe3;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  transform: rotate(-1.5deg);
}
.floating-note b,
.floating-note span {
  display: block;
}
.floating-note b {
  font:
    600 15px Georgia,
    serif;
}
.floating-note span {
  margin-top: 4px;
  color: #6d7a75;
  font-size: 9px;
}

.security-section {
  background: #eef2ed;
}
.security-heading {
  max-width: 780px;
}
.security-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 60px;
}
.security-diagram {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.diagram-ring {
  position: absolute;
  border: 1px solid #bfcec3;
  border-radius: 50%;
}
.ring-three {
  width: 470px;
  height: 470px;
}
.ring-two {
  width: 340px;
  height: 340px;
  border-style: dashed;
  animation: rotate 45s linear infinite;
}
.ring-one {
  width: 230px;
  height: 230px;
  background: rgba(255, 255, 255, 0.34);
  border-color: #afc5b5;
}
.diagram-core {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 42px;
  box-shadow: var(--shadow);
}
.diagram-core img {
  width: 52px;
  margin-bottom: 10px;
  border-radius: 14px;
}
.diagram-core b {
  font:
    600 13px Georgia,
    serif;
}
.diagram-core span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}
.diagram-label {
  position: absolute;
  z-index: 3;
  padding: 9px 12px;
  color: #446658;
  background: white;
  border: 1px solid #d7e1d9;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(30, 54, 44, 0.06);
  font-size: 9px;
}
.label-one {
  top: 44px;
  left: 60px;
}
.label-two {
  right: 10px;
  top: 225px;
}
.label-three {
  left: 5px;
  bottom: 78px;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.security-list article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #d5dfd7;
}
.security-list article > span {
  color: #82a28f;
  font:
    13px Georgia,
    serif;
}
.security-list h3 {
  margin: 0 0 8px;
  font:
    600 19px Georgia,
    serif;
}
.security-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.security-note {
  margin-top: 55px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 25px 28px;
  background: #f5eee3;
  border: 1px solid #e4d7c2;
  border-radius: 14px;
}
.security-note strong {
  color: #8d6847;
  font:
    600 15px Georgia,
    serif;
}
.security-note p {
  margin: 0;
  color: #716b61;
  font-size: 11px;
  line-height: 1.6;
}
.security-note a {
  color: #7c654f;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.story-section {
  background: white;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 84px;
  align-items: center;
}
.story-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.story-copy .story-lede {
  color: #405967;
  font-size: 17px;
  font-family: inherit;
  font-weight: 550;
}
.project-card {
  padding: 40px;
  color: white;
  background: #17324d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(23, 50, 77, 0.16);
}
.project-card-top {
  display: flex;
  justify-content: space-between;
  color: #9bb4af;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.project-card-top i {
  color: var(--gold);
  font-style: normal;
}
.project-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
}
.project-card dl div {
  padding: 24px;
}
.project-card dl div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.project-card dl div:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.project-card dt {
  font:
    500 35px Georgia,
    serif;
}
.project-card dd {
  margin: 4px 0 0;
  color: #9fb5b0;
  font-size: 9px;
}
.tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tool-list span {
  padding: 7px 9px;
  color: #d7e4df;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  font-size: 8px;
}
.project-card > p {
  margin: 28px 0 0;
  color: #a8bbb7;
  font-size: 10px;
  line-height: 1.6;
}

.testing-section {
  padding-top: 0;
  background: white;
}
.testing-card {
  padding: 60px;
  color: white;
  background: #294f47;
  border-radius: 10px;
}
.testing-card h2 {
  margin: 15px 0 40px;
  font:
    500 clamp(35px, 4vw, 52px)/1.04 Georgia,
    serif;
}
.test-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 25px;
  color: #d6e3de;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  font-size: 10px;
}
.test-flow i {
  color: #7fa38f;
  font-style: normal;
}
.testing-card > p {
  max-width: 650px;
  margin: 25px 0 0;
  color: #afc4bd;
  font-size: 12px;
  line-height: 1.7;
}

.download-section {
  background: var(--cream);
}
.download-heading {
  max-width: 720px;
  margin-bottom: 46px;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.download-card {
  position: relative;
  padding: 38px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.download-card.detected {
  box-shadow:
    0 0 0 2px #7b9d89,
    var(--shadow);
}
.recommended-label {
  color: #789085;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.platform-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 30px 0 20px;
  color: white;
  background: var(--navy);
  border-radius: 16px;
  font-size: 25px;
}
.platform-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.platform-icon .windows-mark {
  fill: currentColor;
  stroke: none;
}
.download-card h3 {
  margin: 0 0 10px;
  font:
    600 28px Georgia,
    serif;
}
.download-card > p {
  min-height: 45px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.download-card > small {
  display: block;
  margin-top: 13px;
  color: #84908d;
  text-align: center;
  font-size: 9px;
}
.download-card details {
  margin-top: 25px;
  border-top: 1px solid var(--border);
}
.download-card summary {
  padding: 18px 0 0;
  color: #667872;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}
.checksum {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  background: #f3f5f2;
  border-radius: 8px;
}
.checksum code {
  min-width: 0;
  overflow: hidden;
  color: #5d6d68;
  font-size: 8px;
  text-overflow: ellipsis;
}
.checksum button {
  flex: none;
  padding: 5px 8px;
  color: var(--green-dark);
  border: 0;
  border-radius: 5px;
  background: #e0e9e2;
  cursor: pointer;
  font-size: 8px;
}
.install-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 23px 26px;
  background: #f5eee3;
  border: 1px solid #e5d8c3;
  border-radius: 14px;
}
.install-note > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #8d6847;
  border: 1px solid #cbb89c;
  border-radius: 50%;
  font:
    600 14px Georgia,
    serif;
}
.install-note strong {
  font:
    600 14px Georgia,
    serif;
}
.install-note p {
  margin: 4px 0 0;
  color: #746c61;
  font-size: 10px;
  line-height: 1.55;
}
.install-note button {
  color: #765e47;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
}

.faq-section {
  background: #e9efea;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}
.faq-heading h2 {
  font-size: clamp(36px, 4vw, 52px);
}
.faq-list details {
  border-bottom: 1px solid #ccd8cf;
}
.faq-list summary {
  position: relative;
  padding: 24px 35px 24px 0;
  cursor: pointer;
  list-style: none;
  font:
    600 17px Georgia,
    serif;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  font:
    24px/1 Georgia,
    serif;
  color: #75917f;
}
.faq-list details[open] summary::after {
  content: '−';
}
.faq-list p {
  margin: -6px 35px 25px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.closing-section {
  padding: 90px 0;
  color: white;
  background: var(--navy);
}
.closing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.closing-card img {
  margin-bottom: 28px;
  border-radius: 10px;
}
.closing-card h2 {
  margin: 16px 0;
  font:
    500 clamp(40px, 5vw, 60px)/1.04 Georgia,
    serif;
}
.closing-card p {
  margin: 0 0 30px;
  color: #aabdbb;
  font-size: 14px;
}
.light-button {
  color: var(--navy);
  background: white;
}
footer {
  padding: 70px 0 25px;
  color: #a6b8b5;
  background: #0d2234;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 70px;
}
.footer-wordmark {
  color: white;
}
.footer-grid > div:first-child p {
  max-width: 280px;
  color: #7e9694;
  font-size: 11px;
  line-height: 1.7;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 10px;
}
.footer-grid strong {
  margin-bottom: 7px;
  color: white;
  font:
    600 13px Georgia,
    serif;
}
.footer-grid a {
  transition: color 0.15s;
}
.footer-grid a:hover {
  color: white;
}
.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #738c89;
  font-size: 9px;
}

dialog {
  width: min(540px, calc(100% - 32px));
  padding: 40px;
  color: var(--navy);
  background: white;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}
dialog::backdrop {
  background: rgba(10, 27, 39, 0.72);
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 36px;
  height: 36px;
  color: #75847f;
  background: #eef2ee;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
}
.dialog-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 15px;
  font-size: 25px;
}
dialog h2 {
  margin: 10px 0 15px;
  font:
    600 30px/1.1 Georgia,
    serif;
}
dialog > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.install-tabs {
  display: flex;
  gap: 8px;
  margin: 24px 0 18px;
  padding: 5px;
  background: #eef2ee;
  border-radius: 9px;
}
.install-tabs button {
  flex: 1;
  padding: 9px;
  color: #6b7d76;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}
.install-tabs button[aria-selected='true'] {
  color: var(--green-deep);
  background: white;
  box-shadow: 0 3px 10px rgba(30, 54, 44, 0.08);
}
.install-dialog ol {
  padding-left: 20px;
  color: #5f706a;
  font-size: 11px;
  line-height: 1.65;
}
.install-dialog li {
  margin: 10px 0;
  padding-left: 5px;
}
.install-caution {
  margin-top: 20px;
  padding: 12px;
  color: #805f42 !important;
  background: #f5eee3;
  border-radius: 8px;
  font-weight: 650;
}
.legal-page {
  min-height: 100vh;
  background: #f4f5f1;
}
.legal-header {
  position: static;
  color: var(--navy);
  background: white;
  border-bottom: 1px solid var(--border);
}
.legal-main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 120px;
}
.legal-main h1 {
  margin: 15px 0 10px;
  font:
    500 clamp(42px, 7vw, 65px)/1 Georgia,
    serif;
}
.legal-main .updated {
  color: #899591;
  font-size: 10px;
}
.legal-main section {
  margin-top: 44px;
}
.legal-main h2 {
  font:
    600 24px Georgia,
    serif;
}
.legal-main p,
.legal-main li {
  color: #5f706a;
  font-size: 13px;
  line-height: 1.8;
}
.legal-main a {
  color: var(--green-dark);
  text-decoration: underline;
}
.legal-complete {
  width: min(900px, calc(100% - 40px));
}
.legal-notice {
  margin-top: 36px;
  padding: 24px 26px;
  color: white;
  background: var(--navy);
  border-left: 4px solid var(--gold);
}
.legal-notice strong {
  font:
    700 17px/1.3 'Times New Roman',
    Times,
    serif;
}
.legal-notice p {
  margin: 8px 0 0;
  color: #c8d6d2;
}
.legal-toc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid #ccd6cf;
  border-bottom: 1px solid #ccd6cf;
}
.legal-toc a {
  padding: 12px 8px 12px 0;
  color: #516b61;
  border-bottom: 1px solid #e0e5e1;
  text-decoration: none;
  font-size: 11px;
}
.legal-review-note {
  margin-top: 54px;
  padding-top: 22px;
  color: #7a827e;
  border-top: 1px solid #ccd6cf;
  font-size: 11px;
  line-height: 1.7;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1050px) {
  .hero {
    min-height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 720px;
  }
  .product-frame {
    width: 100%;
    transform: none;
  }
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .trust-grid > p {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .access-grid,
  .story-grid {
    gap: 50px;
  }
  .security-layout {
    gap: 30px;
  }
  .ring-three {
    width: 390px;
    height: 390px;
  }
  .ring-two {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 760px) {
  .shell,
  .nav-shell {
    width: min(100% - 30px, 620px);
  }
  .section {
    padding: 82px 0;
  }
  .legal-toc {
    grid-template-columns: 1fr 1fr;
  }
  .site-header {
    padding: 12px 0;
    background: rgba(18, 44, 67, 0.9);
    backdrop-filter: blur(12px);
  }
  .site-header.scrolled {
    color: var(--navy);
  }
  .menu-button {
    display: block;
    color: inherit;
  }
  #site-nav {
    position: absolute;
    top: 66px;
    left: 15px;
    right: 15px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 12px;
    color: var(--navy);
    background: white;
    border-radius: 13px;
    box-shadow: var(--shadow);
  }
  #site-nav.open {
    display: flex;
  }
  #site-nav a {
    padding: 12px;
    opacity: 1;
  }
  #site-nav .nav-download {
    color: white;
    background: var(--green-dark);
    border: 0;
    text-align: center;
  }
  .hero {
    padding: 118px 0 68px;
  }
  .hero-grid {
    gap: 55px;
  }
  .hero h1 {
    font-size: clamp(43px, 12vw, 56px);
    line-height: 1.04;
  }
  .hero-lede {
    font-size: 15px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-notes {
    justify-content: flex-start;
  }
  .product-frame {
    border-radius: 12px;
  }
  .app-preview {
    height: 390px;
    grid-template-columns: 95px 1fr;
  }
  .preview-sidebar {
    padding: 15px 7px;
  }
  .preview-brand strong {
    display: none;
  }
  .preview-sidebar > small {
    font-size: 5px;
  }
  .preview-nav {
    font-size: 7px;
    gap: 3px;
  }
  .preview-content {
    padding: 12px;
  }
  .preview-stats {
    grid-template-columns: 1fr;
  }
  .preview-stats div:nth-child(n + 2) {
    display: none;
  }
  .readiness-card {
    width: 95%;
  }
  .mini-button {
    display: none;
  }
  .preview-bottom {
    grid-template-columns: 1fr;
  }
  .preview-bottom > div:last-child {
    display: none;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .trust-grid > p {
    grid-column: auto;
  }
  .trust-grid div {
    padding: 10px 0 10px 18px;
  }
  .download-grid,
  .access-grid,
  .security-layout,
  .story-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .capability {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 0;
  }
  .capability-name span {
    margin-bottom: 5px;
  }
  .capability ul {
    margin-top: 4px;
  }
  .access-grid {
    gap: 55px;
  }
  .floating-note {
    right: -4px;
    bottom: -25px;
  }
  .security-diagram {
    min-height: 420px;
    transform: scale(0.82);
  }
  .security-heading h2 br {
    display: none;
  }
  .security-note,
  .install-note {
    grid-template-columns: auto 1fr;
  }
  .security-note a,
  .install-note button {
    grid-column: 2;
    justify-self: start;
  }
  .story-grid,
  .faq-grid {
    gap: 45px;
  }
  .testing-card {
    padding: 38px 25px;
  }
  .test-flow {
    align-items: stretch;
    flex-direction: column;
  }
  .test-flow i {
    transform: rotate(90deg);
    align-self: center;
  }
  .download-card {
    padding: 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 25px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    gap: 12px;
    flex-direction: column;
  }
  dialog {
    padding: 32px 24px;
  }
}

@media (max-width: 420px) {
  .app-preview {
    height: 350px;
    grid-template-columns: 75px 1fr;
  }
  .preview-nav span {
    display: none;
  }
  .preview-nav {
    padding: 7px 4px;
    font-size: 6px;
  }
  .security-diagram {
    margin-inline: -35px;
  }
  .project-card {
    padding: 28px;
  }
  .project-card dl div {
    padding: 18px 14px;
  }
}
