:root {
  --ink: #0b1424;
  --muted: #5f6b78;
  --line: #dce2e8;
  --paper: #f7f8fa;
  --white: #ffffff;
  --blue: #2b5cc7;
  --green: #2f7558;
  --amber: #b66a2b;
  --red: #6d2b32;
  --steel: #8797a8;
  --shadow: 0 24px 70px rgba(11, 20, 36, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.dashboard-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 28px;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 4vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand,
.dashboard-header strong {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 850;
  gap: 8px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand-mark span,
.dashboard-header span {
  color: var(--blue);
}

.desktop-nav {
  display: flex;
  gap: clamp(16px, 3vw, 38px);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.desktop-nav a {
  color: #526071;
  position: relative;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.nav-with-tooltip::after {
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  box-shadow: 0 16px 34px rgba(11, 20, 36, 0.22);
  color: var(--white);
  content: attr(data-tooltip);
  font-size: 10px;
  font-weight: 800;
  left: 50%;
  letter-spacing: 1.6px;
  line-height: 1.2;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: calc(100% + 18px);
  transform: translate(-50%, -4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.nav-with-tooltip:hover::after,
.nav-with-tooltip:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav-cta,
.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 2.2px;
  min-height: 50px;
  padding: 0 28px;
  text-transform: uppercase;
}

.nav-cta,
.button.primary {
  background: var(--blue);
  color: var(--white);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button.secondary {
  border-color: var(--line);
  color: var(--ink);
}

.hero {
  color: var(--white);
  min-height: calc(86vh - 76px);
  overflow: hidden;
  padding: clamp(46px, 6vw, 82px) clamp(20px, 7vw, 96px) 56px;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(8, 14, 26, 0.88), rgba(8, 14, 26, 0.58) 48%, rgba(8, 14, 26, 0.24)),
    linear-gradient(180deg, rgba(8, 14, 26, 0.1), rgba(8, 14, 26, 0.74));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-dashboard {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  transform: scale(1.02);
  width: 100%;
}

.chart-bars.vertical,
.paired-bars {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  height: 180px;
}

.chart-bars.vertical i,
.paired-bars i {
  background: var(--green);
  display: block;
  flex: 1;
}

svg {
  height: 190px;
  width: 100%;
}

polyline {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-width: 5;
}

polyline.soft {
  stroke: var(--steel);
  stroke-dasharray: 8 8;
  stroke-width: 3;
}

.hero-content {
  max-width: 790px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 2.8px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #a9c1ff;
}

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

h1 {
  font-size: clamp(44px, 5.2vw, 72px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 26px;
  max-width: 680px;
  text-transform: uppercase;
}

.hero p {
  color: #d9e2eb;
  font-size: clamp(17px, 1.7vw, 21px);
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.method-strip {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.method-strip div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px clamp(18px, 3vw, 42px);
}

.method-strip span {
  color: #8ea7e5;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  margin-bottom: 12px;
}

.method-strip strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.method-strip p {
  color: #bac6d2;
  font-size: 14px;
  margin: 0;
}

.section {
  display: grid;
  gap: 40px;
  grid-template-columns: 160px minmax(0, 0.85fr) minmax(0, 1.35fr);
  padding: clamp(72px, 9vw, 125px) clamp(20px, 6vw, 72px);
}

.intro {
  grid-template-columns: 1fr;
}

.intro .section-heading,
.flight-levels .section-heading,
.fdos-section .section-heading,
.flightdeck-section .section-heading {
  max-width: 960px;
}

.flight-levels,
.fdos-section,
.flightdeck-section {
  grid-template-columns: 1fr;
}

.section h2,
.assessment h2,
.founder h2,
.contact h2 {
  font-size: clamp(36px, 4.5vw, 64px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.lead {
  color: #445160;
  font-size: 20px;
}

.system-map,
.fdos-grid,
.pricing {
  display: grid;
  gap: 16px;
}

.flightdeck-proof,
.pricing {
  width: 100%;
}

.system-map {
  grid-template-columns: repeat(4, 1fr);
}

.system-map a,
.fdos-grid article,
.pricing article,
.assessment-card,
.metric-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.system-map a {
  color: inherit;
  display: block;
  min-height: 100%;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.system-map a:hover {
  border-color: #bfcffd;
  box-shadow: 0 18px 45px rgba(11, 20, 36, 0.1);
  transform: translateY(-2px);
}

.system-map span,
.pricing span,
.fdos-grid article > span {
  color: var(--blue);
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 2px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.system-map h3,
.fdos-grid h3,
.pricing h3 {
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.system-map p,
.fdos-grid p,
.pricing p {
  color: var(--muted);
  margin-bottom: 0;
}

.flight-levels,
.flightdeck-section {
  background: var(--paper);
}

.flightdeck-section {
  background: var(--paper);
  position: relative;
}

.level-stack {
  display: grid;
  gap: 10px;
}

.level-stack article {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--steel);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: 310px 1fr;
  padding: 20px 24px;
}

.level-stack article.highlight {
  box-shadow: var(--shadow);
}

.level-stack article:nth-child(1) {
  border-left-color: var(--blue);
}

.level-stack article:nth-child(2) {
  border-left-color: #2b6f8f;
}

.level-stack article:nth-child(3) {
  border-left-color: var(--green);
}

.level-stack article:nth-child(4) {
  border-left-color: #9a7b38;
}

.level-stack article:nth-child(5) {
  border-left-color: #394455;
}

.level-stack article:nth-child(1) span {
  color: var(--blue);
}

.level-stack article:nth-child(2) span {
  color: #2b6f8f;
}

.level-stack article:nth-child(3) span {
  color: var(--green);
}

.level-stack article:nth-child(4) span {
  color: #8a6723;
}

.level-stack article:nth-child(5) span {
  color: #394455;
}

.level-stack span {
  color: var(--blue);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 22px;
  font-weight: 800;
}

.level-stack strong {
  display: block;
  font-size: 20px;
}

.level-stack em {
  color: var(--muted);
  display: block;
  font-style: normal;
}

.level-stack p {
  color: var(--muted);
  margin: 0;
}

.fdos-grid {
  grid-template-columns: repeat(5, 1fr);
}

.fdos-grid article:last-child {
  grid-column: auto;
}

ul {
  color: #445160;
  margin: 18px 0 0;
  padding-left: 18px;
}

li + li {
  margin-top: 7px;
}

.assessment {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 56px;
  grid-template-columns: 1.1fr 0.9fr;
  padding: clamp(72px, 9vw, 125px) clamp(20px, 7vw, 96px);
}

.assessment .eyebrow {
  color: #a9c1ff;
}

.assessment-copy p {
  color: #d0dae5;
  font-size: 19px;
  max-width: 760px;
}

.assessment-card {
  background: #121f33;
  border-color: rgba(255, 255, 255, 0.18);
}

.price {
  color: var(--white);
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}

.assessment-card p,
.assessment-card ul {
  color: #d0dae5;
}

.pricing {
  grid-template-columns: repeat(3, 1fr);
}

.pricing article {
  display: flex;
  flex-direction: column;
}

.pricing article.featured {
  background: var(--ink);
  color: var(--white);
}

.pricing article div {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 12px;
}

.pricing article.featured p {
  color: #c4ceda;
}

.flightdeck-section .button {
  align-self: start;
  justify-self: start;
}

.flightdeck-section > .section-heading,
.flightdeck-section > .flightdeck-cta,
.flightdeck-section > .flightdeck-proof,
.flightdeck-section > .pricing {
  max-width: 1904px;
}

.flightdeck-cta {
  justify-self: start;
  margin-top: -14px;
  min-width: 280px;
}

.flightdeck-proof {
  aspect-ratio: 16 / 5.8;
  background: var(--ink);
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(11, 20, 36, 0.18);
  display: block;
  justify-self: stretch;
  max-height: 360px;
  overflow: hidden;
  position: relative;
}

.flightdeck-proof img {
  display: block;
  filter: saturate(0.95) contrast(1.02);
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.92;
  width: 100%;
}

.flightdeck-proof span {
  background: rgba(11, 20, 36, 0.86);
  bottom: 18px;
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  left: 18px;
  letter-spacing: 2px;
  padding: 12px 16px;
  position: absolute;
  text-transform: uppercase;
}

.purchase-link {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 2px;
  margin-top: auto;
  min-height: 44px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
}

.pricing p {
  margin-bottom: 28px;
}

.pricing article.featured .purchase-link {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.founder,
.contact {
  display: grid;
  gap: 56px;
  grid-template-columns: 0.86fr 1.14fr;
  padding: clamp(72px, 9vw, 125px) clamp(20px, 7vw, 96px);
}

.founder {
  background:
    linear-gradient(90deg, rgba(247, 248, 250, 0.96), rgba(247, 248, 250, 0.86)),
    repeating-linear-gradient(135deg, #dbe2ea 0, #dbe2ea 1px, transparent 1px, transparent 18px);
  align-items: start;
}

.founder-copy {
  align-self: start;
}

.founder h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.founder p,
.contact p {
  color: #445160;
  font-size: 18px;
}

.founder a {
  color: var(--blue);
  font-weight: 800;
}

.founder-media {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(420px, 34vw, 540px);
}

.founder-media figure {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(11, 20, 36, 0.09);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.founder-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.founder-portrait {
  aspect-ratio: auto;
  grid-row: 1 / 3;
  min-height: 0;
}

.founder-portrait img {
  object-position: center 12%;
}

.founder-media figure:not(.founder-portrait) {
  aspect-ratio: auto;
  min-height: 0;
}

.founder-media figure:nth-child(2) img {
  object-position: 43% 42%;
}

.founder-media figure:nth-child(3) img {
  object-position: center center;
}

.founder-bio {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px 42px;
  grid-column: 1 / -1;
  grid-template-columns: 0.24fr 1fr;
  padding-top: 28px;
}

.founder-bio h3 {
  grid-row: span 3;
}

.founder-bio p {
  max-width: 1180px;
}

.founder-bio a {
  justify-self: start;
}

.contact {
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.contact-actions {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-actions span {
  color: var(--muted);
}

footer {
  align-items: flex-start;
  background: var(--ink);
  color: #cbd6e2;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 18px;
  justify-content: space-between;
  padding: 26px clamp(20px, 6vw, 72px);
}

footer span:last-child {
  color: #8fa0b3;
  max-width: 640px;
  text-align: right;
}

footer a {
  color: #dbe6f2;
  font-weight: 800;
}

.legal-page {
  background: var(--paper);
}

.legal-content {
  max-width: 820px;
  padding: clamp(70px, 8vw, 110px) clamp(20px, 6vw, 72px);
}

.legal-content h1 {
  font-size: clamp(44px, 6vw, 78px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.legal-content .effective {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  margin-bottom: 42px;
  padding-bottom: 28px;
}

.legal-content h2 {
  font-size: 18px;
  letter-spacing: 1.8px;
  margin-top: 34px;
  text-transform: uppercase;
}

.legal-content p {
  color: #445160;
  font-size: 18px;
  margin-top: 10px;
}

.legal-content a {
  color: var(--blue);
  font-weight: 800;
}

.dashboard-body {
  background: #f2f5f8;
}

.dashboard-header {
  height: 56px;
}

.dashboard-header a:first-child {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dashboard-header .nav-cta {
  min-height: 36px;
}

.dashboard-page {
  padding-bottom: 100px;
}

.dashboard-toolbar {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1.6fr 1fr;
  padding: 18px 28px;
}

.brand-lockup {
  font-weight: 850;
}

.brand-lockup span {
  color: var(--blue);
  font-size: 24px;
  margin-right: 10px;
}

.toolbar-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
}

button {
  background: #1d2b42;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: #dce6f1;
  font: inherit;
  min-height: 36px;
  padding: 0 18px;
}

button.active {
  background: #30415e;
  color: var(--white);
}

.flightdeck-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 4px;
  text-align: right;
  text-transform: uppercase;
}

.dashboard-summary {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, 1fr);
  padding: 18px 28px;
}

.dashboard-summary a {
  background: #101c30;
  border-radius: 8px;
  color: var(--white);
  padding: 16px;
  text-align: center;
}

.dashboard-summary a:nth-child(1),
.dashboard-summary a:nth-child(2),
.dashboard-summary a:nth-child(6),
.dashboard-summary a:nth-child(7) {
  background: #0b2b20;
}

.dashboard-summary a:nth-child(4),
.dashboard-summary a:nth-child(5) {
  background: #2b0f16;
}

.dashboard-summary small {
  color: #c4d0dc;
  display: block;
  font-size: 12px;
}

.dashboard-summary strong {
  color: #d8e9dd;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 17px;
}

.dashboard-section {
  padding: 28px;
}

.dashboard-section h1 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.dashboard-section > p {
  color: var(--muted);
}

.dashboard-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.metric-card {
  min-height: 360px;
}

.card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.card-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.card-head strong {
  border: 1px solid #afd8c6;
  border-radius: 999px;
  color: var(--green);
  font-size: 11px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.metric-card h2 {
  font-size: 19px;
  margin: 20px 0 18px;
}

.big-metric,
.split-metric b,
.triple-metric b {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 36px;
  font-weight: 500;
}

.warn {
  color: var(--red);
}

.split-metric,
.triple-metric {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 14px;
}

.triple-metric {
  grid-template-columns: repeat(3, 1fr);
}

.split-metric b,
.triple-metric b {
  padding: 18px;
}

.metric-card p {
  color: var(--muted);
}

.chart-bars.horizontal div {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 140px 1fr;
  margin: 12px 0;
}

.chart-bars.horizontal span {
  color: var(--muted);
  font-size: 12px;
}

.chart-bars.horizontal i {
  background: var(--green);
  display: block;
  height: 24px;
}

.chart-bars.vertical.blue i {
  background: var(--blue);
}

.paired-bars i:nth-child(2n) {
  background: var(--amber);
}

.sparkline {
  background:
    linear-gradient(135deg, transparent 0 18%, var(--red) 18% 20%, transparent 20% 38%, var(--red) 38% 40%, transparent 40% 58%, var(--red) 58% 60%, transparent 60%),
    repeating-linear-gradient(90deg, #edf2f6 0 1px, transparent 1px 34px);
  border-bottom: 1px solid var(--line);
  height: 130px;
}

.sparkline.green {
  background:
    linear-gradient(135deg, transparent 0 20%, var(--green) 20% 22%, transparent 22% 45%, var(--green) 45% 47%, transparent 47% 72%, var(--green) 72% 74%, transparent 74%),
    repeating-linear-gradient(90deg, #edf2f6 0 1px, transparent 1px 34px);
}

.sticky-demo {
  align-items: center;
  background: var(--ink);
  bottom: 0;
  color: var(--white);
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  left: 0;
  padding: 16px 28px;
  position: fixed;
  right: 0;
  z-index: 30;
}

.sticky-demo span {
  margin-right: auto;
}

.sticky-demo a {
  background: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 2px;
  padding: 14px 26px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .section,
  .assessment,
  .founder,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro {
    grid-template-columns: 1fr;
  }

  .section-label {
    margin-bottom: 0;
  }

  .system-map,
  .fdos-grid,
  .pricing,
  .method-strip {
    grid-template-columns: 1fr 1fr;
  }

  .fdos-grid article:last-child,
  .flightdeck-section .button {
    grid-column: auto;
  }

  .level-stack article {
    grid-template-columns: 1fr;
  }

  .dashboard-toolbar,
  .dashboard-summary,
  .dashboard-cards {
    grid-template-columns: 1fr 1fr;
  }

  .founder-media {
    grid-template-columns: 1fr 1fr;
    height: auto;
    max-height: none;
  }

  .founder-portrait {
    aspect-ratio: 4 / 4.6;
    grid-row: auto;
  }

  .founder-media figure:not(.founder-portrait) {
    aspect-ratio: 4 / 3;
  }

  .founder-bio {
    grid-template-columns: 1fr;
  }

  .founder-bio h3 {
    grid-row: auto;
  }

  .flightdeck-title {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .brand {
    font-size: 13px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 16px;
  }

  .hero {
    min-height: 720px;
    padding-top: 66px;
  }

  .hero-dashboard {
    object-position: 46% top;
  }

  h1 {
    font-size: 46px;
  }

  .hero p {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .section,
  .assessment,
  .founder,
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .system-map,
  .fdos-grid,
  .method-strip,
  .pricing,
  .founder-media,
  .dashboard-summary,
  .dashboard-cards {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    aspect-ratio: 4 / 4.7;
    grid-row: auto;
  }

  .founder-media figure:not(.founder-portrait) {
    aspect-ratio: 4 / 3;
  }

  .founder-bio {
    gap: 12px;
  }

  .flightdeck-proof {
    aspect-ratio: 4 / 3;
  }

  .dashboard-header {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding: 12px 18px;
  }

  .dashboard-toolbar {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .toolbar-controls {
    justify-content: start;
    flex-wrap: wrap;
    overflow: visible;
  }

  .toolbar-controls button {
    flex: 1 1 150px;
  }

  .dashboard-summary {
    padding: 14px;
  }

  .dashboard-section {
    padding: 18px 14px;
  }

  .sticky-demo {
    align-items: stretch;
    flex-direction: column;
  }
}
