@font-face {
  font-family:Open Sans;
  src:url("OpenSans-Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face {
  font-family:Open Sans;
  src:url("OpenSans-Semibold.ttf") format("truetype");
  font-style:normal;
  font-weight:600 800;
  font-display:swap;
}
:root {
  color-scheme:dark;
  --bg:#071923;
  --surface:#10212b;
  --surface-alt:#142934;
  --stroke:#234453;
  --text:#eaf7fb;
  --muted:#a1b6c4;
  --accent:#2bd1ae;
  --blue:#6cb6ff;
  --radius:18px;
  --header-height:84px;
  font-family:"Open Sans",sans-serif;
  font-synthesis:none;
  background:var(--bg);
  color:var(--text);
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--header-height) + 24px);
}
body {
  margin:0;
  font-size:15px;
  line-height:1.7;
}
body.dialog-open {
  overflow:hidden;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  border:0;
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
svg {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:6px;
}
::selection {
  background:#2bd1ae;
  color:#071923;
}
.wrap {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto;
}
h1,h2,h3,p {
  margin:0;
}
h1,h2,h3 {
  font-weight:600;
  line-height:1.25;
}
h1,h2 {
  letter-spacing:-.045em;
}
h2 {
  font-size:clamp(28px,3.2vw,42px);
}
h3 {
  font-size:17px;
  letter-spacing:-.02em;
}
strong {
  font-weight:600;
}
.skip-link {
  position:fixed;
  z-index:20;
  top:12px;
  left:20px;
  padding:12px 22px;
  background:var(--accent);
  color:var(--bg);
  border-radius:8px;
  transform:translateY(-180%);
}
.skip-link:focus {
  transform:translateY(0);
}
.site-header {
  height:var(--header-height);
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(7,25,35,.96);
  border-bottom:1px solid rgba(161,182,196,.12);
  backdrop-filter:blur(16px);
}
.header-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:25px;
  letter-spacing:-1px;
  font-weight:600;
  line-height:1;
}
.brand img {
  object-fit:contain;
  flex-shrink:0;
}
.brand-accent {
  color:var(--accent);
}
.main-nav {
  display:flex;
  align-items:center;
  gap:32px;
  font-size:14px;
}
.main-nav a {
  color:var(--muted);
  padding-block:14px;
  transition:color .15s;
}
.main-nav a:hover,.footer-links a:hover {
  color:var(--accent);
}
.project-status {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:var(--muted);
  border:1px solid var(--stroke);
  padding:9px 13px;
  border-radius:7px;
  white-space:nowrap;
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  flex-shrink:0;
  background:var(--accent);
  border-radius:50%;
}
.menu-toggle {
  display:none;
}
.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:14px;
  min-height:590px;
  align-items:center;
  padding-block:65px 60px;
}
.hero-copy {
  position:relative;
  z-index:1;
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--accent);
  font-size:11px;
  font-weight:600;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:20px;
}
.eyebrow-line {
  width:24px;
  height:1px;
  background:var(--accent);
}
h1 {
  font-size:clamp(39px,4.4vw,59px);
  line-height:1.18;
  margin-bottom:25px;
  letter-spacing:-.055em;
}
h1 span {
  color:var(--accent);
}
.hero-lead {
  max-width:470px;
  color:var(--muted);
  font-size:16px;
  line-height:1.9;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:32px;
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  min-height:50px;
  border-radius:8px;
  padding:12px 22px;
  font-size:14px;
  font-weight:600;
  transition:background .15s,transform .15s;
}
.button-primary {
  background:var(--accent);
  color:#06161b;
}
.button-primary:hover {
  background:#66e3c8;
  transform:translateY(-2px);
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  padding-block:12px;
}
.text-link svg {
  width:17px;
  height:17px;
  color:var(--accent);
}
.text-link:hover {
  color:var(--accent);
}
.hero-note {
  margin-top:25px;
  font-size:11px;
  color:var(--muted);
}
.hero-note span {
  margin-inline:8px;
  color:var(--stroke);
}
.hero-art {
  height:460px;
  overflow:hidden;
  align-self:end;
  position:relative;
}
.hero-art img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:right center;
}
.value-strip {
  border-block:1px solid var(--stroke);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding-block:26px;
}
.value-strip>div {
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding-left:28px;
  border-left:1px solid var(--stroke);
}
.value-strip>div:first-child {
  padding-left:0;
  border-left:0;
}
.value-number {
  color:var(--accent);
  font-size:12px;
  padding-top:3px;
}
.value-strip p {
  display:flex;
  flex-direction:column;
  gap:4px;
}
.value-strip strong {
  font-size:14px;
}
.value-strip p>span {
  color:var(--muted);
  font-size:12px;
}
.section {
  padding-block:96px;
}
.section-heading {
  margin-bottom:40px;
}
.split-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:60px;
}
.section-heading .eyebrow {
  margin-bottom:14px;
}
.split-heading>p {
  max-width:430px;
  flex:0 1 430px;
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
}
.split-heading>p strong {
  color:var(--text);
}
.care-flow {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:0;
  margin:0;
  list-style:none;
  gap:16px;
}
.care-flow li {
  background:var(--surface);
  border:1px solid var(--stroke);
  border-radius:var(--radius);
  padding:27px 26px 22px;
  display:flex;
  flex-direction:column;
  position:relative;
}
.flow-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:35px;
  color:var(--accent);
}
.step-index {
  font-size:11px;
  letter-spacing:.12em;
  font-weight:600;
}
.flow-top svg {
  width:24px;
  height:24px;
}
.care-flow li:nth-child(2) .flow-top {
  color:var(--blue);
}
.care-flow h3 {
  font-size:17px;
  margin-bottom:14px;
}
.care-flow p {
  font-size:14px;
  color:var(--muted);
  line-height:1.9;
  margin-bottom:28px;
}
.flow-foot {
  font-size:10px;
  color:var(--muted);
  padding-top:15px;
  border-top:1px solid var(--stroke);
  margin-top:auto;
}
.mockups-section {
  padding-block:76px;
  background:#0a1d28;
  border-block:1px solid rgba(161,182,196,.1);
}
.mockup-board {
  margin:0;
  border:1px solid var(--stroke);
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--bg);
}
.board-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:13px 24px;
  border-bottom:1px solid var(--stroke);
  font-size:11px;
}
.board-toolbar>span {
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
}
.zoom-button {
  display:flex;
  align-items:center;
  gap:9px;
  background:transparent;
  font-size:12px;
  padding:7px 0;
  color:var(--text);
}
.zoom-button svg {
  width:16px;
  height:16px;
  color:var(--accent);
}
.zoom-button:hover {
  color:var(--accent);
}
.mockup-scroll {
  overflow-x:auto;
  scrollbar-color:var(--stroke) var(--bg);
  scrollbar-width:thin;
}
.mockups-image {
  width:100%;
}
figcaption {
  font-size:11px;
  color:var(--muted);
  padding:15px 24px 18px;
  border-top:1px solid rgba(161,182,196,.1);
}
.scroll-hint {
  display:none;
}
.screen-captions {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  margin-top:27px;
}
.screen-captions>div {
  display:grid;
  grid-template-columns:24px 1fr;
  gap:5px 7px;
}
.screen-captions>div>span {
  font-size:11px;
  color:var(--accent);
  padding-top:2px;
  grid-row:span 2;
}
.screen-captions h3 {
  font-size:14px;
}
.screen-captions p {
  color:var(--muted);
  font-size:11px;
  line-height:1.8;
}
.feature-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 44px;
  border-top:1px solid var(--stroke);
}
.feature {
  display:flex;
  gap:20px;
  padding:28px 0 30px;
  border-bottom:1px solid var(--stroke);
}
.feature-number {
  font-size:11px;
  line-height:24px;
  color:var(--accent);
  font-weight:600;
  min-width:26px;
}
.feature h3 {
  font-size:16px;
  margin-bottom:12px;
  line-height:1.6;
}
.feature p {
  font-size:14px;
  line-height:1.85;
  color:var(--muted);
}
.feature-future .feature-number {
  color:var(--blue);
}
.tag {
  display:inline-block;
  white-space:nowrap;
  font-size:10px;
  line-height:1.4;
  letter-spacing:.04em;
  border:1px solid #365b73;
  border-radius:4px;
  color:var(--blue);
  padding:3px 7px;
  vertical-align:middle;
  margin-left:6px;
}
.privacy-section {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:75px;
  padding:50px;
  background:var(--surface);
  border:1px solid var(--stroke);
  border-radius:22px;
}
.privacy-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:1px solid #2c645c;
  border-radius:13px;
  color:var(--accent);
  margin-bottom:25px;
  background:#163a34;
}
.privacy-icon svg {
  width:25px;
  height:25px;
}
.privacy-intro h2 {
  font-size:32px;
  margin-bottom:20px;
}
.privacy-intro .eyebrow {
  margin-bottom:13px;
}
.privacy-intro>p:last-child {
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
  max-width:350px;
}
.privacy-list {
  padding:0;
  margin:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.privacy-list li {
  display:flex;
  gap:20px;
  padding-block:23px;
  border-bottom:1px solid var(--stroke);
}
.privacy-list li:first-child {
  padding-top:0;
}
.privacy-list li:last-child {
  padding-bottom:0;
  border-bottom:0;
}
.privacy-list li>span {
  font-size:11px;
  color:var(--accent);
  padding-top:3px;
}
.privacy-list h3 {
  font-size:14px;
  margin-bottom:9px;
}
.privacy-list p {
  font-size:12px;
  line-height:1.85;
  color:var(--muted);
}
.stage-section {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:100px;
}
.stage-copy>p:last-child {
  color:var(--muted);
  font-size:14px;
  max-width:330px;
  margin-top:22px;
  line-height:1.9;
}
.stage-timeline {
  list-style:none;
  padding:0;
  margin:0;
}
.stage-timeline li {
  display:flex;
  gap:24px;
  position:relative;
  padding-bottom:32px;
}
.stage-timeline li:first-child::after {
  content:"";
  position:absolute;
  left:5px;
  width:1px;
  top:18px;
  bottom:0;
  background:var(--stroke);
}
.stage-timeline li:last-child {
  padding-bottom:0;
}
.timeline-dot {
  width:11px;
  height:11px;
  flex-shrink:0;
  background:var(--bg);
  border:1px solid #5b7989;
  border-radius:50%;
  margin-top:5px;
}
.stage-current .timeline-dot {
  background:var(--accent);
  border-color:var(--accent);
  box-shadow:0 0 0 5px rgba(43,209,174,.09);
}
.stage-label {
  font-size:11px;
  color:var(--muted);
}
.stage-current .stage-label {
  color:var(--accent);
}
.stage-timeline h3 {
  font-size:15px;
  margin-block:5px 10px;
}
.stage-timeline p {
  font-size:12px;
  line-height:1.85;
  color:var(--muted);
}
.scope-note {
  font-size:11px;
  color:var(--muted);
  line-height:1.9;
  border-top:1px solid var(--stroke);
  padding-top:20px;
  margin-top:30px;
}
.site-footer {
  border-top:1px solid var(--stroke);
  padding-block:38px;
  background:#06161e;
}
.footer-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:36px;
}
.footer-inner .brand {
  font-size:22px;
}
.footer-inner>div>p {
  font-size:11px;
  color:var(--muted);
  margin-top:10px;
}
.footer-links {
  display:flex;
  gap:24px;
  font-size:12px;
  color:var(--muted);
}
.copyright {
  font-size:11px;
  line-height:1.9;
  text-align:right;
}
.copyright span {
  color:var(--muted);
}
.mockup-dialog {
  width:min(1650px,calc(100% - 48px));
  max-width:none;
  max-height:calc(100dvh - 48px);
  padding:0;
  border:1px solid var(--stroke);
  border-radius:16px;
  background:var(--bg);
  color:var(--text);
  overflow:auto;
}
.mockup-dialog::backdrop {
  background:rgba(0,8,14,.86);
  backdrop-filter:blur(7px);
}
.dialog-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:20px 25px;
  border-bottom:1px solid var(--stroke);
}
.dialog-header h2 {
  font-size:19px;
  letter-spacing:-.025em;
}
.dialog-header p {
  font-size:12px;
  color:var(--muted);
  margin-top:5px;
}
.dialog-close {
  width:44px;
  height:44px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:var(--surface-alt);
  color:var(--text);
}
.dialog-close:hover {
  color:var(--accent);
}
.dialog-scroll {
  overflow:auto;
  scrollbar-color:var(--stroke) var(--bg);
}
.dialog-scroll img {
  width:100%;
  min-width:1100px;
}
.dialog-note {
  font-size:12px;
  color:var(--muted);
  padding:16px 25px;
  border-top:1px solid var(--stroke);
}
@media(min-width:1500px) {
  .hero {
    min-height:650px;
  }
  .hero-art {
    height:500px;
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px);
  }
  .main-nav {
    gap:24px;
  }
  .project-status {
    font-size:11px;
  }
  .hero {
    min-height:540px;
    padding-block:55px;
  }
  .hero-art {
    height:380px;
  }
  .hero-lead {
    font-size:14px;
  }
  .hero-actions {
    gap:18px;
  }
  .value-strip>div {
    gap:12px;
    padding-left:18px;
  }
  .value-strip strong {
    font-size:14px;
  }
  .value-strip p>span {
    font-size:11px;
  }
  .split-heading {
    gap:40px;
  }
  .split-heading>p {
    max-width:360px;
  }
  .care-flow li {
    padding:23px 20px;
  }
  .care-flow h3 {
    font-size:15px;
  }
  .privacy-section {
    padding:36px;
    gap:40px;
  }
  .privacy-intro h2 {
    font-size:29px;
  }
  .stage-section {
    gap:60px;
  }
  .footer-links {
    gap:18px;
  }
}
@media(max-width:850px) {
  .project-status {
    display:none;
  }
  .hero {
    grid-template-columns:1.15fr 1fr;
  }
  .hero-art {
    height:340px;
  }
  h1 {
    font-size:38px;
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .hero-note {
    font-size:10px;
  }
  .section {
    padding-block:70px;
  }
  .split-heading {
    display:block;
  }
  .split-heading>p {
    max-width:560px;
    margin-top:20px;
  }
  .value-strip>div {
    padding-left:14px;
    gap:9px;
  }
  .value-strip p>span {
    max-width:160px;
  }
  .value-number {
    font-size:10px;
  }
  .care-flow {
    gap:12px;
  }
  .care-flow li {
    padding:20px 17px;
  }
  .flow-foot {
    font-size:10px;
  }
  .screen-captions {
    gap:18px;
  }
  .feature-grid {
    column-gap:28px;
  }
  .feature {
    gap:12px;
  }
  .privacy-section {
    gap:35px;
  }
  .privacy-intro h2 {
    font-size:26px;
  }
  .footer-inner {
    flex-wrap:wrap;
  }
  .copyright {
    margin-left:auto;
  }
  .footer-links {
    flex-direction:column;
    gap:8px;
  }
}
@media(max-width:640px) {
  :root {
    --header-height:72px;
  }
  .wrap {
    width:calc(100% - 40px);
  }
  .brand {
    font-size:23px;
    gap:8px;
  }
  .brand img {
    width:36px;
    height:36px;
  }
  .header-inner {
    gap:15px;
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:9px;
    background:transparent;
    min-height:44px;
    padding:8px 0 8px 12px;
    font-size:14px;
    color:var(--text);
  }
  .menu-toggle svg {
    width:20px;
    height:20px;
  }
  .main-nav {
    display:none;
    position:absolute;
    top:71px;
    left:0;
    right:0;
    background:var(--surface);
    border-bottom:1px solid var(--stroke);
    padding:16px 24px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .main-nav.is-open {
    display:flex;
  }
  .main-nav a {
    padding:12px;
    font-size:14px;
  }
  .hero {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:30px;
    padding-block:42px 28px;
    min-height:0;
  }
  .hero h1 {
    font-size:clamp(34px,8.6vw,49px);
    line-height:1.2;
    margin-bottom:22px;
  }
  .eyebrow {
    font-size:10px;
    margin-bottom:18px;
  }
  .hero-lead {
    font-size:14px;
    line-height:1.9;
    max-width:450px;
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:20px;
    margin-top:25px;
  }
  .button {
    font-size:14px;
    padding:12px 16px;
    gap:14px;
  }
  .text-link {
    font-size:14px;
    gap:5px;
  }
  .hero-note {
    font-size:10px;
    margin-top:20px;
  }
  .hero-note span {
    margin-inline:4px;
  }
  .hero-art {
    width:100%;
    height:auto;
    aspect-ratio:1.35;
    align-self:auto;
  }
  .hero-art img {
    height:100%;
    object-position:right center;
  }
  .value-strip {
    grid-template-columns:1fr;
    padding-block:6px;
  }
  .value-strip>div {
    border-left:0;
    border-top:1px solid rgba(161,182,196,.12);
    padding:17px 0;
    gap:18px;
  }
  .value-strip>div:first-child {
    border-top:0;
  }
  .value-number {
    font-size:11px;
  }
  .value-strip strong {
    font-size:14px;
  }
  .value-strip p>span {
    font-size:12px;
    max-width:none;
  }
  .section {
    padding-block:60px;
  }
  .section-heading {
    margin-bottom:28px;
  }
  h2 {
    font-size:30px;
  }
  .split-heading>p {
    font-size:14px;
    margin-top:18px;
  }
  .care-flow {
    grid-template-columns:1fr;
    gap:13px;
  }
  .care-flow li {
    padding:24px;
  }
  .flow-top {
    margin-bottom:22px;
  }
  .care-flow h3 {
    font-size:18px;
  }
  .care-flow p {
    font-size:14px;
    margin-bottom:22px;
  }
  .flow-foot {
    font-size:10px;
  }
  .mockups-section {
    padding-block:54px;
  }
  .board-toolbar {
    padding:12px 15px;
    gap:10px;
    font-size:10px;
  }
  .zoom-button {
    font-size:11px;
    gap:6px;
  }
  .zoom-button svg {
    width:13px;
    height:13px;
  }
  .mockups-image {
    width:900px;
    max-width:none;
  }
  .mockup-scroll:focus-visible {
    outline-offset:-3px;
  }
  .mockup-board {
    border-radius:12px;
  }
  figcaption {
    padding:14px 16px;
    font-size:10px;
  }
  .scroll-hint {
    display:block;
    color:var(--accent);
    margin-top:10px;
  }
  .scroll-hint>span {
    margin-left:5px;
  }
  .screen-captions {
    grid-template-columns:repeat(2,1fr);
    gap:23px 17px;
  }
  .screen-captions h3 {
    font-size:14px;
  }
  .screen-captions p {
    font-size:11px;
  }
  .screen-captions>div {
    grid-template-columns:18px 1fr;
    column-gap:5px;
  }
  .feature-grid {
    grid-template-columns:1fr;
  }
  .feature {
    padding-block:23px;
    gap:17px;
  }
  .feature h3 {
    font-size:15px;
    margin-bottom:9px;
  }
  .feature-number {
    min-width:20px;
  }
  .feature p {
    font-size:14px;
  }
  .privacy-section {
    grid-template-columns:1fr;
    padding:27px 23px;
    gap:28px;
    border-radius:16px;
  }
  .privacy-intro h2 {
    font-size:28px;
  }
  .privacy-intro>p:last-child {
    max-width:none;
  }
  .privacy-icon {
    margin-bottom:22px;
  }
  .privacy-list {
    border-top:1px solid var(--stroke);
    padding-top:24px;
  }
  .privacy-list li {
    gap:16px;
  }
  .privacy-list h3 {
    font-size:14px;
  }
  .privacy-list p {
    font-size:12px;
  }
  .stage-section {
    grid-template-columns:1fr;
    gap:32px;
  }
  .stage-copy>p:last-child {
    max-width:450px;
    margin-top:18px;
  }
  .stage-timeline li {
    gap:20px;
  }
  .scope-note {
    font-size:11px;
  }
  .site-footer {
    padding-block:32px;
  }
  .footer-inner {
    display:grid;
    grid-template-columns:1fr auto;
    gap:28px 20px;
    align-items:start;
  }
  .footer-links {
    font-size:11px;
    gap:12px;
  }
  .footer-inner>div>p {
    font-size:10px;
  }
  .copyright {
    grid-column:1/-1;
    text-align:left;
    margin:0;
    border-top:1px solid var(--stroke);
    padding-top:20px;
    font-size:10px;
  }
  .mockup-dialog {
    width:calc(100% - 20px);
    max-height:calc(100dvh - 32px);
    border-radius:12px;
  }
  .dialog-header {
    padding:16px;
  }
  .dialog-header h2 {
    font-size:16px;
  }
  .dialog-header p {
    font-size:10px;
  }
  .dialog-note {
    padding:13px 16px;
    font-size:11px;
  }
  .dialog-scroll img {
    min-width:1000px;
  }
  .dialog-close {
    width:40px;
    height:40px;
  }
}
@media(max-width:359px) {
  .wrap {
    width:calc(100% - 32px);
  }
  .hero h1 {
    font-size:32px;
  }
  .hero-actions {
    gap:11px;
  }
  .button {
    padding-inline:13px;
    gap:8px;
  }
  .text-link {
    font-size:12px;
  }
  .hero-note {
    max-width:270px;
  }
  .board-toolbar {
    padding-inline:12px;
  }
  .board-toolbar>span {
    gap:5px;
    font-size:10px;
  }
  .zoom-button {
    font-size:10px;
  }
  .privacy-intro h2 {
    font-size:25px;
  }
  .footer-inner {
    grid-template-columns:1fr;
  }
  .copyright {
    grid-column:auto;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
  }
}
