:root {
  --ink:#092c35;
  --night:#08252e;
  --deep:#061b24;
  --teal:#56e0cb;
  --teal-deep:#096e70;
  --paper:#f0f6f5;
  --muted:#536b70;
  --line:#cfdddb;
  --serif:'Instrument Serif',Georgia,serif;
  --sans:'DM Sans',sans-serif;
  --display:'Manrope',sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--paper);
  font-family:var(--sans);
  color:var(--ink);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  max-width:100%;
  display:block
}
button,a,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #148d91;
  outline-offset:5px
}
.dark a:focus-visible {
  outline-color:var(--teal)
}
.wrap {
  width:min(1180px,calc(100% - 96px));
  margin-inline:auto
}
.dark {
  background:var(--night);
  color:#f0f8f6
}
.light {
  background:var(--paper)
}
.section {
  padding:104px 0
}
.eyebrow {
  font-size:12px;
  font-weight:750;
  letter-spacing:.15em;
  line-height:1.6;
  color:var(--teal-deep);
  margin:0 0 24px
}
.dark .eyebrow {
  color:var(--teal)
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-family:var(--display);
  line-height:1.12;
  letter-spacing:-.05em
}
h1 {
  font-size:clamp(58px,5.7vw,83px);
  font-weight:750;
  margin-bottom:29px
}
h2 {
  font-size:clamp(38px,4vw,55px);
  font-weight:750;
  margin-bottom:26px
}
h3 {
  font-size:23px;
  letter-spacing:-.035em
}
em {
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-.025em
}
h1 em,h2 em {
  color:var(--teal-deep)
}
.dark h1 em,.dark h2 em {
  color:#94eadb
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-height:52px;
  padding:13px 22px;
  border-radius:9px;
  background:var(--teal);
  color:var(--deep);
  font-size:14px;
  font-weight:750;
  line-height:1.5;
  box-shadow:0 4px 24px #43ddc619;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#8ef0df;
  transform:translateY(-2px)
}
.button span {
  font-size:20px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:14px;
  font-weight:700;
  border-bottom:1px solid #749a964f;
  padding-bottom:5px
}
.text-link:hover {
  color:var(--teal-deep);
  border-color:currentColor
}
.dark .text-link:hover {
  color:var(--teal)
}
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:#08252ef5;
  color:#eff8f6;
  border-bottom:1px solid #ffffff14;
  backdrop-filter:blur(20px)
}
.header-inner {
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-family:var(--display);
  font-size:22px;
  font-weight:800;
  white-space:nowrap;
  letter-spacing:-.06em
}
.brand>span {
  margin-left:-9px;
  color:var(--teal)
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:26px;
  font-size:14px;
  color:#bfd1d3
}
.desktop-nav a:hover {
  color:var(--teal)
}
.header-cta {
  min-height:44px;
  padding:10px 18px;
  gap:20px
}
.hero {
  overflow:hidden;
  position:relative;
  background:radial-gradient(ellipse at 84% 35%,#104951 0,transparent 48%),linear-gradient(120deg,#08252e,#061b24)
}
.hero-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  align-items:center;
  gap:60px;
  padding-top:96px;
  padding-bottom:100px
}
.hero-copy .eyebrow {
  display:flex;
  align-items:center;
  gap:10px
}
.status-dot {
  height:7px;
  width:7px;
  background:var(--teal);
  border-radius:100%;
  box-shadow:0 0 15px #56e0cb80
}
.lead {
  font-size:18px;
  line-height:1.8;
  color:#b9cdd0;
  max-width:500px;
  margin-bottom:32px
}
.actions {
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap
}
.micro {
  font-size:13px;
  color:#abc3c5;
  margin-top:17px
}
.micro span {
  margin:0 8px
}
.hero-notes {
  display:flex;
  gap:22px;
  margin-top:37px;
  font-size:13px;
  color:#b9d0d1
}
.ledger-wrap {
  position:relative;
  padding:8px 0 28px
}
.ledger {
  position:relative;
  border:1px solid #9ce6dc38;
  background:linear-gradient(150deg,#16434bfa,#102d36fa);
  border-radius:18px;
  box-shadow:0 25px 80px #0003;
  overflow:hidden;
  transform:rotate(-2deg)
}
.ledger-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:23px 28px;
  border-bottom:1px solid #ffffff12
}
.ledger-top .eyebrow {
  margin:0;
  font-size:11px
}
.ledger-mark {
  font-family:var(--display);
  font-size:20px;
  font-weight:800;
  color:#8edecf
}
.ledger-total {
  padding:25px 28px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}
.muted {
  display:block;
  color:#bfd3d5;
  font-size:14px
}
.ledger-total strong {
  font-family:var(--display);
  display:block;
  font-size:51px;
  line-height:1.5;
  letter-spacing:-.06em;
  font-weight:600
}
.ledger-total strong>span {
  color:#9dc2c4
}
.pill {
  display:inline-block;
  white-space:nowrap;
  border:1px solid #80dbc434;
  background:#55d6c20e;
  color:#b8f0e4;
  border-radius:6px;
  padding:5px 9px;
  font-size:12px;
  font-weight:600
}
.week-chart {
  display:flex;
  gap:14px;
  height:130px;
  margin:13px 28px 25px;
  border-bottom:1px solid #ffffff15;
  padding-bottom:25px;
  background:repeating-linear-gradient(to top,transparent,transparent 31px,#ffffff09 32px,#ffffff09 33px)
}
.week-chart>div {
  display:flex;
  flex:1;
  align-items:center;
  justify-content:flex-end;
  flex-direction:column;
  position:relative
}
.bar {
  height:var(--height);
  width:100%;
  background:linear-gradient(#61ddcc,#249b94);
  border-radius:5px 5px 1px 1px;
  min-height:3px
}
.bar.overtime {
  background:linear-gradient(#afd9f5,#659eba)
}
.bar.off {
  background:#8cabaf66
}
.week-chart small {
  position:absolute;
  bottom:-22px;
  font-size:12px;
  color:#bed6d6
}
.ledger-row {
  margin:0 28px;
  padding:14px 0;
  border-bottom:1px solid #ffffff13;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:14px
}
.ledger-row small {
  display:block;
  margin-left:19px;
  color:#a4c2c5;
  font-size:12px
}
.key {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:2px;
  margin-right:8px;
  background:var(--teal)
}
.key.ot {
  background:#a3cce7
}
.ledger-row b {
  font-weight:500;
  font-size:17px
}
.ledger-foot {
  padding:16px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#a4c7c8;
  font-size:10px;
  letter-spacing:.12em
}
.ledger-foot span:last-child {
  font-size:20px
}
.illustration-note {
  font-size:12px;
  text-align:center;
  color:#91b6bb;
  margin:16px 0 0
}
.floating-note {
  position:absolute;
  bottom:-14px;
  left:-23px;
  display:flex;
  align-items:center;
  gap:13px;
  background:#e6f4ef;
  color:var(--ink);
  border:1px solid #fff9;
  border-radius:11px;
  padding:15px 22px;
  box-shadow:0 15px 30px #0002;
  transform:rotate(1deg)
}
.floating-note strong,.floating-note div>span {
  display:block
}
.floating-note strong {
  font-size:14px
}
.floating-note div>span {
  font-size:12px;
  color:#4b6b6d
}
.check-circle {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#bbdfd5;
  color:#0c716b
}
.hero-bottom {
  padding-block:24px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #ffffff20;
  color:#b9d0d1;
  font-size:14px
}
.hero-bottom>span:first-child {
  font-size:10px;
  letter-spacing:.14em;
  color:#8fadb3
}
.hero-bottom i {
  font-family:var(--serif);
  font-size:19px;
  color:#c0ede1;
  margin-left:13px
}
.section-heading {
  margin-bottom:43px
}
.split {
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:80px;
  align-items:end
}
.split h2 {
  margin-bottom:0
}
.split>p {
  max-width:410px;
  margin:0 0 3px;
  color:var(--muted)
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.feature-card {
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #dbe6e3;
  border-radius:15px;
  padding:27px;
  transition:transform .2s,box-shadow .2s
}
.feature-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 30px #08252e0d
}
.feature-card .number {
  display:flex;
  justify-content:space-between;
  color:#5c7b7d;
  font-size:12px;
  letter-spacing:.07em
}
.feature-card .number span {
  font-size:20px
}
.feature-card p {
  font-size:15px;
  color:var(--muted);
  line-height:1.8;
  margin-bottom:25px
}
.card-link {
  display:flex;
  justify-content:space-between;
  font-size:13px;
  font-weight:700;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid #dbe6e3
}
.mini-timeline,.mini-equation {
  height:102px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:24px;
  font-family:var(--display);
  font-weight:600;
  letter-spacing:-.04em;
  color:var(--teal-deep)
}
.mini-timeline i {
  height:2px;
  flex:1;
  background:#66bcb4;
  position:relative
}
.mini-timeline i:before,.mini-timeline i:after {
  content:'';
  position:absolute;
  top:-3px;
  height:8px;
  width:8px;
  background:#168d83;
  border-radius:50%
}
.mini-timeline i:after {
  right:0
}
.mini-equation {
  font-size:28px
}
.mini-equation span {
  font-size:20px;
  color:#75a49e
}
.mini-equation b {
  font-weight:500
}
.featured {
  background:#dcefeb;
  border-color:#c1dfd9
}
.detail-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid var(--line)
}
.detail-strip>div {
  display:flex;
  gap:12px
}
.detail-strip>div>span {
  color:var(--teal-deep);
  font-size:24px
}
.detail-strip p {
  font-size:13px;
  color:var(--muted);
  margin:0
}
.detail-strip strong {
  display:block;
  font-size:14px;
  color:var(--ink);
  margin-bottom:3px
}
.workflow {
  border-top:1px solid var(--line);
  background:#e7f0ef
}
.workflow-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center
}
.app-stage {
  height:575px;
  position:relative;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-top:60px;
  background:radial-gradient(ellipse at 50% 65%,#318185,#123f49 55%,#0b2e39);
  border:1px solid #36666c
}
.app-stage:before {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 49.8%,#90ebdf0d 50%,transparent 50.2%)
}
.app-stage img {
  width:244px;
  height:auto;
  max-height:500px;
  object-fit:cover;
  object-position:top;
  border:5px solid #254954;
  border-radius:29px;
  box-shadow:0 20px 65px #0005;
  transform:translateY(22px);
  z-index:1;
  background:#ecf7f9
}
.stage-label {
  position:absolute;
  top:25px;
  left:28px;
  font-size:10px;
  letter-spacing:.16em;
  color:#a8d1d1
}
.stage-caption {
  position:absolute;
  right:18px;
  bottom:22px;
  writing-mode:vertical-rl;
  color:#a8d1d1;
  font-size:10px;
  letter-spacing:.16em
}
.workflow-steps {
  min-width:0
}
.step {
  display:flex;
  width:100%;
  text-align:left;
  gap:18px;
  padding:28px 0;
  border:0;
  border-top:1px solid #bed2cf;
  background:transparent;
  color:var(--ink);
  cursor:pointer
}
.step-no {
  font-size:13px;
  display:grid;
  place-items:center;
  height:31px;
  min-width:31px;
  background:#d3e2df;
  border-radius:6px;
  margin-top:2px
}
.step>span:nth-child(2) {
  flex:1
}
.step strong {
  display:block;
  font-family:var(--display);
  font-size:24px;
  letter-spacing:-.04em;
  margin-bottom:7px
}
.step>span>span {
  display:block;
  color:var(--muted);
  font-size:15px
}
.step-arrow {
  color:#698c8c;
  font-size:23px;
  opacity:.5
}
.step.active .step-no {
  background:var(--teal-deep);
  color:white
}
.step.active strong {
  color:var(--teal-deep)
}
.step.active .step-arrow {
  opacity:1;
  color:var(--teal-deep)
}
.step:hover strong {
  color:var(--teal-deep)
}
.workflow-panel {
  padding:23px 0 0 49px;
  border-top:1px solid #bed2cf
}
.workflow-panel p {
  font-size:14px;
  color:var(--muted)
}
.workers {
  background:radial-gradient(ellipse at 5% 90%,#11414b,transparent 55%),var(--night)
}
.workers-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center
}
.workers-grid>div>p:not(.eyebrow) {
  color:#b8d0d2;
  max-width:440px
}
.worker-list>div {
  display:grid;
  grid-template-columns:35px 1fr;
  column-gap:18px;
  padding:25px 0;
  border-top:1px solid #ffffff21
}
.worker-list>div:last-child {
  border-bottom:1px solid #ffffff21
}
.worker-list>div>span {
  grid-row:span 2;
  font-size:12px;
  color:var(--teal);
  padding-top:3px
}
.worker-list h3 {
  font-size:22px;
  font-weight:600;
  margin-bottom:7px
}
.worker-list p {
  color:#abc6c9;
  font-size:14px;
  margin:0
}
.tools-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}
.tools-grid>a {
  padding:30px 26px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  transition:background .2s
}
.tools-grid>a:hover {
  background:#dfefeb
}
.tools-grid>a>span {
  font-size:10px;
  letter-spacing:.1em;
  color:var(--teal-deep);
  font-weight:700
}
.tools-grid h3 {
  font-size:20px;
  margin:24px 0 13px;
  display:flex;
  justify-content:space-between;
  gap:16px
}
.tools-grid h3 b {
  font-weight:400;
  color:var(--teal-deep)
}
.tools-grid p {
  color:var(--muted);
  font-size:14px;
  margin:0
}
.pricing {
  background:#e4eeec;
  border-block:1px solid var(--line)
}
.pricing-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:100px;
  align-items:center
}
.pricing-copy>p:not(.eyebrow) {
  color:var(--muted);
  max-width:410px
}
.checklist {
  list-style:none;
  margin:25px 0;
  padding:0;
  font-size:14px;
  line-height:2.1
}
.checklist li:before {
  content:'✓';
  color:var(--teal-deep);
  margin-right:10px
}
.price-card {
  background:var(--night);
  padding:33px;
  border-radius:17px;
  color:#f0f8f6;
  box-shadow:0 20px 45px #0b393016
}
.price-card-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:34px
}
.price-card .eyebrow {
  font-size:10px;
  color:var(--teal);
  margin:0
}
.plan {
  padding:24px 0;
  border-block:1px solid #ffffff26
}
.plan>span {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:17px
}
.plan>span>small {
  font-size:12px;
  color:var(--teal)
}
.plan strong {
  font-size:54px;
  font-family:var(--display);
  font-weight:600;
  letter-spacing:-.06em;
  line-height:1.7;
  display:block
}
.plan strong small {
  font-family:var(--sans);
  font-size:14px;
  font-weight:400;
  color:#b0c9cc;
  letter-spacing:0;
  margin-left:8px
}
.monthly {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:0;
  padding:18px 0
}
.monthly strong {
  font-size:28px;
  line-height:1.4
}
.price-card .button {
  width:100%;
  justify-content:space-between;
  margin-top:25px
}
.price-card>p {
  font-size:12px;
  color:#b0c9cc;
  text-align:center;
  margin:16px 0 0
}
.faq-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:90px
}
.faq-grid>div>p:not(.eyebrow) {
  font-size:15px;
  color:var(--muted);
  margin-bottom:10px
}
.faq-list details {
  border-top:1px solid var(--line)
}
.faq-list details:last-child {
  border-bottom:1px solid var(--line)
}
.faq-list summary {
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:22px 0;
  list-style:none;
  font-size:16px;
  font-weight:600
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:'+';
  font-size:23px;
  font-weight:400;
  color:var(--teal-deep)
}
.faq-list details[open] summary:after {
  content:'−'
}
.faq-list details>p {
  font-size:15px;
  color:var(--muted);
  padding-right:30px;
  margin-bottom:25px
}
.download {
  text-align:center;
  background:radial-gradient(ellipse at 50% 100%,#14545b,transparent 70%),var(--night);
  padding-block:105px
}
.download h2 {
  font-size:clamp(45px,5.5vw,74px)
}
.download p:not(.eyebrow):not(.micro) {
  color:#c0d5d5;
  font-size:17px
}
.store-buttons {
  display:flex;
  justify-content:center;
  gap:14px;
  margin:30px 0 20px
}
.store-button {
  display:flex;
  text-align:left;
  align-items:center;
  gap:15px;
  background:#eef8f4;
  color:var(--night);
  padding:10px 22px;
  border-radius:9px;
  border:1px solid #e8f9f3;
  min-width:175px;
  transition:transform .2s
}
.store-button:hover {
  transform:translateY(-3px);
  background:#b7f0e4
}
.store-button>span:first-child {
  font-size:26px
}
.store-button small,.store-button strong {
  display:block;
  line-height:1.35
}
.store-button small {
  font-size:11px
}
.store-button strong {
  font-size:19px;
  font-weight:700
}
.site-footer {
  background:var(--deep);
  padding:35px 0
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.footer-top p {
  color:#91adb4;
  font-family:var(--serif);
  font-size:23px;
  margin:0
}
.footer-links {
  display:flex;
  gap:25px;
  flex-wrap:wrap;
  padding-block:30px;
  color:#b3c9cc;
  font-size:13px
}
.footer-links a:hover {
  color:var(--teal)
}
.footer-bottom {
  border-top:1px solid #ffffff1a;
  padding-top:21px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#87a5ac;
  font-size:12px
}
.skip-link {
  position:fixed;
  left:15px;
  top:-100px;
  background:#fff;
  color:#092c35;
  padding:12px;
  z-index:50
}
.skip-link:focus {
  top:12px
}
@media(min-width:1500px) {
  .hero-grid {
    padding-top:112px;
    padding-bottom:116px
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .desktop-nav {
    gap:16px;
    font-size:13px
  }
  .hero-grid {
    gap:34px
  }
  .hero-copy h1 {
    font-size:62px
  }
  .ledger-total {
    align-items:flex-start;
    flex-direction:column;
    gap:0
  }
  .ledger-total strong {
    font-size:43px
  }
  .ledger-total .pill {
    display:none
  }
  .hero-notes {
    gap:14px
  }
  .split {
    gap:45px
  }
  .workers-grid {
    gap:60px
  }
  .pricing-grid {
    gap:55px
  }
  .feature-card {
    padding:22px
  }
  .mini-equation {
    font-size:24px
  }
  .workflow-grid {
    gap:40px
  }
  .faq-grid {
    gap:50px
  }
}
@media(max-width:800px) {
  html {
    scroll-padding-top:90px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .section {
    padding-block:70px
  }
  .header-inner {
    height:72px
  }
  .desktop-nav {
    display:none
  }
  .brand {
    font-size:21px
  }
  .header-cta {
    font-size:12px;
    padding:9px 13px;
    min-height:40px;
    gap:12px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:48px;
    padding-top:62px;
    padding-bottom:62px
  }
  .hero-copy h1 {
    font-size:clamp(52px,9vw,78px)
  }
  .hero-copy {
    max-width:650px
  }
  .lead {
    font-size:17px
  }
  .hero-notes {
    margin-top:26px
  }
  .ledger-wrap {
    width:min(490px,95%);
    margin:auto
  }
  .ledger-total {
    flex-direction:row;
    align-items:center
  }
  .ledger-total .pill {
    display:inline-block
  }
  .floating-note {
    left:-8px;
    bottom:-12px
  }
  .hero-bottom {
    font-size:12px;
    flex-direction:column;
    gap:6px
  }
  .hero-bottom i {
    font-size:18px
  }
  .split {
    grid-template-columns:1fr;
    gap:20px
  }
  .split>p {
    max-width:570px
  }
  .feature-grid {
    grid-template-columns:1fr
  }
  .feature-card {
    padding:26px
  }
  .feature-card h3 {
    font-size:26px
  }
  .mini-equation,.mini-timeline {
    height:80px;
    max-width:240px
  }
  .feature-card p {
    max-width:550px
  }
  .detail-strip {
    grid-template-columns:1fr;
    gap:20px
  }
  .workflow-grid {
    grid-template-columns:1fr;
    gap:36px
  }
  .app-stage {
    height:490px
  }
  .app-stage img {
    width:210px;
    max-height:435px
  }
  .workflow-steps {
    max-width:650px
  }
  .step {
    padding:23px 0
  }
  .workers-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .workers-grid h2 br:nth-child(2) {
    display:none
  }
  .tools-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .pricing-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .price-card {
    max-width:550px;
    width:100%
  }
  .faq-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .footer-top {
    flex-wrap:wrap
  }
  .footer-top p {
    display:none
  }
  .footer-links {
    gap:15px 23px
  }
  .footer-bottom {
    flex-direction:column;
    gap:10px
  }
  .download {
    padding-block:75px
  }
}
@media(max-width:450px) {
  .wrap {
    width:calc(100% - 36px)
  }
  .hero-grid {
    padding-top:48px
  }
  .hero-copy h1 {
    font-size:51px
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:.13em
  }
  .actions {
    gap:17px
  }
  .actions .button {
    width:100%;
    justify-content:space-between
  }
  .hero-notes {
    gap:14px;
    font-size:12px
  }
  .hero-notes span {
    white-space:nowrap
  }
  .ledger-top {
    padding:18px
  }
  .ledger-top .eyebrow {
    font-size:9px
  }
  .ledger-total {
    padding:20px 18px 0
  }
  .ledger-total strong {
    font-size:40px
  }
  .ledger-total .pill {
    font-size:10px;
    padding:5px
  }
  .week-chart {
    margin-inline:18px;
    gap:10px
  }
  .ledger-row {
    margin-inline:18px
  }
  .ledger-foot {
    padding-inline:18px;
    font-size:9px
  }
  .floating-note {
    padding:12px 13px;
    left:-4px;
    right:-4px;
    gap:9px
  }
  .floating-note div>span {
    font-size:10px
  }
  .floating-note strong {
    font-size:12px
  }
  .illustration-note {
    font-size:10px
  }
  .tools-grid {
    grid-template-columns:1fr
  }
  .tools-grid>a {
    padding:24px
  }
  .tools-grid h3 {
    margin-top:14px
  }
  .price-card {
    padding:24px
  }
  .price-card-top {
    gap:8px
  }
  .price-card .eyebrow {
    font-size:9px
  }
  .price-card .pill {
    font-size:10px
  }
  .step {
    gap:13px
  }
  .step strong {
    font-size:22px
  }
  .step>span>span {
    font-size:14px
  }
  .workflow-panel {
    padding-left:44px
  }
  .store-buttons {
    gap:10px
  }
  .store-button {
    min-width:0;
    padding:11px 13px;
    gap:9px
  }
  .store-button strong {
    font-size:16px
  }
  .store-button small {
    font-size:10px
  }
  .download .micro {
    font-size:11px
  }
  .micro span {
    margin-inline:4px
  }
  .footer-top .text-link {
    font-size:12px
  }
  .header-inner {
    gap:10px
  }
  h2 {
    font-size:39px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}

/* Genuine simulator captures: preserve each full screen, with no recreated UI. */
.hero-app { margin: 0; min-width: 0; }
.hero-screens { position: relative; height: 560px; width: min(100%, 475px); margin-inline: auto; }
.hero-screens img { position: absolute; height: auto; border: 6px solid #183b45; border-radius: 32px; background: #edf7fa; box-shadow: 0 28px 60px #0005; }
.hero-screen-secondary { width: 205px; left: 0; top: 67px; transform: rotate(-7deg); }
.hero-screen-primary { width: 255px; right: 7px; top: 0; transform: rotate(4deg); }
.hero-app figcaption { text-align: center; margin-top: 25px; font-size: 12px; color: #b9d0d1; }
.app-stage { height: 630px; align-items: center; padding-block: 60px 30px; }
.app-stage img { width: 244px; max-height: none; object-fit: contain; transform: none; }
@media (max-width: 1100px) and (min-width: 801px) {
  .hero-screens { height: 510px; }
  .hero-screen-primary { width: 225px; right: 0; }
  .hero-screen-secondary { width: 175px; left: -5px; top: 65px; }
}
@media (max-width: 800px) {
  .hero-screens { max-width: 445px; }
  .hero-app { margin-top: 6px; }
  .app-stage { height: 590px; }
  .app-stage img { width: 226px; }
}
@media (max-width: 450px) {
  .hero-screens { height: 510px; }
  .hero-screen-primary { width: 225px; right: 0; }
  .hero-screen-secondary { width: 170px; left: 1px; top: 67px; }
  .hero-app figcaption { margin-top: 12px; }
}
@media (max-width: 360px) {
  .hero-screens { height: 468px; }
  .hero-screen-primary { width: 207px; }
  .hero-screen-secondary { width: 150px; }
}
