.landing-page {
  min-height: 100vh;
  background: #f5f7fa;
  color: #192b40;
  font-family: 'Segoe UI', system-ui, sans-serif;
  --cell-h: 56px;
  --gap: 8px;
}

.landing-page a:focus-visible { outline: 3px solid #62c8ed; outline-offset: 4px; }

.landing-main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  flex: 1;
}

.landing-page .app-banner {
  width: 100%;
  margin: 0;
  padding: 56px 0 40px;
  background: transparent;
  color: inherit;
  text-align: left;
  text-transform: none;
}

.landing-page .eyebrow {
  margin: 0 0 12px;
  color: #366782;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.app-banner h1 {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.landing-page .app-banner .intro {
  max-width: 630px;
  margin: 0 0 24px;
  color: #536477;
  font-size: 18px;
  line-height: 1.65;
}

.landing-page .app-banner .launch-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #5d6d7e;
  font-size: 13px;
  line-height: 1.6;
}

.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #328178; }

.planner-preview {
  padding: 28px;
  margin-bottom: 48px;
  border: 1px solid #dce3eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 32px #192b4008;
}

.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.preview-heading .eyebrow { margin-bottom: 6px; }
.preview-heading h2 { margin: 0; font-size: 24px; letter-spacing: -0.025em; }
.preview-badge { border: 1px solid #d6e6e3; border-radius: 20px; padding: 6px 12px; color: #28665d; background: #f1f8f6; font-size: 12px; white-space: nowrap; }
.preview-hint, #planner-status { color: #5d6d7e; font-size: 14px; line-height: 1.5; margin: 10px 0 24px; }

.landing-page .grid-cont { width: 100%; margin: 0; padding: 12px; background: #f5f7fa; border: 1px solid #e5eaf0; border-radius: 10px; }
.landing-page .stack-board { background: transparent; }
.landing-page .time-tile-light { font-family: Arial, sans-serif; }
/* Use the shared workspace tile styles from drag-drop.css and jobs.css. */
.landing-page .item { font-family: Arial, sans-serif; }

@media (max-width: 640px) {
  .landing-page { --cell-h: 112px; --time-tile-w: 118px; }
  .landing-main { width: calc(100% - 24px); }
  .landing-page .app-banner { padding: 36px 8px 28px; }
  .planner-preview { padding: 16px 10px; }
  .preview-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .preview-heading h2 { font-size: 22px; }
  .landing-page .grid-cont { padding: 6px; }
}
