:root {
  --teal: #0E7490;
  --ink: #203C40;
  --white: #FFFFFF;
  --paper: #F7F9FB;
  --line: #E4E9EE;
  --muted: #98A1B0;
  --soft-teal: #EAF5F7;
  --cell: 78px;
}

* { box-sizing: border-box; }

html {
  scroll-behaviour: smooth;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #FBFCFD;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.page-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .42;
  background-image:
    linear-gradient(to right, rgba(32, 60, 64, .055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(32, 60, 64, .055) 1px, transparent 1px);
  background-size: var(--cell) var(--cell);
}

.site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img { width: 142px; }

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}

.nav a:not(.nav-pill) { color: #64707C; }
.nav a:hover { color: var(--teal); }

.nav-pill {
  border: 1px solid #C9D5DA;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,255,255,.76);
}

.hero {
  width: min(1240px, calc(100% - 48px));
  min-height: 690px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 58px;
  align-items: start;
}

.hero-copy { padding-left: 28px; padding-top: 64px; }

.eyebrow, .section-label {
  font-size: 14px;
  letter-spacing: .12em;
  font-weight: 800;
  color: var(--teal);
  display: block;
  margin-bottom: 22px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: .04em;
  border: 1px solid #D8E6EA;
  background: rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 8px 12px;
  text-transform: none;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(14,116,144,.12);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin: 28px 0 24px;
  font-size: clamp(55px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 660;
  color: #1B272B;
}

h1 span { color: var(--teal); }

.hero-lede {
  max-width: 590px;
  font-size: 20px;
  line-height: 1.55;
  color: #64707C;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
}

.button-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 9px 24px rgba(14,116,144,.19);
}

.button-primary:hover { transform: translateY(-1px); }

.launch-note {
  color: #87919E;
  font-size: 13px;
}

.hero-product { position: relative; }

.sheet-window {
  position: relative;
  overflow: hidden;
  border: 1px solid #DCE4E8;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 32px 80px rgba(39,60,66,.16);
  transform: rotate(-1.1deg);
}

.sheet-toolbar {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: #FAFBFC;
  display: flex;
  gap: 16px;
  align-items: center;
}

.sheet-tab {
  flex: 0 0 auto;
  border: 1px solid #DCE3E7;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #66727D;
  background: white;
}

.formula-bar {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #DDE4E8;
  border-radius: 8px;
  padding: 9px 12px;
  background: white;
  color: #5E6875;
}

.formula-bar span {
  font-style: italic;
  color: #99A3AF;
  font-weight: 600;
}

.formula-bar code {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 500 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.sheet-body {
  position: relative;
  min-height: 470px;
  background-image:
    linear-gradient(to right, #E9EEF1 1px, transparent 1px),
    linear-gradient(to bottom, #E9EEF1 1px, transparent 1px);
  background-size: 70px 54px;
}

.trace-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trace-map path {
  fill: none;
  stroke: var(--teal);
  stroke-width: 3;
  stroke-linecap: round;
  opacity: .82;
  stroke-dasharray: 8 8;
  animation: flow 2.7s linear infinite;
}

.trace-map circle { fill: var(--teal); }

@keyframes flow { to { stroke-dashoffset: -32; } }

.cell-label {
  position: absolute;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 8px;
  color: #26363A;
  background: white;
  border: 1px solid #C8D4D8;
  box-shadow: 0 8px 20px rgba(45,65,72,.1);
  font: 600 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cell-a { left: 52px; top: 92px; }
.cell-b { left: 52px; top: 283px; }
.cell-c {
  left: 410px;
  top: 218px;
  border: 2px solid var(--teal);
  background: #F5FBFC;
}

.formula-alert {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 30px;
  width: 226px;
  padding: 18px;
  border: 1px solid #D4E5E9;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 38px rgba(45,65,72,.14);
}

.formula-alert-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 800;
}

.formula-alert strong {
  display: block;
  font-size: 15px;
}

.formula-alert code {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--ink);
  background: #EDF4F6;
  font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.zheetly-badge {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 8px 14px rgba(14,116,144,.2));
}

.statement {
  width: min(1120px, calc(100% - 48px));
  margin: 120px auto 145px;
  text-align: center;
}

.statement p {
  margin-bottom: 12px;
  color: #8B96A3;
  font-size: 18px;
}

.statement h2 {
  margin: 0;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 620;
}

.statement em {
  font-style: normal;
  color: var(--teal);
}

.feature-board {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 150px;
}

.board-head {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 40px;
}

.board-head h2, .flow-copy h2, .privacy-copy h2, .final-cta h2 {
  margin: 15px 0 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 650;
}

.board-head p, .flow-copy p, .privacy-copy p {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.65;
  color: #73808B;
}

.feature-sheet {
  overflow: hidden;
  border: 1px solid #DCE4E8;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 50px rgba(45,65,72,.08);
}

.sheet-coordinates {
  display: grid;
  grid-template-columns: 48px .92fr 1.6fr 1.35fr .75fr;
  min-height: 36px;
  background: #F4F7F8;
  border-bottom: 1px solid #DCE4E8;
  color: #9AA4B0;
  font: 700 11px/36px ui-monospace, SFMono-Regular, Menlo, monospace;
  text-align: center;
}

.sheet-coordinates span:not(:last-child) { border-right: 1px solid #E2E8EB; }

.feature-row {
  display: grid;
  grid-template-columns: 48px .92fr 1.6fr 1.35fr .75fr;
  min-height: 162px;
  border-bottom: 1px solid #E2E8EB;
  align-items: stretch;
}

.feature-row:last-child { border-bottom: 0; }

.feature-row > *:not(:last-child) { border-right: 1px solid #E2E8EB; }

.row-number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  color: #A1AAB5;
  background: #F9FAFB;
  font: 500 11px/1 Arial, sans-serif;
}

.feature-name, .feature-copy, .feature-tags, .feature-shortcut {
  padding: 25px 24px;
}

.feature-index {
  display: block;
  margin-bottom: 28px;
  color: var(--teal);
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.feature-name h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -.025em;
}

.feature-copy {
  color: #687580;
  font-size: 14px;
  line-height: 1.65;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 7px;
}

.feature-tags span {
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--soft-teal);
  color: #41626A;
  font-size: 11px;
  font-weight: 650;
}

.feature-shortcut {
  color: #7A8691;
  font: 600 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.flow-section {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto 150px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 110px;
  align-items: center;
}

.flow-copy p { margin-top: 28px; max-width: 480px; }

.menu-demo {
  border-radius: 28px;
  border: 1px solid #DDE5E8;
  background: white;
  box-shadow: 0 30px 80px rgba(45,65,72,.14);
  padding: 28px 30px 26px;
}

.menu-top, .menu-brand {
  display: flex;
  align-items: center;
}

.menu-top { justify-content: space-between; }

.menu-brand { gap: 11px; font-size: 20px; }
.menu-brand img { width: 38px; }
.menu-close { color: #A3ACB8; font-size: 28px; }

.menu-rule {
  height: 1px;
  background: #E6EAED;
  margin: 19px 0;
}

.menu-label {
  color: #9099A7;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: 800;
}

.menu-sub {
  margin: 5px 0 14px;
  color: #A5ADBA;
  font-size: 13px;
}

.menu-list {
  display: grid;
  gap: 4px;
}

.menu-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 15px;
}

.menu-list kbd {
  padding: 5px 8px;
  border-radius: 7px;
  background: #EAF2F4;
  color: #223036;
  font: 500 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.menu-highlight {
  color: var(--teal);
  background: #F1F8F9;
}

.menu-preference {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.menu-preference strong, .menu-preference span {
  display: block;
}

.menu-preference strong { font-size: 13px; }
.menu-preference > div > span {
  margin-top: 4px;
  color: #A0A8B4;
  font-size: 12px;
}

.toggle {
  position: relative;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: var(--teal);
  flex: 0 0 auto;
}

.toggle i {
  position: absolute;
  top: 3px;
  left: 17px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}

.privacy-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 150px;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  color: white;
}

.privacy-mark {
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 54px 54px;
}

.privacy-mark img { width: 160px; }

.privacy-copy {
  padding: 80px 80px 70px;
  border-left: 1px solid rgba(255,255,255,.11);
}

.privacy-copy .section-label { color: #7BC5D6; }
.privacy-copy h2 { color: white; }
.privacy-copy p { margin-top: 28px; color: #C9D6D9; max-width: 680px; }

.privacy-points {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.privacy-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #EAF1F2;
  font-size: 12px;
}

.final-cta {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 70px;
  padding: 88px 70px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--teal);
  color: white;
}

.cta-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(to right, white 1px, transparent 1px),
    linear-gradient(to bottom, white 1px, transparent 1px);
  background-size: 70px 70px;
}

.final-cta > *:not(.cta-grid) { position: relative; z-index: 1; }
.final-cta .section-label { color: rgba(255,255,255,.72); }
.final-cta h2 { color: white; font-size: clamp(50px, 7vw, 88px); max-width: 800px; }
.final-cta p { margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.final-actions { margin-top: 34px; }

.button-light {
  background: white;
  color: var(--ink);
}

.site-footer {
  width: min(1180px, calc(100% - 48px));
  min-height: 110px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-top: 2px solid #D0D8DF;
  color: #9099A5;
  font-size: 13px;
}

.footer-brand img { width: 114px; }
.site-footer p { margin: 0; text-align: center; }
.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}
.footer-links a:hover { color: var(--teal); }

@media (max-width: 980px) {
  .hero, .flow-section, .privacy-section {
    grid-template-columns: 1fr;
  }

  .hero { padding-top: 50px; }
  .hero-copy { padding-left: 0; }
  .hero-product { max-width: 760px; }
  .board-head { grid-template-columns: 1fr; gap: 28px; }
  .feature-row, .sheet-coordinates {
    grid-template-columns: 42px 1.05fr 1.4fr 1.15fr;
  }
  .feature-shortcut, .sheet-coordinates span:last-child { display: none; }
  .privacy-mark { min-height: 320px; }
  .privacy-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.11); }
}

@media (max-width: 720px) {
  :root { --cell: 52px; }

  .site-header, .hero, .statement, .feature-board, .flow-section, .privacy-section, .final-cta, .site-footer {
    width: min(100% - 30px, 1180px);
  }

  .site-header { min-height: 70px; }
  .brand img { width: 118px; }
  .nav a:not(.nav-pill) { display: none; }
  .nav { gap: 0; }

  .hero {
    margin-top: 0;
    gap: 50px;
    min-height: 0;
    padding: 58px 0 40px;
  }

  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 17px; }

  .sheet-toolbar { display: block; }
  .sheet-tab { display: inline-block; margin-bottom: 10px; }
  .sheet-body { min-height: 420px; }
  .cell-a, .cell-b { left: 24px; }
  .cell-c { left: auto; right: 30px; }
  .formula-alert { right: 18px; bottom: 20px; width: 205px; }

  .statement { margin: 80px auto 100px; }

  .feature-board { margin-bottom: 100px; }
  .feature-sheet { border-radius: 16px; }
  .sheet-coordinates { display: none; }
  .feature-row {
    grid-template-columns: 34px 1fr;
    min-height: 0;
  }
  .feature-row > * { border-right: 0 !important; }
  .row-number { grid-row: 1 / 4; }
  .feature-name, .feature-copy, .feature-tags { grid-column: 2; padding: 20px 20px 0; }
  .feature-tags { padding-bottom: 22px; }
  .feature-shortcut { display: none; }
  .feature-index { margin-bottom: 14px; }

  .flow-section { gap: 48px; margin-bottom: 100px; }
  .menu-demo { padding: 22px 20px; border-radius: 20px; }
  .menu-list > div { font-size: 13px; }
  .menu-list kbd { font-size: 9px; }

  .privacy-section { margin-bottom: 100px; }
  .privacy-mark { min-height: 250px; }
  .privacy-mark img { width: 118px; }
  .privacy-copy { padding: 48px 28px; }

  .final-cta { padding: 62px 28px; margin-bottom: 35px; }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 26px 0;
  }
  .site-footer p { display: none; }
}



/* v2 homepage refinements */
.page-grid {
  opacity: .64;
  background-image:
    linear-gradient(to right, rgba(32, 60, 64, .075) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(32, 60, 64, .075) 1px, transparent 1px);
}

.hero {
  min-height: 720px;
  grid-template-columns: .82fr 1.18fr;
}
.hero-copy { padding-left: 28px; padding-top: 64px; }
.hero-copy h1 { margin-top: 0; }

.product-stage {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  border: 1px solid #DCE4E8;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 32px 80px rgba(39,60,66,.16);
  transform: rotate(-.7deg);
}

.demo-topbar {
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #E2E8EB;
  background: #FAFBFC;
  color: #687580;
  font-size: 12px;
}
.demo-doc-dot {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--teal);
}
.demo-doc-name { font-weight: 750; color: #53616A; }
.demo-spacer { flex: 1; }
.demo-formula {
  min-width: 230px;
  padding: 8px 12px;
  border: 1px solid #DDE4E8;
  border-radius: 8px;
  background: #fff;
  font: 550 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.demo-surface {
  min-height: 512px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}
.demo-panel {
  position: relative;
  min-width: 0;
}
.demo-panel + .demo-panel { border-left: 1px solid #E2E8EB; }
.trace-demo {
  background-image:
    linear-gradient(to right, #E8EDF0 1px, transparent 1px),
    linear-gradient(to bottom, #E8EDF0 1px, transparent 1px);
  background-size: 58px 43px;
}
.mini-sheet { position: absolute; inset: 0; }
.mini-cell {
  position: absolute;
  width: 74px;
  height: 42px;
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: 1px solid #CFD9DD;
  background: rgba(255,255,255,.95);
  font-size: 10px;
  color: #9AA3AE;
}
.mini-cell strong {
  color: #233338;
  font-size: 15px;
}
.trace-a { left: 11%; top: 20%; }
.trace-b { left: 28%; top: 41%; }
.trace-target {
  left: 66%;
  top: 64%;
  border: 2px solid var(--teal);
  background: #F4FBFC;
}
.hero-trace-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 78%;
}
.hero-trace-lines path {
  fill: none;
  stroke: var(--teal);
  stroke-width: 2.6;
  stroke-linecap: round;
  opacity: .88;
}
.hero-trace-lines marker path { fill: var(--teal); stroke: none; }
.hero-trace-lines circle { fill: var(--teal); }

.trace-popup {
  position: absolute;
  right: 18px;
  top: 20px;
  width: 178px;
  overflow: hidden;
  border: 1px solid #D7E0E4;
  border-radius: 12px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 34px rgba(45,65,72,.15);
}
.mini-popup-head {
  display: flex;
  justify-content: space-between;
  padding: 11px 12px 9px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
}
.mini-popup-head span { color: #A5AEBA; }
.mini-popup-row {
  height: 34px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #29363B;
}
.mini-popup-row.is-active {
  margin: 0 5px;
  border: 1px solid var(--teal);
  border-radius: 7px;
  background: #DCEFF4;
}
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot-orange { background: #FF9D20; }
.dot-purple { background: #7A3AA6; }
.mini-popup-foot {
  margin-top: 5px;
  padding: 8px 10px;
  border-top: 1px solid #E5E9EC;
  color: #A0A8B4;
  font-size: 8px;
}

.watch-demo {
  padding: 64px 24px 100px;
  background: linear-gradient(155deg, #F9FBFC 0%, #F2F7F8 100%);
}
.watch-window-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #D7E0E4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(45,65,72,.14);
}
.watch-head,
.watch-actions,
.watch-list > div,
.watch-foot {
  display: flex;
  align-items: center;
}
.watch-head {
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid #E4E8EB;
}
.watch-head strong { color: var(--teal); font-size: 16px; }
.watch-head span { color: #A4ADBA; font-size: 14px; }
.watch-actions {
  min-height: 50px;
  padding: 0 16px;
  gap: 9px;
  border-bottom: 1px solid #E4E8EB;
  white-space: nowrap;
}
.watch-actions strong, .watch-actions b { color: var(--teal); font-size: 11px; }
.watch-actions span { color: #99A2AF; font-size: 10px; }
.watch-actions b:first-of-type { margin-left: auto; }
.watch-actions em { color: #A8B0BA; font-style: normal; }
.watch-list { padding: 8px 0; }
.watch-list > div {
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  color: #29363B;
  font: 500 11px/1 Arial, sans-serif;
}
.watch-value {
  min-width: 64px;
  padding: 8px 9px;
  border-radius: 8px;
  text-align: right;
  font-size: 14px;
  color: #1F2D31;
  background: #FFF1B9;
  font-family: Arial, sans-serif;
  transition: transform .2s ease;
}
.value-b { background: #E4D9F6; }
.value-c { background: #DCECF8; }
.watch-demo:hover .value-a { transform: translateY(-1px); }
.watch-foot {
  min-height: 40px;
  padding: 0 14px;
  border-top: 1px solid #E4E8EB;
  color: #98A1AE;
  font-size: 8px;
}

.demo-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 4;
}
.demo-caption span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 800;
}
.demo-caption strong {
  display: block;
  max-width: 250px;
  color: #26373B;
  font-size: 14px;
}
.hero-demo-badge {
  position: static !important;
  right: auto !important;
  top: auto !important;
  width: 30px !important;
  height: 30px !important;
  filter: drop-shadow(0 4px 8px rgba(14,116,144,.2));
}
.hero-demo-badge img { width: 30px; }

.feature-sheet { background: rgba(255,255,255,.94); }
.feature-row {
  grid-template-columns: 48px 1.05fr 1.55fr 1.15fr 1.2fr;
  min-height: 184px;
}
.sheet-coordinates {
  grid-template-columns: 48px 1.05fr 1.55fr 1.15fr 1.2fr;
}
.feature-list, .shortcut-list {
  padding: 23px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-list div,
.shortcut-list kbd {
  min-height: 29px;
  display: flex;
  align-items: center;
}
.feature-list div {
  color: #344A50;
  font-size: 12px;
  font-weight: 680;
}
.shortcut-list kbd {
  width: max-content;
  max-width: 100%;
  padding: 0 8px;
  border-radius: 7px;
  background: #EAF2F4;
  color: #26343A;
  font: 550 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: nowrap;
}

.product-fit {
  position: relative;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto 135px;
  padding: 42px 0 10px 82px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  align-items: end;
}
.fit-line {
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--teal);
}
.fit-line::before,
.fit-line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  border-radius: 50%;
  background: var(--teal);
}
.fit-line::before { top: 0; }
.fit-line::after { bottom: 0; }
.fit-copy h2 {
  margin: 14px 0 22px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 650;
}
.fit-copy p {
  max-width: 650px;
  color: #73808B;
  font-size: 17px;
  line-height: 1.65;
}
.fit-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #DCE4E8;
}
.fit-points span {
  padding: 17px 0;
  border-bottom: 1px solid #DCE4E8;
  color: #52636A;
  font-size: 13px;
  font-weight: 650;
}

.privacy-section-v2 {
  grid-template-columns: .8fr 1.2fr;
  background: #203C40;
}
.privacy-section-v2 .privacy-mark {
  min-height: 500px;
  background: radial-gradient(circle at 50% 50%, rgba(61,155,175,.16), transparent 58%);
}
.privacy-section-v2 .privacy-copy h2 em {
  color: #7BC5D6;
  font-style: normal;
}
.privacy-orbit {
  position: relative;
  width: 310px;
  height: 310px;
}
.orbit {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one { width: 110px; height: 110px; }
.orbit-two { width: 205px; height: 205px; }
.orbit-three { width: 300px; height: 300px; }
.privacy-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 2px solid #7BC5D6;
  border-radius: 12px;
  transform: translate(-50%, -50%) rotate(8deg);
  box-shadow: 0 0 0 10px rgba(123,197,214,.08);
}
.privacy-cell {
  position: absolute;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #DCE9EB;
  font: 650 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.cell-one { left: 5px; top: 137px; }
.cell-two { right: 12px; top: 64px; }

.closing-cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 70px;
  padding: 72px 0 66px;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 70px;
  align-items: end;
  border-top: 1px solid #DCE4E8;
  border-bottom: 1px solid #DCE4E8;
}
.closing-cta h2 {
  margin: 14px 0 0;
  font-size: clamp(52px, 6vw, 84px);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 650;
}
.closing-action p {
  margin: 0 0 28px;
  color: #73808B;
  font-size: 18px;
  line-height: 1.6;
  max-width: 470px;
}

@media (max-width: 980px) {
  .demo-surface { grid-template-columns: 1fr; }
  .product-stage { min-height: 920px; }
  .demo-panel { min-height: 430px; }
  .demo-panel + .demo-panel { border-left: 0; border-top: 1px solid #E2E8EB; }
  .feature-row, .sheet-coordinates {
    grid-template-columns: 42px 1fr 1.25fr 1fr;
  }
  .shortcut-list, .sheet-coordinates span:last-child { display: none; }
  .product-fit, .closing-cta { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 720px) {
  .hero { padding-top: 44px; }
  .hero-copy { padding-left: 0; }
  .product-stage { min-height: 860px; border-radius: 20px; transform: none; }
  .demo-formula { min-width: 0; max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .trace-popup { width: 158px; }
  .watch-demo { padding: 42px 14px 90px; }
  .feature-row { grid-template-columns: 34px 1fr; }
  .feature-list { grid-column: 2; padding: 18px 20px 23px; }
  .feature-copy { padding-bottom: 0; }
  .product-fit {
    width: min(100% - 30px, 1080px);
    padding: 32px 0 0 44px;
    margin-bottom: 95px;
  }
  .fit-line { left: 10px; }
  .privacy-orbit { width: 240px; height: 240px; }
  .orbit-one { width: 88px; height: 88px; }
  .orbit-two { width: 160px; height: 160px; }
  .orbit-three { width: 235px; height: 235px; }
  .closing-cta {
    width: min(100% - 30px, 1180px);
    padding: 55px 0;
  }
}

/* v4 refinements: based on v2 */
.page-grid{opacity:.56;background-image:linear-gradient(to right,rgba(32,60,64,.06) 1px,transparent 1px),linear-gradient(to bottom,rgba(32,60,64,.06) 1px,transparent 1px)}
.hero{min-height:760px;align-items:start;padding-top:72px}.hero-copy{padding-top:48px}.hero-copy h1{margin-top:28px}.hero-actions{margin-top:38px}
.trace-demo{background:#fff}.mini-sheet-gs{position:absolute;inset:0;background:linear-gradient(to right,transparent 0 43px,#dadce0 43px 44px,transparent 44px),linear-gradient(to bottom,transparent 0 31px,#dadce0 31px 32px,transparent 32px),repeating-linear-gradient(to right,transparent 0 92px,#dadce0 92px 93px),repeating-linear-gradient(to bottom,transparent 0 29px,#dadce0 29px 30px);background-position:0 0,0 0,44px 32px,44px 32px}
.gs-col-heads{position:absolute;left:0;top:0;right:0;height:32px;display:grid;grid-template-columns:44px repeat(5,93px);align-items:center;background:#f8f9fa;border-bottom:1px solid #dadce0;color:#5f6368;font-size:10px;text-align:center}.gs-row-heads{position:absolute;left:0;top:32px;width:44px;bottom:0;display:grid;grid-template-rows:repeat(10,30px);align-items:center;background:#f8f9fa;border-right:1px solid #dadce0;color:#5f6368;font-size:9px;text-align:center}.gs-values{position:absolute;left:44px;top:32px;display:grid;grid-template-columns:repeat(5,93px);grid-template-rows:repeat(10,30px);width:465px;height:300px}.gs-values b{align-self:center;justify-self:end;padding-right:8px;color:#202124;font-size:11px;font-weight:500}.gs-values .gs-target{position:relative;width:100%;height:100%;padding:6px 8px 0 0;border:2px solid #1a73e8;background:rgba(26,115,232,.04);box-sizing:border-box}.gs-values .gs-target::after{content:"";position:absolute;right:-4px;bottom:-4px;width:7px;height:7px;border-radius:50%;background:#1a73e8}
.realistic-popup{right:16px;top:64px;width:245px}.mini-popup-head{min-height:39px;align-items:center}.mini-close{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border:1px solid #cad3dc;border-radius:5px;color:#9aa4b2;font-weight:700}.mini-popup-row{height:34px}.mini-popup-foot{padding:8px 10px 9px;line-height:1.45}.dot-blue{background:#1aa0c4}
.watch-head-controls{display:flex;gap:8px}.watch-head-controls button{width:28px;height:28px;border:1px solid #c9d2db;border-radius:7px;background:#fff;color:#9aa4b2;font-size:15px;display:flex;align-items:center;justify-content:center;font-weight:700}.watch-list>div{display:grid;grid-template-columns:1fr auto 18px 16px;gap:8px}.watch-reorder,.watch-remove{color:#9aa4b2;font-size:10px;line-height:1.05;text-align:center}.watch-remove{align-self:center;font-size:17px}.watch-foot{line-height:1.45}.watch-demo .demo-caption strong{white-space:nowrap;font-size:13px}
.board-head{align-items:end}.board-head h2{max-width:none;white-space:nowrap}.feature-list div{position:relative;padding-left:15px;color:#1f3d44;font-size:13px;font-weight:760}.feature-list div::before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:var(--teal);transform:translateY(-50%)}.shortcut-list kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-weight:500;letter-spacing:.01em}
.why-section{position:relative;width:min(1080px,calc(100% - 48px));margin:0 auto 88px;padding:48px 0 0 76px}.why-rule{position:absolute;left:22px;top:0;bottom:0;width:2px;background:var(--teal)}.why-rule::before,.why-rule::after{content:"";position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;border-radius:50%;background:var(--teal)}.why-rule::before{top:0}.why-rule::after{bottom:0}.why-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end;padding-bottom:48px}.why-intro .section-label{grid-column:1/-1}.why-intro h2{margin:0;font-size:clamp(48px,5.4vw,74px);line-height:.98;letter-spacing:-.05em;font-weight:650}.why-intro h2 em{color:var(--teal);font-style:normal}.why-intro p{margin:0 0 7px;color:#73808b;font-size:17px;line-height:1.65}.why-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dce4e8;border-bottom:1px solid #dce4e8}.why-facts>div{min-height:210px;padding:31px 30px 34px 0}.why-facts>div+div{padding-left:30px;border-left:1px solid #dce4e8}.why-facts span{display:block;margin-bottom:36px;color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.1em}.why-facts strong{display:block;margin-bottom:12px;color:#26373b;font-size:20px;line-height:1.15}.why-facts p{margin:0;color:#74808a;font-size:13px;line-height:1.6}.why-action{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:34px 0 0}.why-action p{margin:0;color:#52636a;font-size:16px}.why-action .button{flex:0 0 auto}
@media(max-width:1100px){.board-head h2{white-space:normal}.watch-demo .demo-caption strong{white-space:normal}}
@media(max-width:980px){.why-intro{grid-template-columns:1fr;gap:28px}.why-facts{grid-template-columns:1fr}.why-facts>div{min-height:0;padding:28px 0}.why-facts>div+div{padding-left:0;border-left:0;border-top:1px solid #dce4e8}.why-facts span{margin-bottom:16px}.why-action{align-items:flex-start;flex-direction:column}}
@media(max-width:720px){.hero{padding-top:38px}.hero-copy{padding-top:18px}.why-section{width:min(100% - 30px,1080px);padding-left:44px}.why-rule{left:10px}.why-action{padding-top:28px}}

/* v5 refinement pass */

/* Restore the original V1 page-grid treatment. */
.page-grid {
  opacity: .38 !important;
  background-image:
    linear-gradient(to right, rgba(32, 60, 64, .045) 1px, transparent 1px) !important,
    linear-gradient(to bottom, rgba(32, 60, 64, .045) 1px, transparent 1px) !important;
}

/* Bring the opening section closer to the site header without crowding it. */
.hero {
  padding-top: 34px !important;
  min-height: 690px !important;
}
.hero-copy {
  padding-top: 16px !important;
}
.hero-copy h1 {
  margin-top: 0 !important;
}
.hero-actions {
  margin-top: 30px !important;
}

/* Keep the Google Sheets-style grid, but remove spreadsheet header gutters. */
.mini-sheet-gs {
  background:
    repeating-linear-gradient(to right, transparent 0 86px, #d9dee2 86px 87px),
    repeating-linear-gradient(to bottom, transparent 0 31px, #d9dee2 31px 32px) !important;
  background-position: 0 0, 0 0 !important;
}
.gs-values {
  left: 0 !important;
  top: 0 !important;
  width: 435px !important;
  height: 320px !important;
}
.trace-demo .demo-caption strong,
.watch-demo .demo-caption strong {
  white-space: nowrap !important;
  font-size: 13px !important;
}

/* Match the visual rhythm of all three feature section titles. */
.feature-name h3 {
  line-height: 1.02 !important;
}

/* With the hero explainer removed, keep a deliberate gap before Features. */
.feature-board {
  margin-top: 88px !important;
}

/* The final open section is a named Zheetly destination, like Features. */
#zheetly {
  scroll-margin-top: 96px;
}

@media (max-width: 980px) {
  .trace-demo .demo-caption strong,
  .watch-demo .demo-caption strong {
    white-space: normal !important;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 22px !important;
    min-height: auto !important;
  }
  .feature-board {
    margin-top: 64px !important;
  }
}

/* v6 refinement pass */

.feature-board h2 {
  margin-bottom: 18px !important;
}
.feature-board h2 br {
  display: initial !important;
}
.feature-subhead-copy {
  max-width: 760px;
  margin: 0 0 44px !important;
}

/* Slightly stronger section navigation labels. */
.feature-board > .section-label,
.why-intro > .section-label {
  font-size: 13px !important;
  letter-spacing: .12em !important;
}

/* Maintain intentional spacing after removing the statement interlude. */
.feature-board {
  margin-top: 10px !important;
  margin-bottom: 110px !important;
}

/* Four simple Why Zheetly facts with numbered markers. */
.why-facts {
  grid-template-columns: repeat(4, 1fr) !important;
}
.why-facts > div {
  position: relative;
}
.why-number {
  width: 28px;
  height: 28px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 116, 144, .42);
  border-radius: 50%;
  background: rgba(14, 116, 144, .055);
  color: var(--teal);
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.why-facts > div > .why-number + span {
  display: block;
}
.why-facts strong {
  margin-top: 16px !important;
}

@media (max-width: 980px) {
  .why-facts {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .why-facts > div:nth-child(3) {
    border-left: 0 !important;
  }
}
@media (max-width: 720px) {
  .feature-board {
    margin-top: 64px !important;
  }
  .why-facts {
    grid-template-columns: 1fr !important;
  }
  .why-facts > div {
    border-left: 0 !important;
  }
}

/* v7 copy refinements */
.hero-copy h1 {
  max-width: 760px;
}
.feature-subhead-copy {
  margin-bottom: 12px !important;
}
.feature-subhead-note {
  margin: 16px 0 14px !important;
  color: #8D98A2;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 720px) {
  .feature-subhead-note {
    margin-bottom: 34px !important;
  }
}

/* v8 trademark and hero CTA refinement */
.tm-mark {
  position: relative;
  top: -.08em;
  margin-left: .08em;
  color: #9AA4AD;
  font-size: .32em;
  font-weight: 500;
  line-height: 0;
  vertical-align: super;
}

.feature-subhead-copy .tm-mark {
  font-size: .5em;
}

.hero-actions {
  align-items: center;
}

/* v9 hero emphasis, CTA hover and feature intro composition */

.hero-copy h1 {
  max-width: 820px;
  font-size: clamp(54px, 6.3vw, 88px);
  line-height: .94;
  letter-spacing: -.052em;
}

.hero-accent {
  color: var(--teal);
}

.hero-actions {
  margin-top: 42px !important;
}

.button-primary {
  background: var(--teal) !important;
  background-image: none !important;
  box-shadow: 0 10px 24px rgba(14, 116, 144, .18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.button-primary:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 16px 34px rgba(14, 116, 144, .28);
  filter: brightness(1.04);
}

.button-primary:active {
  transform: translateY(0) scale(.995);
}

.feature-intro-layout {
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.feature-intro-left h2 {
  margin: 0 !important;
}

.feature-intro-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.feature-intro-right .feature-subhead-copy {
  max-width: 640px;
  margin: 0 !important;
  text-align: right;
}

.feature-subhead-note {
  max-width: none !important;
  white-space: nowrap;
  overflow: visible;
  margin: 0 0 46px !important;
}

.feature-index {
  text-transform: lowercase;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: .02em;
}

@media (max-width: 980px) {
  .feature-intro-layout {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }

  .feature-intro-right {
    justify-content: flex-start;
  }

  .feature-intro-right .feature-subhead-copy {
    text-align: left;
  }

  .feature-subhead-note {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .hero-copy h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .hero-actions {
    margin-top: 34px !important;
  }
}

/* v10 composition refinements */

.hero-copy h1 {
  max-width: 700px !important;
  font-size: clamp(58px, 6vw, 84px) !important;
  line-height: .96 !important;
  letter-spacing: -.052em !important;
}

/* Flat CTA: no glow, no gradient. Hover is expressed through colour and movement only. */
.button-primary {
  background: #0E7490 !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  transition: background-color .18s ease, transform .18s ease !important;
}

.button-primary:hover {
  background: #095F77 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: translateY(-2px) !important;
}

.button-primary:active {
  background: #084F63 !important;
  transform: translateY(0) !important;
}

/* Give the feature intro copy enough width to read as prose rather than a narrow column. */
.feature-intro-layout {
  grid-template-columns: .82fr 1.18fr !important;
  gap: 78px !important;
  align-items: center !important;
}

.feature-intro-right {
  justify-content: flex-end !important;
}

.feature-intro-right .feature-subhead-copy {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 !important;
  text-align: right !important;
  line-height: 1.62 !important;
}

.feature-subhead-note {
  width: 100% !important;
  max-width: none !important;
  white-space: nowrap !important;
}

/* Roman numeral cells are intentionally removed; feature names now stand alone. */
.feature-name {
  padding-left: 28px !important;
}

@media (max-width: 980px) {
  .feature-intro-layout {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .feature-intro-right {
    justify-content: flex-start !important;
  }

  .feature-intro-right .feature-subhead-copy {
    max-width: 760px !important;
    text-align: left !important;
  }

  .feature-subhead-note {
    white-space: normal !important;
  }
}

@media (max-width: 720px) {
  .hero-copy h1 {
    font-size: clamp(48px, 13vw, 68px) !important;
  }
}

/* ── Improvements: Inter font, hero lede, social proof ── */

/* Hero lede (re-enable) */
.hero-lede {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #64707C;
}

/* Secondary CTA */
.hero-secondary-cta {
  font-size: 14px;
  font-weight: 650;
  color: #5B6977;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(91,105,119,.35);
  transition: color .18s ease;
}
.hero-secondary-cta:hover { color: var(--teal); text-decoration-color: var(--teal); }

/* Social proof strip */
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-size: 13px;
}
.hero-social-proof .stars {
  color: #F59E0B;
  letter-spacing: .04em;
  font-size: 14px;
}
.hero-social-proof .proof-text {
  color: #8A939E;
  font-weight: 500;
}

/* Button label tweak: no layout changes */
.button-primary {
  letter-spacing: -.01em;
}

@media (max-width: 720px) {
  .hero-lede { font-size: 16px; }
  .hero-social-proof { margin-top: 18px; }
}


/* ── Hero pretitle ── */
.hero-pretitle {
  margin: 0 0 20px;
  color: #64707C;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}

/* ── Features section refinements ── */

/* Gap after FEATURES label */
.feature-board > .section-label {
  display: block;
  margin-bottom: 22px !important;
}

/* Smaller "Inside your toolkit" heading */
.feature-intro-left h2 {
  font-size: clamp(26px, 3.1vw, 41px) !important;
}

/* Tighten gap between intro copy block and the feature grid */
.feature-intro-layout {
  margin-bottom: 6px !important;
}
.feature-subhead-note {
  margin-bottom: 28px !important;
}


/* ── Fit "tools & shortcuts" on one line ── */

/* Reduce h1 size so the long middle line stays single-line */
.hero-copy h1 {
  font-size: clamp(40px, 4.2vw, 54px) !important;
}

/* Scale the right-side product visual down so the left column breathes */
.hero-product {
  transform: scale(0.88);
  transform-origin: top center;
}

/* Widen the left column a touch to give the headline more room */
.hero {
  grid-template-columns: .92fr 1.08fr !important;
}

@media (max-width: 720px) {
  .hero-copy h1 {
    font-size: clamp(36px, 11vw, 50px) !important;
  }
  .hero-product {
    transform: none;
  }
}


/* ── ™ mark proportional in body-text contexts ── */
.hero-lede .tm-mark,
.hero-lede sup {
  font-size: .72em !important;
  color: inherit !important;
  font-weight: inherit !important;
}


/* ── Final spacing overrides: features section ── */
.feature-subhead-note {
  margin-top: 18px !important;
  margin-bottom: 12px !important;
}

/* ── Final overrides ── */
.hero { align-items: start !important; }
.hero-copy { padding-top: 64px !important; }
.feature-name h3 { line-height: 1.55 !important; }

/* ── Footer redesign ── */
.footer-copy { margin: 0; text-align: left; }

.site-footer {
  grid-template-columns: auto 1fr auto !important;
  align-items: start !important;
  padding: 32px 0 !important;
  min-height: 0 !important;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-copy {
  margin: 0;
  font-size: 12px;
  color: #9099A5;
  text-align: left;
}

.footer-cols {
  display: flex;
  gap: 56px;
  justify-content: flex-end;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col-head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8090a0;
  margin-bottom: 2px;
}
.footer-col a {
  font-size: 13px;
  color: #9099A5;
  transition: color .15s;
}
.footer-col a:hover { color: var(--teal); }

/* ── WHY ZHEETLY section alignment + sizing ── */

/* Match width & remove left-padding that offset the vertical rule */
.why-section {
  width: min(1180px, calc(100% - 48px)) !important;
  padding-left: 0 !important;
}

/* Hide the vertical rule + dots */
.why-rule { display: none !important; }

/* Match label font-size to FEATURES */
.why-intro > .section-label {
  font-size: 14px !important;
}

/* Match h2 size to "Inside your toolkit" */
.why-intro h2 {
  font-size: clamp(26px, 3.1vw, 41px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.025em !important;
}

/* ── WHY ZHEETLY: match label→h2 gap to FEATURES section ── */
.why-intro {
  row-gap: 22px !important;
}

/* ── WHY ZHEETLY: label gap fix (row-gap was doubling with margin-bottom) ── */
.why-intro {
  row-gap: 0 !important;
}
.why-intro > .section-label {
  margin-bottom: 22px !important;
}

/* ── WHY ZHEETLY fact cards: equal height + aligned grey text ── */
.why-facts {
  align-items: stretch !important;
}
.why-facts > div {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}
.why-facts > div > .why-number {
  flex-shrink: 0;
}
.why-facts > div > span {
  flex-shrink: 0;
}
.why-facts > div > strong {
  flex-shrink: 0;
  min-height: 2.8em;
}
.why-facts > div > p {
  margin-top: 0 !important;
}

/* ── Download icon spacing in buttons ── */
.button svg {
  pointer-events: none;
}

/* ── WHY ZHEETLY: align h2 and p to top of their grid cells, not bottom ── */
.why-intro {
  align-items: start !important;
}

/* ══════════════════════════════════════════════
   WHY ZHEETLY — rotated label card redesign
   ══════════════════════════════════════════════ */

/* Section background tint */
.why-section {
  background: #f7fafb !important;
  border-radius: 16px !important;
  padding: 36px 40px 52px !important;
  width: min(1180px, calc(100% - 48px)) !important;
}

/* Reset the facts grid for new card layout */
.why-facts {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  margin-top: 40px !important;
}

/* Each card */
.why-card {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  padding: 0 !important;
  border-left: 2px solid #d4e8ee !important;
  min-height: 220px !important;
  transition: border-color .2s !important;
}
.why-card:hover {
  border-left-color: var(--teal) !important;
}

/* Left sidebar with rotated label */
.why-card-sidebar {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 20px 0 20px 0 !important;
  width: 36px !important;
  flex-shrink: 0 !important;
}

/* Rotated label — reads bottom to top */
.why-card-label {
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  color: var(--teal) !important;
  opacity: 0.65 !important;
  text-transform: uppercase !important;
  display: block !important;
  margin: 0 !important;
}

/* Number badge — sits at top of sidebar */
.why-card-sidebar .why-number {
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

/* Card body */
.why-card-body {
  display: flex !important;
  flex-direction: column !important;
  padding: 22px 24px 22px 18px !important;
  flex: 1 !important;
}

.why-card-body strong {
  display: block !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  color: #1e3238 !important;
  margin: 0 0 12px !important;
  min-height: 0 !important;
  letter-spacing: -.01em !important;
}

.why-card-body p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: #74808a !important;
}

/* Remove old why-facts > div styles from conflicting */
.why-facts > div {
  display: unset !important;
  min-height: unset !important;
  padding: unset !important;
  flex-direction: unset !important;
}

/* Suppress old span styling inside cards */
.why-card .why-card-label + * { margin-bottom: 0 !important; }

/* ── WHY cards: full-height sidebar label + hover effect ── */

/* Sidebar fills card height; label spans remaining space after number */
.why-card-sidebar {
  justify-content: flex-start !important;
  padding: 20px 0 20px 0 !important;
  gap: 0 !important;
}

.why-card-sidebar .why-number {
  flex-shrink: 0 !important;
  margin-bottom: 0 !important;
}

/* Label fills all remaining height, text centred within that span */
.why-card-label {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  opacity: 0.55 !important;
}

/* Cards transition for scale + shadow */
.why-card {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease !important;
  border-radius: 0 8px 8px 0 !important;
  background: transparent !important;
}

/* Hovered card: brighter + slightly enlarged */
.why-card:hover {
  transform: scale(1.025) !important;
  background: #ffffff !important;
  box-shadow: 0 6px 28px rgba(14, 116, 144, 0.12) !important;
  border-left-color: var(--teal) !important;
  z-index: 1 !important;
  position: relative !important;
}

.why-card:hover .why-card-label {
  opacity: 0.9 !important;
}

/* Siblings dim when one is hovered */
.why-facts:has(.why-card:hover) .why-card:not(:hover) {
  opacity: 0.45 !important;
}

/* ── WHY cards: dark sidebar bg + subtle hover ── */

/* Dark background on the sidebar strip */
.why-card-sidebar {
  background: #1e3f4c !important;
  border-radius: 6px 0 0 6px !important;
  padding: 18px 0 18px 0 !important;
  width: 38px !important;
}

/* Label white on dark */
.why-card-label {
  color: rgba(255,255,255,0.82) !important;
  opacity: 1 !important;
  letter-spacing: .16em !important;
  font-size: 8.5px !important;
}

/* Number on dark bg */
.why-card-sidebar .why-number {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.75) !important;
}

/* Card left border gone — sidebar replaces it */
.why-card {
  border-left: none !important;
  border-radius: 8px !important;
  background: #f0f6f8 !important;
}

.why-card:hover {
  background: #ffffff !important;
  border-left: none !important;
}

.why-card:hover .why-card-label {
  opacity: 1 !important;
  color: rgba(255,255,255,1) !important;
}

.why-card:hover .why-card-sidebar {
  background: #0E7490 !important;
}

/* Sibling dimming — very subtle now */
.why-facts:has(.why-card:hover) .why-card:not(:hover) {
  opacity: 0.82 !important;
}

/* ── WHY cards: horizontal header (number + label side by side) ── */

/* Reset sidebar styles */
.why-card-sidebar { display: none !important; }

/* Card back to column layout */
.why-card {
  flex-direction: column !important;
  border-left: none !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #f0f6f8 !important;
}

/* Dark header strip at top */
.why-card-header {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #1e3f4c !important;
  padding: 13px 18px !important;
}

/* Number circle on dark bg */
.why-card-header .why-number {
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.2) !important;
  color: rgba(255,255,255,.85) !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* Label inline, horizontal */
.why-card-label {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  display: inline !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  color: rgba(255,255,255,.72) !important;
  opacity: 1 !important;
  flex: 1 !important;
  text-transform: uppercase !important;
}

/* Card body */
.why-card-body {
  padding: 20px 20px 24px !important;
  flex: 1 !important;
}

/* Hover: scale + shadow only, no bg change */
.why-card:hover {
  transform: scale(1.025) !important;
  background: #f0f6f8 !important;
  box-shadow: 0 6px 28px rgba(14, 116, 144, 0.13) !important;
}
.why-card:hover .why-card-header {
  background: #0E7490 !important;
}

/* Sibling dimming stays subtle */
.why-facts:has(.why-card:hover) .why-card:not(:hover) {
  opacity: 0.82 !important;
}

/* ── WHY cards: remove hover, remove dark header bg, dark number only ── */

/* No hover effects at all */
.why-card,
.why-card:hover {
  transform: none !important;
  box-shadow: none !important;
  background: #f0f6f8 !important;
  transition: none !important;
}
.why-card:hover .why-card-header {
  background: transparent !important;
}
.why-facts:has(.why-card:hover) .why-card:not(:hover) {
  opacity: 1 !important;
}

/* Header strip: transparent, just padding */
.why-card-header {
  background: transparent !important;
  padding: 20px 20px 0 !important;
}

/* Number badge: dark background */
.why-card-header .why-number {
  background: #1e3f4c !important;
  border-color: #1e3f4c !important;
  color: #ffffff !important;
}

/* Label: plain teal text, no dark bg */
.why-card-label {
  color: var(--teal) !important;
  opacity: 0.85 !important;
}

/* ── WHY section: final cleanup pass ── */

/* Kill every residual hover rule on labels */
.why-card:hover .why-card-label {
  color: var(--teal) !important;
  opacity: 0.85 !important;
}

/* Tighten gap between intro paragraph and card grid */
.why-facts {
  margin-top: 20px !important;
}

/* Tighten gap between why-section and footer */
.why-section {
  margin-bottom: 40px !important;
}

/* Tighten why-action top padding (gap above CTA row) */
.why-action {
  padding-top: 18px !important;
}

/* ── Reduce intro→cards gap further ── */
.why-facts {
  margin-top: 10px !important;
}

/* ── WHY cards: single unified box ── */

/* Outer grid becomes one box */
.why-facts {
  background: #f0f6f8 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  gap: 0 !important;
  margin-top: 6px !important;
}

/* Individual cards: no radius, no background, no shadow */
.why-card {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-left: none !important;
}

/* Dividers between cards */
.why-card + .why-card {
  border-left: 1px solid #d8e8ed !important;
}

/* Card header: transparent */
.why-card-header {
  background: transparent !important;
  padding: 22px 22px 0 !important;
}

/* Keep hover suppressed */
.why-card,
.why-card:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.why-card:hover .why-card-header {
  background: transparent !important;
}

/* ── Dark footer ── */
.footer-outer {
  background: #1e3f4c;
  width: 100%;
}
.site-footer {
  border-top: none !important;
}
.footer-brand img {
  height: 28px;
  width: auto;
  opacity: 0.95;
}
.footer-copy {
  color: rgba(255,255,255,0.45) !important;
}
.footer-col-head {
  color: rgba(255,255,255,0.45) !important;
}
.footer-col a {
  color: rgba(255,255,255,0.60) !important;
}
.footer-col a:hover {
  color: #ffffff !important;
}
/* Hide the separate Zheetly text span — it's now in the logo */
.footer-brand-name {
  display: none !important;
}

/* ── Dark footer: logo size + heading contrast ── */

/* Match logo height to previous footer feel */
.footer-brand img {
  height: 40px !important;
  width: auto !important;
}

/* Headings clearly brighter than link text */
.footer-col-head {
  color: rgba(255,255,255,0.92) !important;
  font-size: 11px !important;
}

/* Link text stays noticeably dimmer */
.footer-col a {
  color: rgba(255,255,255,0.60) !important;
}
.footer-col a:hover {
  color: rgba(255,255,255,0.9) !important;
}

/* ── Sticky header ── */
.header-outer {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff;
  border-bottom: 1px solid #e8eef1;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}

/* ── Slimmer sticky header ── */
.site-header {
  min-height: 74px !important;
}
@media (max-width: 980px) {
  .site-header { min-height: 60px !important; }
}



/* ── Balance Sheet mini-grid (Trace Precedents demo) ── */
.bs-mini {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #fff;
  font-size: 10px;
  font-family: ui-sans-serif, -apple-system, sans-serif;
}
.bs-cols, .bs-r {
  display: grid;
  grid-template-columns: 34px 1fr 56px 56px 56px;
  align-items: stretch;
}
.bs-cols { height: 24px; background: #f8f9fa; border-bottom: 1px solid #d0d5d9; }
.bs-r { height: 28px; }
.bs-r-gap { height: 18px; }
.bs-rn-hd { border-right: 1px solid #d0d5d9; }
.bs-lh { border-right: 1px solid #d0d5d9; }
.bs-ch {
  display: flex; align-items: center; justify-content: center;
  color: #5f6368; font-size: 10px;
  border-right: 1px solid #d0d5d9;
}
.bs-ch:last-child { border-right: 0; }
.bs-ch-sel { background: rgba(26,115,232,.1); color: #1a73e8; font-weight: 700; }
.bs-rn {
  display: flex; align-items: center; justify-content: center;
  background: #f8f9fa; border-right: 1px solid #d0d5d9;
  color: #5f6368; font-size: 9px;
  border-bottom: 1px solid #e8eaed;
}
.bs-rn-sel { background: rgba(26,115,232,.1); color: #1a73e8; font-weight: 700; }
.bs-lb {
  display: flex; align-items: center; padding: 0 6px;
  color: #202124; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  border-right: 1px solid #e8eaed; border-bottom: 1px solid #e8eaed;
}
.bs-v {
  display: flex; align-items: center; justify-content: flex-end; padding: 0 6px;
  color: #202124;
  border-right: 1px solid #e8eaed; border-bottom: 1px solid #e8eaed;
}
.bs-v-d { border-right: 0; }
.bs-bld { font-weight: 700; }
.bs-r-sel .bs-lb, .bs-r-sel .bs-v { background: rgba(26,115,232,.04); }
.bs-cell-sel {
  position: relative;
  border: 2px solid #1a73e8 !important;
  background: rgba(26,115,232,.08) !important;
  z-index: 1;
}
.bs-cell-sel::after {
  content: '';
  position: absolute; bottom: -4px; right: -4px;
  width: 7px; height: 7px; border-radius: 50%;
  background: #1a73e8; z-index: 2;
}
.bs-r-sec .bs-rn, .bs-r-sec .bs-lb, .bs-r-sec .bs-v {
  background: #263545;
  border-color: rgba(255,255,255,.08);
  color: rgba(255,255,255,.25);
}
.bs-sec-lbl { color: #fff !important; font-weight: 800; letter-spacing: .05em; }
/* Watch Window updates */
.value-d { background: #FCDCE0; }
.ww-active-row { background: rgba(14,116,144,.06); border-left: 3px solid var(--teal); }
.value-ww-active { background: #E8EAED !important; color: #5f6368 !important; }
/* Additional dot colours */
.dot-teal { background: #0E7490; }
.dot-maroon { background: #A0162E; }

/* ── Trace panel: fade grid + clip above caption ── */
.trace-demo .bs-mini {
  opacity: 0.85;             /* 85% opacity / slightly faded */
}
/* Caption: full-width white bar at panel bottom, covers grid */
.trace-demo .demo-caption {
  background: #fff;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  padding: 14px 22px 22px 22px !important;
  z-index: 6 !important;
  box-sizing: border-box !important;
}

/* ── Height & spacing fixes ── */
/* Watch Window: less vertical stretch */
.watch-head    { min-height: 42px !important; }
.watch-actions { min-height: 36px !important; }
.watch-list > div { min-height: 44px !important; }
/* BS grid: uniform row heights (no squashing), fill panel */
.bs-r     { height: 18px !important; }
.bs-r-gap { height: 18px !important; }
/* Trace popup footer: match watch-foot exactly */
.mini-popup-foot {
  font-size: 7px !important;
  color: #98A1AE !important;
  display: block !important;
  padding: 7px 10px !important;
  line-height: 1.55 !important;
  border-top: 1px solid #E4E8EB;
  margin-top: 0 !important;
}

/* ── Watch Window overhaul ── */
.ww-lbl {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
  font-size: 11px;
  color: #29363B;
  font-weight: 500;
  font-family: Arial, sans-serif;
  font-weight: 500;
}
.ww-lbl em {
  font-style: normal;
  font-size: 9.5px;
  color: #98A1AE;
  font-weight: 400;
  display: block;
}
.value-gray { background: #E8EAED !important; color: #3C4043 !important; }
.value-navy { background: #203C40 !important; color: #fff !important; }
.value-amber-text { background: #FEF3C7 !important; color: #1565C0 !important; font-weight: 700; }
.value-orange { background: #E07B1E !important; color: #1A1A1A !important; }
/* Footer kbd styling */
.watch-foot { display: block !important; padding: 8px 14px !important; min-height: 0 !important; line-height: 1.6; }
.watch-foot kbd, .mini-popup-foot kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  height: 13px;
  background: #fff;
  border: 1px solid #c9d2db;
  border-radius: 3px;
  font-family: inherit;
  font-size: 7px;
  color: #5f6368;
  white-space: nowrap;
  vertical-align: middle;
}
/* Popup z-index fix */
.trace-popup { z-index: 10 !important; }
/* BS mini-grid zoom out */
.bs-mini { font-size: 8px !important; }
.bs-cols { height: 18px !important; }
.bs-r { height: 20px !important; }
.bs-r-gap { height: 18px !important; }
.bs-cols, .bs-r { grid-template-columns: 26px 1fr 44px 44px 44px !important; }

/* ── Footer trademark disclaimer ── */
.footer-trademark {
  margin: 10px 0 0 !important;
  color: rgba(255,255,255,0.28);
  font-size: 10px;
  line-height: 1.6;
  max-width: 640px;
  text-align: left !important;
}

/* ── Tighten gap between why-facts and why-action ── */
.why-action {
  padding-top: 32px !important;
}


/* ─────────────────────────────────────────────────────────────
   Hero product popups — matched to Zheetly v0.9.10 UI
   ───────────────────────────────────────────────────────────── */

/* Shared popup language */
.realistic-popup,
.realistic-watch {
  --popup-teal: #0E7490;
  --popup-ink: #202735;
  --popup-muted: #9AA3B2;
  --popup-line: #E5E8ED;
  --popup-soft: #DDEFF4;
  position: relative;
  overflow: hidden;
  border: 1px solid #DDE2E8 !important;
  border-radius: 18px !important;
  background: #FFFFFF !important;
  box-shadow:
    0 16px 38px rgba(32, 39, 53, .12),
    0 2px 5px rgba(32, 39, 53, .04) !important;
  color: var(--popup-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.realistic-popup::before,
.realistic-watch::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--popup-teal);
}

/* Shared coded close icon */
.control-close,
.row-close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.control-close::before,
.control-close::after,
.row-close::before,
.row-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform-origin: center;
}

.control-close::before,
.row-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.control-close::after,
.row-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ── Trace Precedents ── */
.trace-popup.realistic-popup {
  top: 58px !important;
  right: 14px !important;
  width: 286px !important;
  border-radius: 17px !important;
}

.realistic-popup .mini-popup-head {
  min-height: 78px !important;
  padding: 24px 19px 14px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid var(--popup-line);
  color: var(--popup-teal) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
}

.realistic-popup .mini-close {
  flex: 0 0 auto;
  width: 35px !important;
  height: 35px !important;
  display: grid !important;
  place-items: center;
  border: 1.5px solid #C6CED9 !important;
  border-radius: 8px !important;
  background: #FFFFFF;
  color: #9BA5B4 !important;
}

.realistic-popup .mini-popup-row {
  min-height: 54px !important;
  height: auto !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: #202735 !important;
  background: #FFFFFF;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  letter-spacing: -.015em;
}

.realistic-popup .mini-popup-row.is-active {
  min-height: 57px !important;
  margin: 8px 8px 4px !important;
  padding: 0 16px !important;
  border: 2px solid var(--popup-teal) !important;
  border-radius: 10px !important;
  background: #DCEFF4 !important;
}

.realistic-popup .dot {
  flex: 0 0 auto;
  width: 12px !important;
  height: 12px !important;
}

.realistic-popup .dot-orange { background: #FFA31A !important; }
.realistic-popup .dot-purple { background: #8B3AA8 !important; }
.realistic-popup .dot-teal { background: #16A6C9 !important; }
.realistic-popup .dot-maroon { background: #B72052 !important; }

.realistic-popup .mini-popup-foot {
  min-height: 82px !important;
  margin-top: 8px !important;
  padding: 15px 19px 14px !important;
  border-top: 1px solid var(--popup-line) !important;
  background: #FBFBFD;
  color: var(--popup-muted) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.realistic-popup .mini-popup-foot kbd {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #697282 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

/* ── Watch Window ── */
.watch-window-card.realistic-watch {
  border-radius: 18px !important;
}

.realistic-watch .watch-head {
  min-height: 76px !important;
  padding: 17px 20px 0 22px !important;
  border-bottom: 1px solid var(--popup-line) !important;
}

.realistic-watch .watch-head strong {
  color: var(--popup-teal) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
}

.realistic-watch .watch-head-controls {
  display: flex !important;
  gap: 10px !important;
}

.realistic-watch .watch-head-controls button {
  position: relative;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  border: 1.5px solid #C6CED9 !important;
  border-radius: 8px !important;
  background: #FFFFFF !important;
  color: #9BA5B4 !important;
}

.control-caret {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #A1AAB8;
  transform: translateY(2px);
}

.realistic-watch .watch-actions {
  min-height: 62px !important;
  padding: 0 22px !important;
  gap: 13px !important;
  border-bottom: 1px solid var(--popup-line) !important;
  background: #FFFFFF;
}

.realistic-watch .watch-actions strong,
.realistic-watch .watch-actions b {
  color: var(--popup-teal) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.realistic-watch .watch-actions > span:not(.watch-head-controls) {
  color: #9AA3B2 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.realistic-watch .watch-actions b:first-of-type {
  margin-left: auto !important;
}

.realistic-watch .watch-actions em {
  margin: 0 2px !important;
  color: #98A1AF !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.realistic-watch .watch-list {
  padding: 8px 8px 10px !important;
}

.realistic-watch .watch-list > div {
  min-height: 61px !important;
  padding: 5px 12px 5px 14px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 18px 22px !important;
  gap: 10px !important;
  align-items: center !important;
  color: var(--popup-ink) !important;
  background: #FFFFFF;
  border: 2px solid transparent;
  border-radius: 10px;
}

.realistic-watch .watch-list > div.ww-active-row {
  min-height: 73px !important;
  border-color: var(--popup-teal) !important;
  background: #DCEFF4 !important;
}

.realistic-watch .ww-lbl {
  min-width: 0;
  display: block !important;
  color: #202735 !important;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace !important;
  font-size: 14.5px !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
  letter-spacing: -.015em;
  white-space: normal;
}

.realistic-watch .ww-lbl em {
  display: block;
  color: inherit;
  font: inherit;
  font-style: normal;
}

.realistic-watch .watch-value {
  min-width: 82px !important;
  padding: 8px 11px !important;
  border-radius: 8px !important;
  text-align: right !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
  letter-spacing: -.02em;
  box-shadow: none !important;
}

.realistic-watch .value-gray {
  color: #090B10 !important;
  background: #DCD3ED !important;
}

.realistic-watch .value-navy {
  color: #FFFFFF !important;
  background: #0C5EA4 !important;
  font-weight: 700 !important;
}

.realistic-watch .value-amber-text {
  min-width: 108px !important;
  color: #101BFF !important;
  background: #FFFAB9 !important;
}

.realistic-watch .value-orange {
  color: #000000 !important;
  background: #FFB25F !important;
  font-weight: 700 !important;
}

.realistic-watch .watch-reorder {
  width: 18px;
  height: 34px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.reorder-up,
.reorder-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.reorder-up {
  border-bottom: 8px solid #ADB5C1;
}

.reorder-down {
  border-top: 8px solid #ADB5C1;
}

.realistic-watch .watch-remove {
  width: 22px;
  height: 30px;
  color: #98A1AF !important;
}

.row-close::before,
.row-close::after {
  width: 15px;
  height: 2px;
}

.realistic-watch .watch-foot {
  min-height: 75px !important;
  padding: 13px 21px 12px !important;
  align-items: flex-start !important;
  border-top: 1px solid var(--popup-line) !important;
  background: #FBFBFD;
  color: var(--popup-muted) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.realistic-watch .watch-foot kbd {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #697282 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

/* Keep both coded popups legible within the existing hero composition. */
@media (max-width: 1180px) and (min-width: 981px) {
  .trace-popup.realistic-popup {
    width: 254px !important;
  }

  .realistic-popup .mini-popup-head {
    font-size: 17px !important;
  }

  .realistic-popup .mini-popup-row {
    font-size: 16px !important;
  }

  .realistic-watch .watch-head strong {
    font-size: 18px !important;
  }

  .realistic-watch .watch-actions strong,
  .realistic-watch .watch-actions b {
    font-size: 14px !important;
  }

  .realistic-watch .watch-actions > span:not(.watch-head-controls) {
    font-size: 13px !important;
  }

  .realistic-watch .watch-value {
    font-size: 19px !important;
  }
}

@media (max-width: 720px) {
  .trace-popup.realistic-popup {
    width: min(286px, calc(100% - 24px)) !important;
    right: 12px !important;
  }

  .realistic-watch .watch-actions {
    padding-inline: 14px !important;
    gap: 8px !important;
  }

  .realistic-watch .watch-actions strong,
  .realistic-watch .watch-actions b {
    font-size: 13px !important;
  }

  .realistic-watch .watch-actions > span:not(.watch-head-controls) {
    font-size: 12px !important;
  }
}

/* ─────────────────────────────────────────────────────────────
   Hero product popup sizing and positioning refinement
   ───────────────────────────────────────────────────────────── */

/* Keep both coded popups comfortably inside their own half of the demo. */
.trace-demo,
.watch-demo {
  overflow: hidden;
}

.trace-popup.realistic-popup {
  top: 72px !important;
  right: 16px !important;
  width: 232px !important;
  transform: scale(.88);
  transform-origin: top right;
}

.watch-window-card.realistic-watch {
  width: calc(100% - 30px) !important;
  margin: 0 auto !important;
  transform: scale(.86);
  transform-origin: top center;
}

/* Trace popup typography and spacing scaled to the available panel width. */
.realistic-popup .mini-popup-head {
  min-height: 62px !important;
  padding: 19px 15px 11px 17px !important;
  font-size: 16px !important;
}

.realistic-popup .mini-close {
  width: 30px !important;
  height: 30px !important;
  border-radius: 7px !important;
}

.realistic-popup .mini-popup-row {
  min-height: 45px !important;
  padding: 0 15px !important;
  gap: 11px !important;
  font-size: 15px !important;
}

.realistic-popup .mini-popup-row.is-active {
  min-height: 48px !important;
  margin: 7px 7px 3px !important;
  padding: 0 13px !important;
}

.realistic-popup .dot {
  width: 10px !important;
  height: 10px !important;
}

.realistic-popup .mini-popup-foot {
  min-height: 56px !important;
  margin-top: 6px !important;
  padding: 10px 14px 11px !important;
  font-size: 10.5px !important;
  line-height: 1.45 !important;
}

/* Force the Trace footer into two balanced lines. */
.realistic-popup .mini-popup-foot {
  display: block;
}
.realistic-popup .mini-popup-foot br {
  display: none;
}
.realistic-popup .mini-popup-foot kbd {
  white-space: nowrap;
}

/* Watch Window scaled to the right-hand panel. */
.realistic-watch .watch-head {
  min-height: 62px !important;
  padding: 14px 17px 0 18px !important;
}

.realistic-watch .watch-head strong {
  font-size: 17px !important;
}

.realistic-watch .watch-head-controls {
  gap: 8px !important;
}

.realistic-watch .watch-head-controls button {
  width: 31px !important;
  height: 31px !important;
  border-radius: 7px !important;
}

.realistic-watch .watch-actions {
  min-height: 51px !important;
  padding: 0 18px !important;
  gap: 10px !important;
}

.realistic-watch .watch-actions strong,
.realistic-watch .watch-actions b {
  font-size: 13px !important;
}

.realistic-watch .watch-actions > span:not(.watch-head-controls) {
  font-size: 12px !important;
}

.realistic-watch .watch-actions em {
  font-size: 15px !important;
}

.realistic-watch .watch-list {
  padding: 7px 7px 8px !important;
}

.realistic-watch .watch-list > div {
  min-height: 49px !important;
  padding: 4px 10px 4px 12px !important;
  grid-template-columns: minmax(0, 1fr) auto 16px 18px !important;
  gap: 8px !important;
  border-radius: 9px !important;
}

.realistic-watch .watch-list > div.ww-active-row {
  min-height: 59px !important;
}

.realistic-watch .ww-lbl {
  font-size: 12px !important;
  line-height: 1.18 !important;
}

.realistic-watch .watch-value {
  min-width: 68px !important;
  padding: 7px 9px !important;
  font-size: 18px !important;
  border-radius: 7px !important;
}

.realistic-watch .value-amber-text {
  min-width: 91px !important;
}

.realistic-watch .watch-reorder {
  width: 16px !important;
  height: 29px !important;
  gap: 4px !important;
}

.reorder-up,
.reorder-down {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}

.reorder-up { border-bottom-width: 7px !important; }
.reorder-down { border-top-width: 7px !important; }

.realistic-watch .watch-remove {
  width: 18px !important;
  height: 26px !important;
}

.row-close::before,
.row-close::after {
  width: 13px !important;
}

.realistic-watch .watch-foot {
  min-height: 56px !important;
  padding: 10px 17px 10px !important;
  font-size: 10.5px !important;
  line-height: 1.45 !important;
}

/* Keep the Watch footer to exactly two lines on desktop. */
.realistic-watch .watch-foot {
  display: block !important;
}
.realistic-watch .watch-foot br {
  display: none !important;
}
.realistic-watch .watch-foot kbd {
  white-space: nowrap;
}

/* Slightly more breathing room around the two popups. */
.watch-demo {
  padding: 64px 18px 100px !important;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .trace-popup.realistic-popup {
    width: 220px !important;
    transform: scale(.84);
  }

  .watch-window-card.realistic-watch {
    transform: scale(.82);
  }
}

@media (max-width: 980px) {
  .trace-popup.realistic-popup,
  .watch-window-card.realistic-watch {
    transform: none;
  }

  .trace-popup.realistic-popup {
    width: min(260px, calc(100% - 24px)) !important;
  }
}

/* ─────────────────────────────────────────────────────────────
   Final popup proportion pass — preserve type size, compress height
   ───────────────────────────────────────────────────────────── */

/* TRACE PRECEDENTS */
.trace-popup.realistic-popup {
  top: 78px !important;
  right: 18px !important;
  width: 224px !important;
  transform: none !important;
}

.realistic-popup .mini-popup-head {
  min-height: 50px !important;
  padding: 14px 13px 8px 15px !important;
  font-size: 15px !important;
}

.realistic-popup .mini-close {
  width: 27px !important;
  height: 27px !important;
  border-radius: 6px !important;
}

.realistic-popup .mini-popup-row {
  min-height: 37px !important;
  padding: 0 13px !important;
  gap: 10px !important;
  font-size: 14px !important;
}

.realistic-popup .mini-popup-row.is-active {
  min-height: 40px !important;
  margin: 5px 6px 2px !important;
  padding: 0 11px !important;
  border-radius: 8px !important;
}

.realistic-popup .dot {
  width: 9px !important;
  height: 9px !important;
}

.realistic-popup .mini-popup-foot {
  min-height: 44px !important;
  margin-top: 4px !important;
  padding: 7px 11px 8px !important;
  font-size: 9.5px !important;
  line-height: 1.35 !important;
}

/* WATCH WINDOW */
.watch-window-card.realistic-watch {
  width: calc(100% - 34px) !important;
  margin: 0 auto !important;
  transform: none !important;
}

.realistic-watch .watch-head {
  min-height: 52px !important;
  padding: 11px 14px 0 15px !important;
}

.realistic-watch .watch-head strong {
  font-size: 16px !important;
}

.realistic-watch .watch-head-controls {
  gap: 7px !important;
}

.realistic-watch .watch-head-controls button {
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px !important;
}

.control-caret {
  border-left-width: 5px !important;
  border-right-width: 5px !important;
  border-top-width: 6px !important;
}

.realistic-watch .watch-actions {
  min-height: 43px !important;
  padding: 0 14px !important;
  gap: 8px !important;
}

.realistic-watch .watch-actions strong,
.realistic-watch .watch-actions b {
  font-size: 12px !important;
}

.realistic-watch .watch-actions > span:not(.watch-head-controls) {
  font-size: 11px !important;
}

.realistic-watch .watch-actions em {
  font-size: 14px !important;
  margin: 0 !important;
}

.realistic-watch .watch-list {
  padding: 5px 6px 6px !important;
}

.realistic-watch .watch-list > div {
  min-height: 40px !important;
  padding: 3px 8px 3px 10px !important;
  grid-template-columns: minmax(0, 1fr) auto 14px 16px !important;
  gap: 7px !important;
  border-radius: 8px !important;
}

.realistic-watch .watch-list > div.ww-active-row {
  min-height: 47px !important;
  border-radius: 8px !important;
}

.realistic-watch .ww-lbl {
  font-size: 11.5px !important;
  line-height: 1.14 !important;
}

.realistic-watch .watch-value {
  min-width: 62px !important;
  padding: 6px 8px !important;
  font-size: 17px !important;
  border-radius: 7px !important;
}

.realistic-watch .value-amber-text {
  min-width: 82px !important;
}

.realistic-watch .watch-reorder {
  width: 14px !important;
  height: 25px !important;
  gap: 3px !important;
}

.reorder-up,
.reorder-down {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}

.reorder-up { border-bottom-width: 6px !important; }
.reorder-down { border-top-width: 6px !important; }

.realistic-watch .watch-remove {
  width: 16px !important;
  height: 22px !important;
}

.row-close::before,
.row-close::after {
  width: 12px !important;
  height: 1.8px !important;
}

.realistic-watch .watch-foot {
  min-height: 45px !important;
  padding: 7px 13px 8px !important;
  font-size: 9.5px !important;
  line-height: 1.35 !important;
}

/* Keep both popups visually centred within their own side. */
.trace-demo .realistic-popup {
  margin: 0 !important;
}

.watch-demo {
  padding: 60px 14px 100px !important;
}

/* Prevent accidental third-line footer wrapping on wide desktop. */
.realistic-popup .mini-popup-foot,
.realistic-watch .watch-foot {
  letter-spacing: -.005em;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .trace-popup.realistic-popup {
    width: 218px !important;
  }

  .watch-window-card.realistic-watch {
    width: calc(100% - 26px) !important;
  }
}

/* v88 reviewed popup composition */
.trace-demo,.watch-demo{overflow:hidden!important;}

.trace-popup.realistic-popup{
  position:absolute!important;
  left:auto!important;right:4px!important;top:55px!important;
  width:246px!important;max-width:246px!important;
  transform:none!important;
}
/* --- Trace popup: scaled down vertically --- */
.realistic-popup .mini-popup-head{min-height:40px!important;padding:9px 12px 6px!important;font-size:12px!important;}
.realistic-popup .mini-close{width:23px!important;height:23px!important;border-radius:5px!important;}
.realistic-popup .mini-popup-row{min-height:28px!important;padding:0 10px!important;gap:8px!important;font-size:12px!important;}
.realistic-popup .mini-popup-row.is-active{min-height:32px!important;margin:4px 5px 2px!important;padding:0 9px!important;border-radius:7px!important;}
.realistic-popup .dot{width:8px!important;height:8px!important;}
.realistic-popup .mini-popup-foot{min-height:34px!important;margin-top:3px!important;padding:5px 9px 6px!important;font-size:8px!important;line-height:1.3!important;}

/* --- Watch Window: scaled down vertically --- */
.watch-demo{padding:62px 12px 100px!important;}
.watch-window-card.realistic-watch{
  width:84%!important;max-width:286px!important;margin:0 auto!important;
  transform:none!important;
}
.realistic-watch .watch-head{min-height:43px!important;padding:8px 12px 0 13px!important;}
.realistic-watch .watch-head strong{font-size:14px!important;}
.realistic-watch .watch-head-controls{gap:7px!important;}
.realistic-watch .watch-head-controls button{width:25px!important;height:25px!important;border-radius:6px!important;}
.realistic-watch .watch-actions{min-height:33px!important;padding:0 12px!important;gap:7px!important;}
.realistic-watch .watch-actions strong,.realistic-watch .watch-actions b{font-size:10.5px!important;}
.realistic-watch .watch-actions>span:not(.watch-head-controls){font-size:9.5px!important;}
.realistic-watch .watch-actions em{font-size:12px!important;margin:0!important;}
.realistic-watch .watch-list{padding:4px!important;}
.realistic-watch .watch-list>div{min-height:29px!important;padding:2px 6px 2px 8px!important;grid-template-columns:minmax(0,1fr) auto 13px 15px!important;gap:5px!important;border-radius:7px!important;}
.realistic-watch .watch-list>div.ww-active-row{min-height:35px!important;border-radius:7px!important;}
.realistic-watch .ww-lbl{font-size:10px!important;line-height:1.12!important;}
.realistic-watch .watch-value{min-width:54px!important;padding:4px 6px!important;font-size:13px!important;border-radius:6px!important;}
.realistic-watch .value-amber-text{min-width:72px!important;}
.realistic-watch .watch-reorder{width:12px!important;height:21px!important;gap:3px!important;}
.realistic-watch .watch-remove{width:14px!important;height:19px!important;}
.realistic-watch .watch-foot{min-height:34px!important;padding:5px 9px 6px!important;font-size:8px!important;line-height:1.3!important;}

/* explicit two-line footers */
.realistic-popup .mini-popup-foot br,.realistic-watch .watch-foot br{display:block!important;}

/* Popup polish pass */
.realistic-popup .mini-close,
.realistic-watch .watch-head-controls button {
  width: 23px !important;
  height: 23px !important;
  border-radius: 5px !important;
}

.realistic-popup .mini-close .control-close::before,
.realistic-popup .mini-close .control-close::after,
.realistic-watch .watch-head-controls .control-close::before,
.realistic-watch .watch-head-controls .control-close::after {
  width: 9px !important;
  height: 1.5px !important;
}

.realistic-watch .control-caret {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
  border-top-width: 5px !important;
  transform: translateY(1px) !important;
}

.realistic-watch .watch-head strong {
  color: var(--popup-teal) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}

.realistic-popup .mini-popup-head,
.realistic-watch .watch-head {
  align-items: center !important;
}

.realistic-popup .mini-close {
  transform: translateY(1px);
}

.popup-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  padding: 0 5px;
  margin: 0 1px;
  border: 1px solid #C8CFD9;
  border-radius: 5px;
  background: linear-gradient(#FFFFFF, #F4F6F8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  color: #8F98A7;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: .92em;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
}

.popup-enter {
  display: inline !important;
  position: relative;
  top: 0 !important;
  vertical-align: baseline !important;
  line-height: inherit !important;
}

.realistic-watch .watch-actions {
  column-gap: 7px !important;
}

.realistic-watch .watch-actions b:first-of-type {
  margin-left: auto !important;
}

.realistic-watch .watch-actions em {
  margin: 0 3px !important;
}

/* v91 — selected row and header alignment only */

/* Watch Window title/header uses the same proportions as Trace Precedents. */
.realistic-watch .watch-head {
  min-height: 46px !important;
  padding: 12px 13px 8px 14px !important;
  align-items: center !important;
}

.realistic-watch .watch-head strong {
  color: var(--popup-teal) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}

.realistic-watch .watch-head-controls {
  align-items: center !important;
  gap: 8px !important;
}



/* v93 — lower both product-feature captions by 5px */
.trace-demo .demo-caption,
.watch-demo .demo-caption {
  transform: translateY(5px) !important;
}



/* v94 - tighten 30 days pill */
.value-amber-text{
  padding-left:.78em !important;
  padding-right:.78em !important;
}



/* v95 — visible yellow-pill trim and left-grid transparency */

/* Remove the fixed minimum width that was creating the extra empty space. */
.realistic-watch .watch-value.value-amber-text {
  min-width: 0 !important;
  width: auto !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  justify-self: end !important;
}

/* 75% transparent grid lines on the left-hand Google Sheets preview. */
.trace-demo .mini-sheet-gs {
  background:
    repeating-linear-gradient(
      to right,
      transparent 0 86px,
      rgba(217, 222, 226, .25) 86px 87px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 31px,
      rgba(217, 222, 226, .25) 31px 32px
    ) !important;
  background-position: 0 0, 0 0 !important;
}



/* v96 — actual left-hand Google Sheets preview opacity */
.trace-demo .bs-mini {
  opacity: 0.75 !important;
}



/* v100 — remove the actual product-feature logo drop shadow */
.zheetly-badge.hero-demo-badge {
  filter: none !important;
}

.zheetly-badge.hero-demo-badge img {
  filter: none !important;
  box-shadow: none !important;
}



@media (max-width: 720px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  body { min-width: 0; }

  .site-header,
  .hero,
  .feature-board,
  .why-section,
  .site-footer {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }

  .site-header {
    min-height: 68px !important;
    gap: 12px;
  }
  .brand { min-width: 0; }
  .brand img { width: 122px !important; height: auto; }
  .nav { flex: 0 0 auto; }
  .nav-pill {
    padding: 9px 13px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  .hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px !important;
    margin-top: 0 !important;
    padding: 30px 0 24px !important;
  }
  .hero-copy,
  .hero-product {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
  }
  .hero-copy h1 {
    max-width: 100% !important;
    margin: 0 0 20px !important;
    font-size: clamp(39px, 12.1vw, 55px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    overflow-wrap: anywhere;
  }
  .hero-pretitle { margin-bottom: 14px !important; }
  .hero-lede {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
  .hero-actions {
    width: 100%;
    margin-top: 28px !important;
    gap: 14px !important;
    align-items: stretch !important;
  }
  .hero-actions .button { flex: 1 1 100%; width: 100%; }
  .hero-secondary-cta { text-align: center; padding: 4px 0; }
  .hero-social-proof { flex-wrap: wrap; row-gap: 5px; }

  .hero-product {
    transform: none !important;
    transform-origin: initial !important;
  }
  .product-stage {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 18px !important;
    transform: none !important;
  }
  .demo-topbar {
    min-height: 52px !important;
    padding: 9px 12px !important;
    gap: 7px !important;
    flex-wrap: wrap;
  }
  .demo-doc-name { max-width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .demo-formula {
    order: 3;
    flex: 1 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .demo-surface { display: block !important; min-height: 0 !important; }
  .demo-panel { width: 100% !important; min-height: 385px !important; }
  .demo-panel + .demo-panel { border-left: 0 !important; border-top: 1px solid #E2E8EB; }
  .mini-sheet-gs { background-size: auto !important; }
  .gs-values { width: 100% !important; max-width: 100% !important; }
  .trace-popup.realistic-popup {
    top: 60px !important;
    right: 10px !important;
    width: min(224px, calc(100% - 20px)) !important;
    max-width: calc(100% - 20px) !important;
  }
  .watch-demo { padding: 34px 10px 76px !important; }
  .watch-window-card.realistic-watch {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .realistic-watch .watch-actions {
    min-height: 0 !important;
    padding: 10px 12px !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
  }
  .realistic-watch .watch-actions b:first-of-type { margin-left: 0 !important; }
  .realistic-watch .watch-list > div {
    grid-template-columns: minmax(0, 1fr) auto 14px 16px !important;
    padding-inline: 9px !important;
    gap: 6px !important;
  }
  .realistic-watch .watch-value {
    min-width: 58px !important;
    max-width: 104px;
    font-size: 16px !important;
  }
  .realistic-watch .value-amber-text { min-width: 76px !important; }
  .demo-caption { left: 14px !important; right: 14px; bottom: 14px !important; }
  .demo-caption strong { max-width: 100% !important; white-space: normal !important; }

  .feature-board { margin-top: 56px !important; margin-bottom: 84px !important; }
  .feature-intro-layout {
    display: block !important;
    margin-bottom: 26px !important;
  }
  .feature-intro-left h2 {
    font-size: clamp(31px, 10vw, 42px) !important;
    line-height: 1.03 !important;
  }
  .feature-intro-right { display: block !important; }
  .feature-intro-right .feature-subhead-copy {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    font-size: 15px !important;
  }
  .feature-subhead-note {
    width: 100% !important;
    white-space: normal !important;
    margin-bottom: 26px !important;
  }
  .feature-sheet { overflow: visible !important; border-radius: 15px !important; }
  .feature-row {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    min-width: 0 !important;
  }
  .row-number { grid-row: 1 / 5 !important; }
  .feature-name,
  .feature-copy,
  .feature-list,
  .feature-tags {
    grid-column: 2 !important;
    min-width: 0 !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .feature-name { padding-top: 20px !important; }
  .feature-name h3 { font-size: 19px !important; overflow-wrap: anywhere; }
  .feature-copy { padding-top: 10px !important; }
  .feature-list { padding-top: 14px !important; padding-bottom: 20px !important; }
  .shortcut-list, .sheet-coordinates { display: none !important; }

  .why-section {
    margin-bottom: 80px !important;
    padding: 34px 0 0 32px !important;
  }
  .why-rule { left: 7px !important; }
  .why-intro { display: block !important; padding-bottom: 30px !important; }
  .why-intro .section-label { margin-bottom: 18px !important; }
  .why-intro h2 {
    font-size: clamp(38px, 11vw, 52px) !important;
    overflow-wrap: anywhere;
  }
  .why-intro p { margin-top: 20px !important; font-size: 15px !important; }
  .why-facts { display: block !important; }
  .why-facts > div {
    min-height: 0 !important;
    padding: 25px 0 !important;
    border-left: 0 !important;
  }
  .why-action { gap: 22px !important; }
  .why-action .button { width: 100%; }

  .site-footer {
    display: block !important;
    padding: 34px 0 !important;
  }
  .footer-brand-block { width: 100% !important; }
  .footer-trademark { max-width: 100% !important; }
  .footer-cols {
    width: 100% !important;
    margin-top: 28px;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
  }
  .footer-col { min-width: 0; }
}

@media (max-width: 420px) {
  .site-header,
  .hero,
  .feature-board,
  .why-section,
  .site-footer { width: calc(100% - 24px) !important; }
  .brand img { width: 104px !important; }
  .nav-pill { padding-inline: 11px !important; }
  .hero-copy h1 { font-size: clamp(37px, 12vw, 48px) !important; }
  .demo-panel { min-height: 360px !important; }
  .trace-popup.realistic-popup { width: min(210px, calc(100% - 16px)) !important; right: 8px !important; }
  .realistic-popup .mini-popup-row { font-size: 12.5px !important; }
  .realistic-watch .watch-head strong { font-size: 14px !important; }
  .realistic-watch .watch-value { font-size: 14px !important; min-width: 52px !important; }
  .footer-cols { grid-template-columns: 1fr !important; }
}


/* Section link alignment */



.info-main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 130px;
}
.info-hero {
  max-width: 980px;
  padding: 0 0 44px 28px;
}
.info-hero h1 {
  max-width: 900px !important;
  margin: 0 0 24px !important;
}
.info-intro {
  max-width: 760px;
  margin: 0;
  color: #64707C;
  font-size: 18px;
  line-height: 1.65;
}
.info-content {
  max-width: 920px;
  margin-left: 28px;
}
.info-content.narrow { max-width: 760px; }
.info-content h2 {
  margin: 48px 0 14px;
  color: #26373B;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.info-content h2:first-child { margin-top: 0; }
.info-content h3 {
  margin: 30px 0 10px;
  color: #26373B;
  font-size: 18px;
}
.info-content p,
.info-content li {
  color: #64707C;
  font-size: 15px;
  line-height: 1.75;
}
.info-content p { margin-bottom: 16px; }
.info-content ul { margin: 0 0 20px; padding-left: 22px; }
.info-content a.inline-link {
  color: var(--teal);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(14,116,144,.3);
}
.details-list { border-top: 1px solid #DCE4E8; }
.details-list details { border-bottom: 1px solid #DCE4E8; }
.details-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 42px 24px 0;
  position: relative;
  color: #26373B;
  font-size: 17px;
  font-weight: 700;
}
.details-list summary::-webkit-details-marker { display: none; }
.details-list summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 20px;
  color: var(--teal);
  font-size: 24px;
  font-weight: 500;
}
.details-list details[open] summary::after { content: '−'; }
.details-list details p { max-width: 760px; padding: 0 0 23px; margin: 0; }
.contact-line {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 18px;
  border: 1px solid #C9D5DA;
  border-radius: 12px;
  background: rgba(255,255,255,.76);
  color: var(--teal);
  font-weight: 700;
}
.form-shell {
  max-width: 760px;
  padding-top: 8px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #344A50; font-size: 13px; font-weight: 700; padding-left: 3px; }
.form-field .field-guidance { color: #7A8B90; font-size: 12px; line-height: 1.5; margin: -2px 0 3px; padding-left: 3px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #C9D5DA;
  border-radius: 12px;
  background: rgba(255,255,255,.9);
  color: #26373B;
  padding: 13px 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
  font: inherit;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14,116,144,.1);
}
.form-help { margin: -5px 0 24px; color: #87919E; font-size: 12px; line-height: 1.6; }
.form-submit { border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.legal-meta { margin-bottom: 34px !important; color: #87919E !important; font-size: 13px !important; }
@media (max-width: 720px) {
  .info-main { width: min(100% - 30px, 1180px); padding: 14px 0 90px; }
  .info-hero { padding: 0 0 34px; }
  .info-hero h1 { font-size: clamp(42px, 12vw, 58px) !important; }
  .info-intro { font-size: 16px; }
  .info-content { margin-left: 0; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-field { margin-bottom: 14px; }
  .form-field.full { grid-column: auto; }
  .form-field .field-guidance { margin-bottom: -5px; }
}



/* Sticky-header anchor alignment */
@media (max-width: 720px) {
}

/* Sticky-header anchor alignment — single authoritative rule */
#features-title,
#why-zheetly-title {
  scroll-margin-top: 136px;
}
@media (max-width: 720px) {
  #features-title,
  #why-zheetly-title {
    scroll-margin-top: 122px;
  }
}



/* Cloudflare form behaviour: hidden until a submission result is available. */
.form-status {
  margin: 14px 0 0;
  min-height: 0;
  color: #344A50;
  font-size: 13px;
  line-height: 1.5;
}
.form-status[data-type="success"] { color: #0E7490; }
.form-status[data-type="error"] { color: #A33A3A; }
.form-submit:disabled { cursor: wait; opacity: .72; }
.form-turnstile {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
