:root {
  --bg: #07111f;
  --bg-2: #0a1630;
  --surface: #0e1828;
  --panel: rgba(255,255,255,.07);
  --panel-2: rgba(255,255,255,.045);
  --line: rgba(255,255,255,.11);
  --text: #f7f9fc;
  --muted: #a8b4c8;
  --indigo: #0a7dff;
  --indigo-soft: #3aa0ff;
  --blue: #005fe0;
  --orange: #ff7a28;
  --cyan: #22d4ff;
  --green: #44d39a;
  --shadow: 0 28px 80px rgba(0,0,0,.45);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:has(body.landing-page) { overflow-x: hidden; }
body.landing-page {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 8%, rgba(8, 119, 255, .22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 122, 0, .12), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #0a1630 46%, #06101d 100%);
  overflow-x: hidden;
}

/* Same decorative stage as login */
.landing-page .landing-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(10, 40, 95, .55), rgba(6, 14, 32, .35)),
    rgba(8, 24, 58, .45);
}
.landing-page .landing-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: .55;
}
.landing-page .landing-orb--blue {
  width: 280px;
  height: 280px;
  right: -40px;
  bottom: -60px;
  background: radial-gradient(circle, rgba(10, 125, 255, .7), rgba(10, 125, 255, 0) 70%);
}
.landing-page .landing-orb--orange {
  width: 220px;
  height: 220px;
  left: -50px;
  top: -40px;
  background: radial-gradient(circle, rgba(255, 122, 40, .45), rgba(255, 122, 40, 0) 70%);
}
.landing-page .landing-art {
  position: absolute;
  inset: 8% 4% auto;
  width: 92%;
  height: auto;
  opacity: .5;
  mask-image: radial-gradient(ellipse at 78% 18%, #000 28%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 78% 18%, #000 28%, transparent 72%);
}

.landing-page > header,
.landing-page > main,
.landing-page > footer {
  position: relative;
  z-index: 1;
}

.landing-page a { color: inherit; text-decoration: none; }
.landing-page button, .landing-page input { font: inherit; }
.landing-page .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.landing-page .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, .78);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.landing-page .nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.landing-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.landing-page .brand-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: min(190px, 46vw);
  object-fit: contain;
}
.landing-page .brand-logo--sm {
  height: 34px;
  max-width: 150px;
}
.landing-page .nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #c2d0e4;
  font-size: 14px;
  font-weight: 500;
}
.landing-page .nav-links a:hover { color: #fff; }
.landing-page .nav-actions { display: flex; gap: 10px; align-items: center; }
.landing-page .btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 14px;
  transition: .2s ease;
}
.landing-page .btn:hover { transform: translateY(-1px); }
.landing-page .btn-ghost {
  background: rgba(255,255,255,.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.landing-page .btn-primary {
  color: white;
  background: linear-gradient(135deg, #0a7dff, #005fe0);
  box-shadow: 0 10px 28px rgba(8,119,255,.32);
}
.landing-page .btn-light {
  color: #07111f;
  background: #fff;
}

.landing-page .hero {
  padding: 84px 0 72px;
  position: relative;
}
.landing-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: 56px;
}
.landing-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #d7e8ff;
  background: rgba(10,125,255,.14);
  border: 1px solid rgba(10,125,255,.28);
  font-size: 13px;
  font-weight: 600;
}
.landing-page .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--indigo-soft);
  box-shadow: 0 0 16px rgba(10,125,255,.9);
}
.landing-page h1 {
  margin: 20px 0 18px;
  max-width: 720px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 700;
}
.landing-page .gradient-text {
  font-size: 1.12em;
  background: linear-gradient(90deg, #0a7dff, #005fe0 42%, #ff7a28 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.landing-page .hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.landing-page .hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.landing-page .trust {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #e8eef8;
  font-size: 13px;
  font-weight: 500;
}
.landing-page .trust > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 8px;
  border-radius: 9999px;
  background: rgba(7, 17, 31, .78);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}
.landing-page .check {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  flex: 0 0 auto;
  line-height: 0;
}
.landing-page .check i {
  display: block;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  text-align: center;
}
.landing-page .check i::before {
  display: block;
  line-height: 1;
}

.landing-page .app-shell {
  position: relative;
  min-width: 0;
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--shadow);
}
.landing-page .app-window {
  overflow: hidden;
  border-radius: 20px;
  background: var(--bg-2);
  color: #e8eef8;
  min-height: 520px;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.landing-page .preview-chrome {
  position: relative;
  height: 58px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(7,17,31,.55);
}
.landing-page .preview-burger {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.06);
  display: grid;
  place-content: center;
  padding: 0;
  cursor: default;
  color: #e8eef8;
  font-size: 14px;
}
.landing-page .preview-cal-pill {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 9999px;
  background: rgba(14,24,40,.94);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
  font-size: 12px;
  font-weight: 600;
  color: #e8eef8;
  white-space: nowrap;
}
.landing-page .preview-cal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--indigo);
  box-shadow: 0 0 0 3px rgba(10,125,255,.18);
}
.landing-page .preview-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.landing-page .preview-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(14,24,40,.94);
  color: #e8eef8;
  font-size: 11px;
  font-weight: 600;
}
.landing-page .preview-chip.is-active {
  background: rgba(10,125,255,.18);
  border-color: rgba(10,125,255,.42);
  color: #c7e0ff;
}

.landing-page .preview-body {
  display: grid;
  grid-template-columns: 156px 1fr;
  height: 462px;
}
.landing-page .preview-side {
  padding: 16px 12px;
  background: #07111f;
  border-right: 1px solid rgba(255,255,255,.06);
}
.landing-page .preview-side-logo {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 2px;
}
.landing-page .preview-side-logo img {
  height: 28px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.landing-page .side-title {
  font-size: 10px;
  color: #5a6b82;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 16px 0 8px;
}
.landing-page .side-item {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #c2d0e4;
  border-radius: 8px;
  padding: 0 8px;
}
.landing-page .side-item.is-active {
  background: rgba(10,125,255,.14);
  color: #fff;
}
.landing-page .dot-color {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--indigo);
  flex: 0 0 auto;
}
.landing-page .dot-color.orange { background: var(--orange); }
.landing-page .dot-color.indigo { background: #3aa0ff; }
.landing-page .dot-color.green { background: var(--green); }

.landing-page .calendar-main {
  padding: 16px 16px 12px;
  background: var(--bg-2);
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.landing-page .cal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.landing-page .cal-heading strong {
  font-size: 16px;
  font-weight: 650;
  color: #f0f4fa;
}
.landing-page .view-pill {
  font-size: 11px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9999px;
  color: #a8aec2;
  background: rgba(255,255,255,.04);
}
.landing-page .week-grid {
  display: grid;
  grid-template-columns: 36px repeat(5, 1fr);
  grid-template-rows: 42px repeat(8, 44px);
  font-size: 10px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
  background: #0c1628;
}
.landing-page .week-grid > div {
  border-right: 1px solid rgba(255,255,255,.045);
  border-bottom: 1px solid rgba(255,255,255,.045);
}
.landing-page .week-grid > div:nth-child(6n) { border-right: 0; }
.landing-page .day-label {
  display: grid;
  place-items: center;
  gap: 2px;
  font-weight: 600;
  color: var(--indigo-soft);
  background: rgba(10,125,255,.06);
  padding: 6px 0;
}
.landing-page .day-label span {
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #8b90ab;
  font-weight: 600;
}
.landing-page .day-label b {
  font-size: 13px;
  color: #e8eef8;
  font-weight: 700;
}
.landing-page .time-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #6f7591;
  padding-top: 7px;
  font-weight: 500;
}
.landing-page .event {
  position: absolute;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.3;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.18);
}
.landing-page .event small {
  display: block;
  margin-top: 2px;
  font-weight: 500;
  opacity: .82;
}
.landing-page .e1 { left: 188px; top: 148px; width: 86px; background: linear-gradient(180deg, #3aa0ff, #0a7dff); }
.landing-page .e2 { left: 368px; top: 236px; width: 88px; background: linear-gradient(180deg, #ff7a28, #e65a00); }
.landing-page .e3 { left: 278px; top: 324px; width: 88px; background: linear-gradient(180deg, #3ad39a, #1fa96f); }
.landing-page .e4 {
  left: 188px; top: 280px; width: 86px;
  background: linear-gradient(135deg, rgba(10,125,255,.95), rgba(255,122,40,.92));
  border: 1px solid rgba(255,255,255,.14);
}

.landing-page .ai-float {
  position: absolute;
  right: -24px;
  bottom: 32px;
  width: 270px;
  padding: 17px;
  border-radius: 18px;
  color: #fff;
  background: rgba(7,17,31,.96);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  backdrop-filter: blur(12px);
}
.landing-page .ai-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.landing-page .ai-title { display: flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 700; }
.landing-page .ai-ready { color: #77869b; font-size: 11px; }
.landing-page .spark {
  width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center;
  background: linear-gradient(135deg, #0a7dff, #ff7a28);
  box-shadow: 0 8px 20px rgba(8,119,255,.28);
  font-size: 12px;
  color: #fff;
}
.landing-page .ai-float p { margin: 12px 0 10px; font-size: 11px; line-height: 1.6; color: #c2ccda; }
.landing-page .prompt {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.06);
  padding: 10px 11px;
  border-radius: 11px;
  font-size: 10px;
  color: #e9eff7;
}
.landing-page .ai-done { margin-top: 9px; font-size: 10px; color: #7de0bd; display: flex; align-items: center; gap: 6px; }

.landing-page .section { padding: 92px 0; }
.landing-page .section-heading {
  max-width: 700px;
  margin-bottom: 40px;
}
.landing-page .kicker {
  color: var(--indigo-soft);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 700;
}
.landing-page h2 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.03em;
  line-height: 1.08;
  font-weight: 700;
}
.landing-page .section-heading p,
.landing-page .ai-lead {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.landing-page .features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.landing-page .how-features {
  grid-template-columns: repeat(3, 1fr);
}
.landing-page .feature {
  min-height: 236px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(14,24,40,.55);
  border: 1px solid var(--line);
}
.landing-page .icon {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(10,125,255,.24), rgba(255,122,40,.1));
  border: 1px solid rgba(10,125,255,.18);
  margin-bottom: 28px;
  font-size: 18px;
  color: #d7e8ff;
}
.landing-page .icon i { line-height: 1; }
.landing-page .feature h3 { margin: 0 0 10px; font-size: 19px; font-weight: 650; }
.landing-page .feature p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.landing-page .ai-section {
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 15% 50%, rgba(8,119,255,.14), transparent 28%),
    radial-gradient(circle at 86% 52%, rgba(255,122,40,.1), transparent 26%);
}
.landing-page .ai-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}
.landing-page .ai-list {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}
.landing-page .ai-list div {
  display: flex; gap: 12px; align-items: flex-start;
  color: #dbe6f4; font-size: 14px; line-height: 1.55;
}
.landing-page .ai-list b {
  width: 24px; height: 24px; border-radius: 8px; flex: 0 0 auto;
  display: grid; place-items: center; color: #c7e0ff; background: rgba(10,125,255,.14);
  border: 1px solid rgba(10,125,255,.2);
  font-size: 11px;
}
.landing-page .ai-cta { margin-top: 28px; }
.landing-page .ai-demo {
  padding: 22px;
  border-radius: 24px;
  background: rgba(14,24,40,.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.landing-page .assistant-head {
  display: flex; align-items: center; gap: 12px; padding: 4px 4px 18px;
}
.landing-page .assistant-head .orb {
  width: 40px; height: 40px; border-radius: 13px;
  background: linear-gradient(145deg, #0a7dff, #005fe0 55%, #ff7a28);
  display: grid; place-items: center; font-size: 16px; color: #fff;
}
.landing-page .assistant-head small { color: #91a0b6; display: block; margin-top: 3px; }
.landing-page .chat { display: grid; gap: 12px; }
.landing-page .bubble {
  width: fit-content;
  max-width: 84%;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.55;
}
.landing-page .bubble.user {
  margin-left: auto;
  background: var(--indigo);
  color: #fff;
  border-bottom-right-radius: 5px;
}
.landing-page .bubble.ai {
  background: rgba(255,255,255,.06);
  color: #dce5f2;
  border: 1px solid rgba(255,255,255,.08);
  border-bottom-left-radius: 5px;
}
.landing-page .task-card {
  margin-top: 6px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(68,211,154,.07);
  border: 1px solid rgba(68,211,154,.15);
  color: #bff2de;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing-page .cta {
  margin: 92px auto;
  text-align: center;
  padding: 62px 24px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(10,125,255,.22), rgba(255,122,40,.1)),
    rgba(14,24,40,.55);
  border: 1px solid rgba(255,255,255,.11);
  position: relative;
  overflow: hidden;
}
.landing-page .cta:before {
  content: "";
  position: absolute;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(8,119,255,.12);
  filter: blur(10px);
  left: -100px; top: -180px;
}
.landing-page .cta h2 { margin-inline: auto; max-width: 760px; position: relative; }
.landing-page .cta p {
  max-width: 620px; margin: 0 auto 26px; color: #b2bed0; line-height: 1.7; position: relative;
}
.landing-page .cta .kicker,
.landing-page .cta-actions { position: relative; }
.landing-page .cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; }

.landing-page footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #8d99ac;
  font-size: 13px;
}
.landing-page .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.landing-page .footer-brand { display: flex; align-items: center; gap: 14px; }
.landing-page .footer-links { display: flex; gap: 18px; flex-wrap: wrap; }

/* 13–15" laptops (1280–1440 CSS pixels) keep two columns but tighten spacing */
@media (max-width: 1366px) {
  .landing-page .container { width: min(1080px, calc(100% - 40px)); }
  .landing-page .hero { padding: 56px 0 56px; }
  .landing-page .hero-grid,
  .landing-page .ai-grid { gap: 32px; }
  .landing-page h1 { font-size: clamp(40px, 4.6vw, 58px); margin: 12px 0 14px; }
  .landing-page .hero-copy { font-size: 16px; }
  .landing-page .section { padding: 72px 0; }
  .landing-page .ai-float { right: 8px; width: 240px; }
  .landing-page .preview-side { width: 132px; }
  .landing-page .preview-body { grid-template-columns: 132px minmax(0, 1fr); }
}

@media (max-width: 1200px) {
  .landing-page .container { width: min(100% - 36px, 1080px); }
  .landing-page .hero-grid { gap: 24px; }
  .landing-page .preview-body { grid-template-columns: minmax(0, 1fr); }
  .landing-page .preview-side { display: none; }
  .landing-page .ai-float { right: 10px; bottom: 18px; width: 220px; }
  .landing-page .feature { min-height: 0; padding: 22px; }
}

@media (max-width: 980px) {
  .landing-page .nav-links { display: none; }
  .landing-page .hero-grid,
  .landing-page .ai-grid { grid-template-columns: 1fr; }
  .landing-page .hero { padding-top: 56px; }
  .landing-page .app-shell { max-width: 670px; margin: 0 auto; }
  .landing-page .features,
  .landing-page .how-features { grid-template-columns: 1fr 1fr; }
  .landing-page .ai-float { right: 14px; }
  .landing-page .preview-chips .preview-chip:first-child { display: none; }
}
@media (max-width: 650px) {
  .landing-page .container { width: min(100% - 26px, 1160px); }
  .landing-page .nav-actions .btn-ghost { display: none; }
  .landing-page .brand-logo { height: 36px; }
  .landing-page h1 { font-size: 46px; }
  .landing-page .hero-copy { font-size: 16px; }
  .landing-page .features,
  .landing-page .how-features { grid-template-columns: 1fr; }
  .landing-page .preview-body { grid-template-columns: 1fr; height: auto; }
  .landing-page .preview-side { display: none; }
  .landing-page .preview-chrome {
    grid-template-columns: 36px 1fr;
    height: auto;
    padding: 10px 12px;
    gap: 8px;
  }
  .landing-page .preview-cal-pill { justify-self: start; }
  .landing-page .preview-chips { grid-column: 1 / -1; justify-content: flex-start; }
  .landing-page .ai-float {
    position: relative; right: auto; bottom: auto; width: auto; margin: 12px;
  }
  .landing-page .app-window { min-height: 0; }
  .landing-page .calendar-main { min-height: 460px; overflow: hidden; }
  .landing-page .event { transform: scale(.9); transform-origin: left top; }
  .landing-page .e1 { left: 52px; }
  .landing-page .e2 { left: 220px; }
  .landing-page .e3 { left: 136px; }
  .landing-page .e4 { left: 52px; }
  .landing-page .footer-inner { justify-content: center; text-align: center; }
  .landing-page .footer-links { justify-content: center; }
}

/* Short laptop screens (e.g. 1366×768) */
@media (max-height: 800px) and (min-width: 981px) {
  .landing-page .nav-inner { min-height: 64px; }
  .landing-page .hero { padding: 36px 0 48px; }
  .landing-page h1 { font-size: clamp(36px, 4vw, 52px); }
  .landing-page .app-window { min-height: 440px; }
  .landing-page .preview-body { height: 382px; }
  .landing-page .section { padding: 56px 0; }
}
