:root {
  --navy: #0d1b2a;
  --navy-2: #10283d;
  --blue: #1b4f72;
  --green: #28a745;
  --ink: #172635;
  --muted: #5c6b78;
  --line: #dce5e9;
  --cream: #f7f9f8;
  --soft: #edf5f6;
  --white: #fff;
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.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;
  top: 8px;
  left: 8px;
  z-index: 100;
  color: #fff;
  background: var(--navy);
  padding: 12px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgb(247 249 248/0.9);
  border-bottom: 1px solid rgb(220 229 233/0.75);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.brand img {
  display: block;
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 24px;
}
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav-links a,
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #40505d;
  font-size: 0.92rem;
  font-weight: 650;
}
.nav-links a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--blue);
  border-radius: 11px;
  background: var(--blue);
  color: #fff;
  font-size: 0.91rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.button:hover {
  background: #153f5c;
  box-shadow: 0 8px 20px rgb(27 79 114/0.18);
  transform: translateY(-1px);
}
.button-small {
  min-height: 42px;
  padding: 0 16px;
}
.button-quiet,
.button-outline {
  color: var(--navy);
  background: transparent;
  border-color: #cbd7dd;
}
.button-quiet:hover,
.button-outline:hover {
  background: #fff;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: center;
  padding: 96px 0 82px;
  overflow: hidden;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 24px;
  height: 2px;
  background: var(--green);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  color: var(--navy);
  letter-spacing: -0.055em;
  line-height: 1.05;
}
h1 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 5.5vw, 5.3rem);
}
h1 em,
h2 em {
  color: var(--blue);
  font-style: normal;
}
.lead {
  max-width: 555px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 21px 0 0;
  color: #53626e;
  font-size: 0.84rem;
}
.check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d9efdf;
  color: #20883a;
  font-size: 0.7rem;
  font-weight: 900;
}
.product-composition {
  position: relative;
  min-height: 488px;
  padding: 18px 0 0 18px;
}
.product-visual {
  display: contents;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
}
.orb-one {
  width: 310px;
  height: 310px;
  right: -75px;
  top: 6px;
  background: linear-gradient(140deg, #d7ecec, #eaf4ed);
}
.orb-two {
  width: 140px;
  height: 140px;
  left: -56px;
  bottom: 0;
  background: #dcebed;
}
.dashboard-window {
  position: relative;
  z-index: 2;
  width: 94%;
  overflow: hidden;
  border: 1px solid #dce4e8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 30px 70px rgb(13 27 42/0.18);
}
.window-top {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid #e9edef;
  color: #a1adb4;
  font-size: 8px;
}
.window-top > b {
  font-size: 14px;
  color: #8ea3b0;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8e0e4;
}
.app-frame {
  display: flex;
  min-height: 410px;
}
.app-sidebar {
  display: flex;
  flex: 0 0 46px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  background: #0d263b;
  color: #95aabb;
  font-size: 14px;
}
.app-sidebar .app-mark {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  border-radius: 7px;
  background: #28a745;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.app-sidebar .active {
  color: #fff;
}
.app-sidebar small {
  margin-top: auto;
}
.app-content {
  flex: 1;
  padding: 19px 21px;
  background: #f7f9fa;
}
.app-head,
.app-title,
.card-heading,
.feed-row,
.resident-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.app-head p {
  margin: 0 0 1px;
  color: #84929d;
  font-size: 9px;
}
.app-head strong {
  font-size: 12px;
  color: #213443;
}
.avatar,
.mini-avatar {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dbe7eb;
  color: #315c70;
  font-weight: 800;
  font-size: 8px;
}
.avatar {
  width: 25px;
  height: 25px;
}
.app-title {
  margin: 22px 0 14px;
}
.app-title small,
.card-heading small {
  color: #82919b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.app-title h2 {
  margin: 2px 0 0;
  font-size: 20px;
}
.app-title .demo-button {
  padding: 6px 9px;
  border: 0;
  border-radius: 5px;
  background: #1b4f72;
  color: #fff;
  font-size: 8px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.stat-grid > div,
.chart-card,
.feed {
  border: 1px solid #e4eaed;
  border-radius: 8px;
  background: #fff;
}
.stat-grid > div {
  padding: 10px;
}
.stat-grid small,
.stat-grid p {
  font-size: 7px;
  color: #82909a;
}
.stat-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #193247;
}
.stat-grid sup {
  font-size: 7px;
}
.stat-grid p {
  margin: 5px 0 0;
}
.stat-grid b {
  color: #299345;
}
.chart-card {
  margin-top: 9px;
  padding: 11px;
}
.card-heading strong {
  display: block;
  font-size: 10px;
}
.card-heading > span,
.feed small {
  color: #8b99a2;
  font-size: 7px;
}
.chart {
  height: 62px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin: 11px 1px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #dfe8e8;
}
.chart i {
  width: 9%;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(#75b1a5, #1d7a64);
}
.chart i:nth-child(1) {
  height: 25%;
}
.chart i:nth-child(2) {
  height: 53%;
}
.chart i:nth-child(3) {
  height: 40%;
}
.chart i:nth-child(4) {
  height: 75%;
}
.chart i:nth-child(5) {
  height: 58%;
}
.chart i:nth-child(6) {
  height: 92%;
}
.chart i:nth-child(7) {
  height: 70%;
}
.chart-labels {
  display: flex;
  justify-content: space-between;
  color: #9aa6ad;
  font-size: 6px;
}
.feed {
  margin-top: 9px;
  padding: 11px;
}
.card-heading a {
  font-size: 8px;
  color: var(--blue);
  font-weight: 700;
}
.feed-row {
  margin-top: 9px;
}
.feed-row p {
  flex: 1;
  margin: 0;
  color: #71808a;
  font-size: 7px;
  line-height: 1.45;
}
.feed-row p b {
  color: #334755;
  font-size: 8px;
}
.feed-icon,
.toast-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}
.feed-icon {
  width: 18px;
  height: 18px;
  font-size: 9px;
}
.green {
  background: #ddf3e4;
  color: #1b9040;
}
.blue {
  background: #ddecf3;
  color: #276383;
}
.resident-card {
  position: absolute;
  z-index: 4;
  right: -18px;
  bottom: 8px;
  width: 194px;
  padding: 17px;
  border: 1px solid #dce5e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 38px rgb(13 27 42/0.17);
}
.resident-top {
  margin-bottom: 16px;
  color: #80909b;
  font-size: 8px;
}
.mini-avatar {
  width: 20px;
  height: 20px;
  font-size: 7px;
}
.resident-card > strong {
  font-size: 13px;
  color: #1b3547;
}
.resident-card > p {
  margin: 2px 0 12px;
  color: #83929d;
  font-size: 8px;
}
.resident-balance {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 8px;
  background: #eff6f5;
}
.resident-balance span,
.resident-balance small {
  color: #61767b;
  font-size: 7px;
}
.resident-balance b {
  font-size: 15px;
  color: #1d4e48;
}
.resident-card .demo-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #245a76;
  font-size: 8px;
  font-weight: 800;
}
.approval-toast {
  position: absolute;
  z-index: 4;
  left: -16px;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid #e0e8e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 30px rgb(13 27 42/0.12);
}
.toast-icon {
  width: 21px;
  height: 21px;
  background: #dff1e5;
  color: #249144;
  font-size: 11px;
}
.approval-toast p {
  margin: 0;
  color: #687985;
  font-size: 8px;
  line-height: 1.45;
}
.approval-toast b {
  color: #244052;
  font-size: 9px;
}
.value-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.value-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 103px;
}
.value-items p {
  margin: 0;
  color: #53636f;
  font-size: 0.92rem;
  font-weight: 650;
}
.value-items ul {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #455761;
  font-size: 0.86rem;
  font-weight: 750;
}
.value-items li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.value-items span {
  color: var(--green);
  font-size: 1.2rem;
}
.section {
  padding: 118px 0;
}
.contrast-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}
.section-intro h2,
.section-heading h2,
.centered-intro h2 {
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  margin: 0;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 37px 1fr;
  align-items: center;
  gap: 12px;
}
.before,
.after {
  min-height: 322px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.after {
  border-color: #cfe6dc;
  background: #f8fdf9;
}
.card-label {
  margin-bottom: 14px;
  color: #69808b;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.after .card-label {
  color: #248241;
}
.before h3,
.after h3 {
  font-size: 1.5rem;
  margin-bottom: 11px;
}
.before > p:not(.card-label),
.after > p:not(.card-label) {
  color: var(--muted);
  font-size: 0.88rem;
}
.before ul,
.after ul,
.module-feature ul,
.experience-copy ul,
.pricing-grid ul {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.before li,
.after li {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #e6ecee;
  color: #566671;
  font-size: 0.8rem;
}
.before li span {
  color: #8fa0aa;
  font-weight: 800;
}
.after li span {
  color: #289343;
  font-weight: 800;
}
.arrow {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
}
.modules {
  background: #eaf1f1;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading > p {
  max-width: 315px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}
.module-layout {
  display: grid;
  grid-template-columns: 1.32fr 0.9fr;
  gap: 16px;
}
.module-feature,
.module-card,
.control-card {
  border-radius: 18px;
}
.module-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 16px;
  min-height: 510px;
  padding: 32px;
  overflow: hidden;
  background: #fff;
}
.module-feature h3,
.module-card h3,
.control-card h3 {
  font-size: 1.8rem;
  margin: 0 0 12px;
}
.module-feature > div:nth-child(2) > p:not(.card-label),
.module-card > p:not(.card-label) {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}
.module-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 34px;
  border-radius: 10px;
  background: #ddefe0;
  color: #22823d;
  font-size: 18px;
  font-weight: 800;
}
.module-icon.blue {
  background: #ddebf2;
  color: #265b79;
}
.module-icon.green {
  background: #284e49;
  color: #8de3a1;
}
.module-feature li,
.experience-copy li,
.pricing-grid li {
  position: relative;
  padding: 5px 0 5px 17px;
  color: #50636d;
  font-size: 0.8rem;
}
.module-feature li::before,
.experience-copy li::before,
.pricing-grid li::before {
  position: absolute;
  left: 0;
  content: '✓';
  color: #259044;
  font-weight: 900;
}
.finance-visual {
  align-self: end;
  padding: 18px;
  border-radius: 14px;
  background: #173d52;
  color: #fff;
  transform: rotate(4deg);
  box-shadow: 0 20px 30px rgb(13 27 42/0.22);
}
.finance-visual .fv-title,
.finance-visual small {
  color: #abc3ca;
  font-size: 9px;
}
.finance-visual > b {
  display: block;
  margin: 6px 0 17px;
  font-size: 22px;
}
.finance-visual > div {
  height: 83px;
  display: flex;
  align-items: end;
  gap: 6px;
}
.finance-visual i {
  width: 14%;
  border-radius: 3px 3px 0 0;
  background: #78c6b1;
}
.finance-visual i:nth-child(1) {
  height: 33%;
}
.finance-visual i:nth-child(2) {
  height: 61%;
}
.finance-visual i:nth-child(3) {
  height: 48%;
}
.finance-visual i:nth-child(4) {
  height: 88%;
}
.finance-visual i:nth-child(5) {
  height: 69%;
}
.module-stack {
  display: grid;
  gap: 16px;
}
.module-card {
  padding: 28px;
  background: #fff;
}
.module-card .module-icon {
  margin-bottom: 19px;
}
.module-card h3 {
  font-size: 1.35rem;
}
.module-card a {
  display: inline-flex;
  gap: 8px;
  margin-top: 17px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
}
.module-card.dark {
  background: var(--navy);
}
.module-card.dark h3 {
  color: #fff;
}
.module-card.dark > p:not(.card-label) {
  color: #b8c8cf;
}
.module-card.dark a {
  color: #86d99a;
}
.module-card.dark .card-label {
  color: #9db8c5;
}
.control-card {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 28px 32px;
  background: #d3e4e2;
}
.control-card h3 {
  margin: 0;
}
.permission-list {
  display: grid;
  gap: 8px;
}
.permission-list span {
  display: grid;
  grid-template-columns: 12px minmax(120px, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 300px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgb(255 255 255/0.62);
  color: #45606c;
  font-size: 0.78rem;
}
.permission-list b {
  color: #657985;
  font-size: 0.68rem;
}
.role-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #316b88;
}
.role-dot.resident {
  background: #31a752;
}
.role-dot.board {
  background: #9a8665;
}
.centered-intro {
  max-width: 700px;
  margin: 0 auto 52px;
  text-align: center;
}
.centered-intro .eyebrow {
  justify-content: center;
}
.centered-intro h2 {
  margin-bottom: 17px;
}
.centered-intro > p:last-child {
  max-width: 570px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.admin-experience,
.resident-experience {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 420px;
  padding: 37px;
  border-radius: 20px;
}
.admin-experience {
  background: #e6eff2;
}
.resident-experience {
  background: #f0f5ee;
}
.experience-copy {
  flex: 1;
}
.experience-copy h3 {
  font-size: 1.75rem;
  margin-bottom: 13px;
}
.experience-copy > p:not(.card-label) {
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.65;
}
.admin-mini-ui {
  width: 48%;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 35px rgb(13 27 42/0.14);
  transform: rotate(3deg);
}
.mini-top {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  background: #14364c;
  color: #fff;
  font-size: 8px;
}
.mini-content {
  padding: 14px;
}
.mini-content small {
  color: #849ba5;
  font-size: 6px;
  font-weight: 800;
}
.mini-content h4 {
  font-size: 17px;
  margin: 3px 0 11px;
}
.mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.mini-stats span {
  padding: 7px;
  border-radius: 5px;
  background: #edf4f4;
  color: #6b7c86;
  font-size: 7px;
}
.mini-stats b {
  display: block;
  color: #1d4858;
  font-size: 12px;
}
.mini-lines {
  display: grid;
  gap: 7px;
  margin-top: 13px;
}
.mini-lines i {
  height: 7px;
  border-radius: 4px;
  background: #e7eef0;
}
.mini-lines i:nth-child(2) {
  width: 78%;
}
.mini-lines i:nth-child(3) {
  width: 89%;
}
.phone-ui {
  position: relative;
  flex: 0 0 160px;
  min-height: 302px;
  padding: 30px 14px 14px;
  overflow: hidden;
  border: 5px solid #19374b;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgb(13 27 42/0.14);
  transform: rotate(-3deg);
}
.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 12px;
  border-radius: 0 0 8px 8px;
  background: #19374b;
  transform: translateX(-50%);
}
.phone-brand {
  margin: 0 0 19px;
  color: #1a6572;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.phone-ui > small {
  color: #788a94;
  font-size: 8px;
}
.phone-ui h4 {
  margin: 3px 0 15px;
  font-size: 17px;
}
.phone-unit {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 8px;
  background: #e6f1ec;
}
.phone-unit span,
.phone-unit i {
  font-size: 7px;
  color: #5f7d73;
  font-style: normal;
}
.phone-unit b {
  font-size: 10px;
  color: #285746;
}
.phone-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.phone-actions span {
  display: grid;
  gap: 4px;
  place-items: center;
  color: #22627c;
  font-size: 17px;
}
.phone-actions small {
  font-size: 6px;
  color: #647782;
}
.how-it-works {
  background: #fff;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}
.steps li {
  position: relative;
  padding-top: 42px;
  border-top: 1px solid #cfdcdf;
}
.steps li:not(:last-child)::after {
  position: absolute;
  top: -2px;
  right: -25px;
  width: 50px;
  height: 3px;
  background: var(--green);
  content: '';
}
.steps span {
  position: absolute;
  top: -15px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
}
.steps h3 {
  font-size: 1.38rem;
  margin: 0 0 11px;
}
.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.7;
}
.security-section {
  background: var(--navy);
  color: #c5d3d8;
}
.security-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.eyebrow.light {
  color: #a6c4d0;
}
.eyebrow.light > span {
  background: #78cc8e;
}
.security-grid h2 {
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 3.7rem);
  margin-bottom: 17px;
}
.security-grid > div > p:not(.eyebrow) {
  max-width: 470px;
  margin-bottom: 27px;
  font-size: 1rem;
  line-height: 1.7;
}
.button-light {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
}
.button-light:hover {
  background: #eaf4ee;
  color: var(--navy);
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.trust-grid article {
  min-height: 168px;
  padding: 23px;
  border: 1px solid rgb(197 220 224/0.17);
  border-radius: 13px;
  background: rgb(255 255 255/0.045);
}
.trust-grid article > span {
  color: #75d18d;
  font-size: 22px;
}
.trust-grid h3 {
  margin: 19px 0 8px;
  color: #fff;
  font-size: 1.08rem;
}
.trust-grid p {
  margin: 0;
  color: #b4c8cf;
  font-size: 0.79rem;
  line-height: 1.6;
}
.pricing {
  padding-bottom: 110px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: stretch;
}
.pricing-grid article {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.pricing-grid article > p:not(.plan-name):not(.plan-badge) {
  min-height: 48px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.plan-name {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.pricing-grid ul {
  flex: 1;
  margin-top: 24px;
  margin-bottom: 26px;
}
.pricing-grid li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.8rem;
}
.pricing-grid .button {
  width: 100%;
}
.featured-plan {
  position: relative;
  border-color: var(--navy) !important;
  background: var(--navy) !important;
  color: #c1d1d8;
}
.featured-plan .plan-name {
  color: #fff;
}
.featured-plan .plan-badge {
  position: absolute;
  top: 0;
  right: 21px;
  margin: 0;
  padding: 5px 9px;
  border-radius: 0 0 7px 7px;
  background: #35a34f;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.featured-plan .button {
  border-color: #76d489;
  background: #76d489;
  color: #123324;
}
.featured-plan .button:hover {
  background: #9be0a7;
}
.pricing-note {
  margin: 21px 0 0;
  text-align: center;
  color: #62737d;
  font-size: 0.88rem;
}
.pricing-note a {
  color: var(--blue);
  font-weight: 750;
}
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 94px;
  padding: 58px 62px;
  border-radius: 23px;
  background: linear-gradient(120deg, #0e2b42, #173f59);
  color: #c8d6da;
}
.final-cta .eyebrow {
  margin-bottom: 13px;
}
.final-cta h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: clamp(2.2rem, 3.7vw, 3.55rem);
}
.final-cta p:not(.eyebrow) {
  margin: 0;
  font-size: 0.95rem;
}
.cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}
.button-ghost {
  border-color: rgb(255 255 255/0.45);
  background: transparent;
  color: #fff;
}
.button-ghost:hover {
  background: rgb(255 255 255/0.12);
  color: #fff;
}
.site-footer {
  padding: 57px 0 22px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr repeat(3, 1fr);
  gap: 30px;
}
.footer-brand {
  margin-bottom: 15px;
}
.footer-grid p {
  color: #697b84;
  font-size: 0.88rem;
  line-height: 1.65;
}
.footer-grid h2 {
  margin: 3px 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-grid a:not(.brand) {
  color: #62737d;
  font-size: 0.82rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 19px;
  border-top: 1px solid #e6ecee;
  color: #87969e;
  font-size: 0.72rem;
}
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 40px;
  }
  .product-composition {
    min-height: 440px;
  }
  .app-content {
    padding: 16px;
  }
  .stat-grid > div {
    padding: 8px;
  }
  .resident-card {
    right: -26px;
    transform: scale(0.9);
    transform-origin: bottom right;
  }
  .approval-toast {
    left: -34px;
    transform: scale(0.9);
    transform-origin: bottom left;
  }
  .contrast-section {
    gap: 45px;
  }
  .module-feature {
    min-height: 470px;
  }
  .admin-experience,
  .resident-experience {
    padding: 27px;
    gap: 20px;
  }
  .security-grid {
    gap: 45px;
  }
  .final-cta {
    padding: 48px;
  }
}
@media (max-width: 800px) {
  .nav {
    min-height: 68px;
  }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--navy);
    transition: transform 0.2s;
  }
  .nav-menu {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px max(24px, calc((100vw - 1180px) / 2));
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 15px 25px rgb(13 27 42/0.08);
  }
  .nav-menu.is-open {
    display: flex;
  }
  .nav-links,
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links a,
  .text-link {
    border-bottom: 1px solid #edf0f1;
  }
  .nav-links a {
    min-height: 47px;
  }
  .nav-actions {
    padding-top: 9px;
  }
  .nav-actions .button {
    width: 100%;
    margin-top: 6px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 67px;
  }
  .hero-copy {
    max-width: 610px;
  }
  .product-composition {
    width: min(620px, 100%);
    min-height: 480px;
    margin: 0 auto;
  }
  .value-items {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
  .value-items ul {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  .contrast-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .before-after {
    max-width: 610px;
  }
  .section {
    padding: 86px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: 540px;
    margin-top: 17px;
  }
  .module-layout {
    grid-template-columns: 1fr;
  }
  .module-feature {
    min-height: 400px;
  }
  .module-stack {
    grid-template-columns: 1fr 1fr;
  }
  .control-card {
    grid-column: auto;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
  .admin-experience,
  .resident-experience {
    min-height: 350px;
  }
  .security-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .trust-grid {
    max-width: 650px;
  }
  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 18px;
  }
}
@media (max-width: 540px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }
  h1 {
    font-size: clamp(2.9rem, 14vw, 4.15rem);
  }
  .hero {
    padding: 52px 0 55px;
  }
  .lead {
    font-size: 1rem;
  }
  .hero-actions .button {
    width: 100%;
  }
  .product-composition {
    min-height: 370px;
    padding: 8px 8px 0;
  }
  .dashboard-window {
    width: 100%;
  }
  .app-frame {
    min-height: 310px;
  }
  .app-sidebar {
    flex-basis: 32px;
    gap: 13px;
    font-size: 10px;
  }
  .app-sidebar .app-mark {
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
  }
  .app-content {
    padding: 12px 10px;
  }
  .app-title {
    margin: 14px 0 9px;
  }
  .app-title h2 {
    font-size: 15px;
  }
  .app-title .demo-button {
    display: none;
  }
  .stat-grid {
    gap: 4px;
  }
  .stat-grid > div {
    padding: 6px;
  }
  .stat-grid strong {
    font-size: 10px;
  }
  .stat-grid small,
  .stat-grid p {
    font-size: 5.5px;
  }
  .chart-card,
  .feed {
    margin-top: 5px;
    padding: 7px;
  }
  .chart {
    height: 42px;
    margin-top: 6px;
  }
  .resident-card {
    right: -23px;
    bottom: -14px;
    transform: scale(0.72);
    transform-origin: bottom right;
  }
  .approval-toast {
    bottom: 53px;
    left: -24px;
    transform: scale(0.72);
    transform-origin: bottom left;
  }
  .orb-one {
    width: 200px;
    height: 200px;
  }
  .value-items ul {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .value-items li {
    font-size: 0.78rem;
  }
  .section {
    padding: 70px 0;
  }
  .section-intro h2,
  .section-heading h2,
  .centered-intro h2 {
    font-size: 2.25rem;
  }
  .before-after {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .arrow {
    margin: auto;
    transform: rotate(90deg);
  }
  .before,
  .after {
    min-height: auto;
    padding: 23px;
  }
  .module-feature {
    display: block;
    min-height: 0;
    padding: 25px;
  }
  .module-icon {
    margin-bottom: 22px;
  }
  .finance-visual {
    width: 68%;
    margin: 24px 0 6px auto;
  }
  .module-stack {
    grid-template-columns: 1fr;
  }
  .module-card {
    padding: 25px;
  }
  .control-card {
    display: block;
    padding: 25px;
  }
  .permission-list {
    margin-top: 18px;
  }
  .permission-list span {
    min-width: 0;
    grid-template-columns: 12px 1fr;
  }
  .permission-list b {
    grid-column: 2;
  }
  .centered-intro {
    margin-bottom: 35px;
  }
  .admin-experience,
  .resident-experience {
    min-height: 0;
    flex-direction: column;
    padding: 28px;
  }
  .admin-mini-ui {
    width: 78%;
    align-self: flex-end;
  }
  .resident-experience {
    flex-direction: column-reverse;
  }
  .phone-ui {
    align-self: flex-start;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 13px;
    width: 3px;
    height: 31px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid article {
    min-height: auto;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid article {
    padding: 26px;
  }
  .final-cta {
    margin-bottom: 65px;
    padding: 37px 28px;
  }
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .cta-actions .button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 5px;
    margin-top: 32px;
  }
  .button {
    min-height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
:focus-visible {
  outline: 3px solid #31a650;
  outline-offset: 3px;
}
