:root {
  --navy: #081c33;
  --navy-2: #0d2f50;
  --navy-3: #123f67;
  --ink: #172238;
  --text: #24324a;
  --muted: #69778b;
  --line: #dfe6ef;
  --soft: #f4f7fb;
  --soft-blue: #eaf1ff;
  --blue: #4a6fa8;
  --blue-2: #2f6fd5;
  --sky: #38a9dc;
  --green: #0aa174;
  --amber: #f5a20a;
  --purple: #6c2bd9;
  --shift-blue: #2e6fe3;
  --white: #ffffff;
  --shadow-sm: 0 8px 28px rgba(11, 35, 61, .08);
  --shadow: 0 22px 70px rgba(11, 35, 61, .13);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 15px;
}

* { 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;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
svg { display: block; }
.dm-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.dm-section { padding: 108px 0; position: relative; }
.dm-section-soft { background: var(--soft); }
.dm-section-dark { color: #fff; background: linear-gradient(150deg, #07192c 0%, #0a2743 58%, #0e3556 100%); }
.dm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--blue-2);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dm-section-dark .dm-kicker { color: #79d7ff; }
.dm-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px color-mix(in srgb, currentColor 14%, transparent);
}
.dm-heading { max-width: 760px; }
.dm-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.dm-heading p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.dm-section-dark .dm-heading p { color: #b7c7d8; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8, 28, 51, .92);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.025em;
}
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #d6e2ee;
  font-size: .93rem;
  font-weight: 760;
}
.main-nav a { transition: color .18s ease, background .18s ease; }
.main-nav a:hover { color: #fff; }
.nav-cta {
  padding: 10px 16px;
  color: #06182a !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #8fe8ff, #7bb3ff);
  box-shadow: 0 12px 28px rgba(53, 153, 255, .2);
}
.menu-button { display: none; }

.dm-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(64, 184, 230, .20), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(70, 111, 210, .25), transparent 28%),
    linear-gradient(145deg, #07192d 0%, #0a2845 58%, #0f3657 100%);
}
.dm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image:
    linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.78) 55%, transparent 100%);
}
.dm-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 76px;
  padding: 78px 0 92px;
}
.dm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #bde8ff;
  background: rgba(255,255,255,.06);
  font-size: .82rem;
  font-weight: 800;
}
.dm-hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #63ddff;
  box-shadow: 0 0 0 6px rgba(99,221,255,.12);
}
.dm-hero h1 {
  max-width: 700px;
  margin: 20px 0 22px;
  font-size: clamp(3.15rem, 6.4vw, 5.8rem);
  line-height: .96;
  letter-spacing: -.068em;
}
.dm-hero-lead {
  max-width: 680px;
  margin: 0;
  color: #c4d4e4;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}
.dm-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.dm-button {
  min-height: 56px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 15px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
}
.dm-button:hover { transform: translateY(-2px); }
.dm-button-primary {
  color: #07192d;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.dm-button-secondary {
  color: #eaf4ff;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.07);
}
.dm-play-triangle {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #1c64c0;
  background: #e8f1ff;
}
.dm-play-copy { display: grid; line-height: 1.05; text-align: left; }
.dm-play-copy small { margin-bottom: 3px; font-size: .57rem; letter-spacing: .12em; }
.dm-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.dm-trust span {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: #b8ccde;
  background: rgba(255,255,255,.045);
  font-size: .78rem;
  font-weight: 760;
}

.dm-device-wrap { display: flex; justify-content: center; }
.phone-card {
  width: min(440px, 100%);
  padding: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 36px;
  background: rgba(4, 14, 26, .55);
  box-shadow: 0 36px 100px rgba(0,0,0,.36);
  transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
}
.dm-phone {
  overflow: hidden;
  border-radius: 28px;
  color: var(--ink);
  background: #f4f7fb;
}
.dm-phone-bar {
  min-height: 70px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #0b2745;
}
.dm-mini-brand { display: flex; align-items: center; gap: 10px; }
.dm-mini-brand img { width: 34px; height: 34px; border-radius: 9px; }
.dm-mini-brand strong { font-size: 1.07rem; }
.dm-sync {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #d9e9f9;
  background: rgba(255,255,255,.07);
}
.dm-phone-body { padding: 16px; }
.dm-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  border: 1px solid #e2e7ef;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(9,32,55,.04);
}
.dm-profile-left { display: flex; align-items: center; gap: 11px; }
.dm-avatar-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #456a9e;
  background: #dfe9ff;
  font-weight: 900;
}
.dm-profile small, .dm-profile strong { display: block; }
.dm-profile small { color: #8090a1; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dm-profile strong { margin-top: 2px; font-size: .92rem; }
.dm-today {
  margin-top: 14px;
  padding: 19px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(120deg, #092641, #06436e);
  box-shadow: 0 15px 30px rgba(7,40,70,.14);
}
.dm-today-label { color: #d4e2ef; font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.dm-shift-code { margin-top: 5px; font-size: 2.6rem; line-height: 1; font-weight: 950; }
.dm-today h3 { margin: 6px 0 0; font-size: 1.02rem; }
.dm-today p { margin: 4px 0 0; color: #bed0df; font-size: .78rem; }
.dm-clock {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(113,52,242,.45);
  border-radius: 16px;
  color: #8e4cff;
  background: rgba(94,37,192,.11);
}
.dm-info-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.dm-info-card {
  min-height: 78px;
  padding: 12px;
  border: 1px solid #e0e6ee;
  border-radius: 15px;
  background: #fff;
}
.dm-info-card small { color: #66758a; font-weight: 800; }
.dm-info-card strong { display: block; margin-top: 5px; font-size: .82rem; }
.dm-phone-title { margin: 15px 0 9px; font-size: .8rem; font-weight: 900; }
.dm-shift-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.dm-shift-chip {
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: .69rem;
  font-weight: 900;
}
.dm-off { background: var(--green); }
.dm-a { background: var(--amber); color: #111; }
.dm-b { background: var(--shift-blue); }
.dm-c { background: var(--purple); }
.dm-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.dm-quick-card {
  min-height: 88px;
  padding: 13px;
  border: 1px solid #e0e6ee;
  border-radius: 15px;
  background: #fff;
}
.dm-icon-box {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #4b6fa4;
  background: #dfe9ff;
}
.dm-quick-card strong { display: block; margin-top: 8px; font-size: .8rem; }
.dm-quick-card small { display: block; margin-top: 2px; color: #7a8797; font-size: .67rem; }

.dm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}
.dm-feature-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 30px rgba(12,40,68,.045);
}
.dm-feature-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #456a9e;
  background: #e7efff;
}
.dm-feature-card h3 { margin: 18px 0 8px; font-size: 1.12rem; }
.dm-feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.dm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.dm-copy-list { display: grid; gap: 12px; margin-top: 28px; }
.dm-copy-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.dm-copy-item-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #456a9e;
  background: #e7efff;
}
.dm-copy-item strong { display: block; }
.dm-copy-item span { display: block; margin-top: 2px; color: var(--muted); font-size: .9rem; }

.dm-app-frame {
  overflow: hidden;
  padding: 18px;
  border: 1px solid #d9e2ec;
  border-radius: 28px;
  background: #eef3f9;
  box-shadow: var(--shadow);
}
.dm-app-window {
  overflow: hidden;
  border-radius: 22px;
  background: #f7f9fc;
}
.dm-app-titlebar {
  padding: 18px 20px;
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid #e3e8ef;
  font-size: 1.05rem;
  font-weight: 800;
}
.dm-calendar-head {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 10px;
  padding: 18px 18px 6px;
  text-align: center;
  font-weight: 900;
}
.dm-calendar-head span:first-child,
.dm-calendar-head span:last-child { color: #526174; font-size: 1.3rem; }
.dm-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 10px 12px 0;
  color: #596879;
  font-size: .67rem;
  font-weight: 850;
  text-align: center;
}
.dm-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 8px 12px 18px;
}
.dm-day {
  min-height: 61px;
  padding: 6px 3px;
  display: grid;
  align-content: space-between;
  justify-items: center;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  background: #fff;
  font-size: .67rem;
  font-weight: 850;
}
.dm-day.blank { visibility: hidden; }
.dm-day.today { border-color: #4a6fa8; box-shadow: inset 0 0 0 1px #4a6fa8; background: #edf3ff; }
.dm-day-tag {
  width: 30px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  font-weight: 950;
  font-size: .66rem;
}
.dm-day-tag.dm-a { color: #161616; }
.dm-export-bar {
  margin: 0 14px 15px;
  padding: 12px 14px;
  border-radius: 13px;
  color: #fff;
  background: #4a6fa8;
  text-align: center;
  font-size: .82rem;
  font-weight: 850;
}
.dm-mini-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  padding: 0 14px 16px;
}
.dm-mini-metric {
  padding: 13px;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  background: #fff;
}
.dm-mini-metric small { color: #6f7b8b; font-size: .68rem; font-weight: 800; }
.dm-mini-metric strong { display: block; margin-top: 4px; font-size: 1.1rem; }

.professional-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 38px;
}
.dm-pro-card {
  min-height: 185px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}
.dm-pro-card .dm-feature-icon {
  color: #95d7ff;
  background: rgba(88,156,227,.14);
}
.dm-pro-card h3 { margin: 18px 0 8px; font-size: 1.08rem; }
.dm-pro-card p { margin: 0; color: #adbdce; font-size: .9rem; }
.dm-pro-demo {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 26px;
  background: rgba(255,255,255,.05);
}
.dm-pro-demo-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; }
.dm-roster-card, .dm-glance-card {
  overflow: hidden;
  border-radius: 18px;
  background: #f7f9fc;
  color: var(--ink);
}
.dm-roster-card-head {
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e8ef;
  background: #fff;
}
.dm-roster-card-head strong { font-size: .93rem; }
.dm-roster-card-head span { color: #4a6fa8; font-size: .78rem; font-weight: 850; }
.dm-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.dm-table th {
  padding: 10px 8px;
  background: #0b2745;
  color: #fff;
  font-size: .67rem;
  text-align: left;
}
.dm-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e6ebf1;
  font-size: .68rem;
  font-weight: 720;
}
.dm-table .code {
  width: 32px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: .66rem;
  font-weight: 950;
}
.dm-table .code.dm-a { color: #111; }
.dm-glance-card { padding: 18px; }
.dm-glance-card h3 { margin: 0 0 12px; font-size: .95rem; }
.dm-glance-row { display: flex; flex-wrap: wrap; gap: 8px; }
.dm-glance-pill {
  padding: 8px 10px;
  border-radius: 11px;
  background: #e9edf3;
  color: #172238;
  font-size: .75rem;
  font-weight: 900;
}
.dm-glance-card p { margin: 14px 0 0; color: #748194; font-size: .78rem; }

.dm-workspace-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}
.dm-step {
  position: relative;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.dm-step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #466fa9, #2f7bc5);
  font-weight: 950;
}
.dm-step h3 { margin: 17px 0 8px; font-size: 1.08rem; }
.dm-step p { margin: 0; color: var(--muted); font-size: .92rem; }
.dm-workspace-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.dm-work-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.dm-work-card.dm-accent {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #0b2745, #11466f);
}
.dm-card-label {
  color: var(--blue-2);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dm-accent .dm-card-label { color: #7edcff; }
.dm-work-card h3 { margin: 9px 0 13px; font-size: 1.5rem; }
.dm-work-card ul { margin: 0; padding-left: 20px; color: var(--muted); }
.dm-accent ul { color: #bed0df; }
.dm-work-card li { margin: 9px 0; }

.dm-source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.dm-source {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
}
.dm-source-badge {
  min-width: 45px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0 9px;
  border-radius: 11px;
  color: #456a9e;
  background: #e7efff;
  font-size: .72rem;
  font-weight: 950;
}
.dm-source strong { display: block; margin-top: 13px; }
.dm-source span:last-child { display: block; margin-top: 3px; color: var(--muted); font-size: .88rem; }
.dm-template-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.dm-template-strip span {
  padding: 8px 11px;
  border: 1px solid #d8e1ec;
  border-radius: 999px;
  background: #fff;
  color: #5c6f83;
  font-size: .78rem;
  font-weight: 800;
}

.dm-report-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  margin-top: 40px;
}
.dm-report-summary {
  padding: 28px;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(145deg, #0b2745, #124f78);
}
.dm-report-summary h3 { margin: 0 0 6px; font-size: 1.45rem; }
.dm-report-summary p { margin: 0; color: #c0d1df; }
.dm-report-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.dm-report-stat {
  padding: 15px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.06);
}
.dm-report-stat small { color: #a9bfd0; }
.dm-report-stat strong { display: block; margin-top: 3px; font-size: 1.4rem; }
.dm-report-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.dm-report-detail {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.dm-report-detail small { color: #6b7b8d; font-weight: 850; }
.dm-report-detail strong { display: block; margin-top: 5px; font-size: 1.45rem; }
.dm-report-detail span { display: block; margin-top: 3px; color: var(--muted); font-size: .82rem; }
.dm-export-callout {
  grid-column: 1 / -1;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #d7e1ed;
  border-radius: 18px;
  background: #eef4ff;
}
.dm-export-callout strong { display: block; }
.dm-export-callout span { display: block; margin-top: 2px; color: var(--muted); font-size: .88rem; }
.dm-export-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.dm-export-pills b {
  padding: 7px 9px;
  border-radius: 9px;
  color: #456a9e;
  background: #fff;
  font-size: .72rem;
}

.dm-settings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.dm-setting-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
}
.dm-setting-card strong { display: block; margin-top: 14px; }
.dm-setting-card p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }

.dm-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}
.dm-plan {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.dm-plan.dm-plan-featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #0a223b, #124b74);
  box-shadow: var(--shadow);
}
.dm-plan-label {
  color: var(--blue-2);
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dm-plan-featured .dm-plan-label { color: #7edcff; }
.dm-plan h3 { margin: 9px 0 8px; font-size: 1.45rem; }
.dm-plan > p { margin: 0; color: var(--muted); }
.dm-plan-featured > p { color: #bed0df; }
.dm-plan ul { margin: 20px 0 24px; padding-left: 20px; color: #52657a; }
.dm-plan-featured ul { color: #c5d4e2; }
.dm-plan li { margin: 8px 0; }
.dm-plan a {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 11px;
  color: #2c68b7;
  background: #edf4ff;
  font-weight: 900;
  font-size: .85rem;
}
.dm-plan-featured a { color: #06192b; background: #fff; }
.dm-plan-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: .86rem;
}

.dm-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 36px;
}
.dm-faq-grid details {
  padding: 19px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.dm-faq-grid summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}
.dm-faq-grid summary::-webkit-details-marker { display: none; }
.dm-faq-grid summary::after { content: "+"; float: right; color: var(--blue-2); font-size: 1.2rem; }
.dm-faq-grid details[open] summary::after { content: "−"; }
.dm-faq-grid p { margin: 12px 0 0; color: var(--muted); font-size: .92rem; }

.dm-download {
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(115,207,255,.18), transparent 30%),
    linear-gradient(145deg, #081d34, #10466e);
  box-shadow: var(--shadow);
}
.dm-download-copy { display: flex; align-items: center; gap: 18px; }
.dm-download-copy img { width: 70px; height: 70px; border-radius: 19px; }
.dm-download h2 { margin: 3px 0 7px; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.05; }
.dm-download p { margin: 0; color: #bfd0de; }

.site-footer {
  padding: 58px 0 24px;
  color: #c4d2df;
  background: #061522;
}
.footer-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .8fr .75fr;
  gap: 42px;
  align-items: start;
}
.footer-brand img { width: 175px; }
.footer-brand p { max-width: 360px; margin: 14px 0 0; color: #8298ac; font-size: .9rem; }
.footer-links { display: grid; gap: 9px; font-weight: 760; }
.footer-links a:hover { color: #fff; }
.developer-mark { justify-self: end; text-align: right; }
.developer-mark span {
  display: block;
  color: #71889e;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.developer-mark img {
  width: 155px;
  margin: 10px 0 0 auto;
  padding: 7px;
  border-radius: 11px;
  background: #fff;
}
.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 36px auto 0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #71879a;
  font-size: .78rem;
}
.footer-bottom a:hover { color: #fff; }

@media (max-width: 1080px) {
  .dm-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .professional-grid { grid-template-columns: repeat(2, 1fr); }
  .dm-workspace-grid { grid-template-columns: repeat(2, 1fr); }
  .dm-plan-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { gap: 16px; font-size: .87rem; }
}

@media (max-width: 900px) {
  .dm-hero-grid, .dm-split, .dm-report-layout { grid-template-columns: 1fr; }
  .dm-hero-grid { gap: 48px; }
  .dm-device-wrap { justify-content: flex-start; }
  .phone-card { transform: none; }
  .dm-pro-demo-grid { grid-template-columns: 1fr; }
  .dm-source-grid, .dm-settings-grid { grid-template-columns: repeat(2, 1fr); }
  .dm-workspace-bottom { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .developer-mark { justify-self: start; text-align: left; }
  .developer-mark img { margin-left: 0; }
}

@media (max-width: 760px) {
  .dm-shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { width: min(100% - 30px, 1180px); min-height: 68px; }
  .site-header { min-height: 68px; }
  .brand img { width: 42px; height: 42px; }
  .menu-button {
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    display: grid;
    align-content: center;
    gap: 5px;
    background: rgba(255,255,255,.08);
  }
  .menu-button span { height: 2px; border-radius: 2px; background: #fff; }
  .main-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 62px;
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 17px;
    background: #0a223b;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 12px; border-radius: 10px; }
  .dm-hero, .dm-hero-grid { min-height: auto; }
  .dm-hero-grid { padding: 58px 0 68px; }
  .dm-hero h1 { font-size: clamp(2.75rem, 14vw, 4.35rem); }
  .dm-section { padding: 76px 0; }
  .dm-feature-grid, .professional-grid, .dm-workspace-grid, .dm-source-grid, .dm-settings-grid, .dm-plan-grid, .dm-faq-grid { grid-template-columns: 1fr; }
  .dm-pro-demo { padding: 13px; }
  .dm-download { grid-template-columns: 1fr; padding: 30px 26px; }
  .footer-grid { width: min(100% - 30px, 1180px); grid-template-columns: 1fr; }
  .footer-bottom { width: min(100% - 30px, 1180px); flex-direction: column; }
  .developer-mark { justify-self: start; }
}

@media (max-width: 520px) {
  .dm-actions { flex-direction: column; }
  .dm-button { width: 100%; }
  .phone-card { padding: 8px; border-radius: 29px; }
  .dm-phone { border-radius: 22px; }
  .dm-phone-body { padding: 13px; }
  .dm-info-row { grid-template-columns: 1fr 1fr; }
  .dm-feature-card { padding: 22px; }
  .dm-calendar-grid { gap: 4px; padding-inline: 8px; }
  .dm-calendar-week { padding-inline: 8px; }
  .dm-day { min-height: 57px; }
  .dm-day-tag { width: 27px; height: 25px; }
  .dm-report-stats, .dm-report-details { grid-template-columns: 1fr 1fr; }
  .dm-export-callout { align-items: flex-start; flex-direction: column; }
  .dm-download-copy { align-items: flex-start; flex-direction: column; }
  .dm-download-copy img { width: 62px; height: 62px; }
}

@media (max-width: 380px) {
  .dm-info-row, .dm-quick-grid, .dm-report-stats, .dm-report-details { grid-template-columns: 1fr; }
}


/* DutyMate visual polish — 2026-09-18 */
[id] { scroll-margin-top: 92px; }
.dm-heading h2,
.dm-hero h1,
.dm-download h2 { text-wrap: balance; }
.dm-heading p,
.dm-hero-lead { text-wrap: pretty; }

.dm-feature-card,
.dm-copy-item,
.dm-pro-card,
.dm-step,
.dm-work-card,
.dm-source,
.dm-report-detail,
.dm-setting-card,
.dm-plan,
.dm-faq-grid details {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.dm-plan {
  display: flex;
  flex-direction: column;
}
.dm-plan ul { flex: 1; }
.dm-plan a { align-self: flex-start; }

.dm-faq-grid details[open] {
  border-color: #cbd9ea;
  box-shadow: 0 10px 28px rgba(12,40,68,.06);
}
.dm-faq-grid summary:focus-visible,
.main-nav a:focus-visible,
.dm-button:focus-visible,
.dm-plan a:focus-visible {
  outline: 3px solid rgba(76, 137, 218, .34);
  outline-offset: 3px;
}

.dm-download {
  border: 1px solid rgba(255,255,255,.08);
}

@media (hover: hover) and (pointer: fine) {
  .dm-feature-card:hover,
  .dm-copy-item:hover,
  .dm-step:hover,
  .dm-source:hover,
  .dm-setting-card:hover,
  .dm-plan:not(.dm-plan-featured):hover,
  .dm-faq-grid details:hover {
    transform: translateY(-3px);
    border-color: #cbd8e8;
    box-shadow: 0 16px 40px rgba(12,40,68,.08);
  }
  .dm-pro-card:hover {
    transform: translateY(-3px);
    border-color: rgba(145,207,255,.22);
    background: rgba(255,255,255,.075);
  }
}

@media (max-width: 1080px) {
  .dm-plan-grid {
    grid-template-columns: 1fr;
    max-width: 780px;
  }
}

@media (max-width: 1024px) {
  .menu-button {
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    display: grid;
    align-content: center;
    gap: 5px;
    background: rgba(255,255,255,.08);
  }
  .menu-button span {
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 68px;
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 17px;
    background: #0a223b;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    padding: 11px 12px;
    border-radius: 10px;
  }
  .dm-faq-grid { grid-template-columns: 1fr; }
  .dm-section { padding: 88px 0; }
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 34px;
  }
  .developer-mark {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
  .developer-mark img { margin-left: 0; }
}

@media (max-width: 760px) {
  .main-nav {
    left: 15px;
    right: 15px;
    top: 62px;
  }
  .dm-section { padding: 72px 0; }
  .dm-plan-grid { max-width: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .developer-mark { grid-column: auto; }
}


/* Premium plan accuracy + social launch polish — 2026-09-18 */
.dm-free-plan {
  margin-top: 42px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid #dbe4ef;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 10px 30px rgba(12,40,68,.045);
}
.dm-free-plan h3 { margin: 8px 0 7px; font-size: 1.42rem; }
.dm-free-plan p { margin: 0; color: var(--muted); }
.dm-free-plan-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dm-free-plan-features span {
  padding: 8px 11px;
  border: 1px solid #dbe5f1;
  border-radius: 999px;
  color: #4e6178;
  background: #fff;
  font-size: .78rem;
  font-weight: 800;
}

.dm-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.dm-premium-grid .dm-plan {
  min-width: 0;
  padding: 28px;
  border: 1.5px solid #d7e0ea;
  box-shadow: 0 12px 34px rgba(12,40,68,.055);
}
.dm-premium-grid .dm-plan-professional {
  border-color: #7895bd;
}
.dm-premium-grid .dm-plan-complete {
  border: 2px solid #4a6fa8;
  box-shadow: 0 18px 46px rgba(45,82,130,.13);
}
.dm-best-value {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #3f5f8b;
  background: #dfe9ff;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.dm-price-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 22px;
}
.dm-price-option {
  position: relative;
  padding: 15px;
  border: 1px solid #e0e6ee;
  border-radius: 16px;
  background: #f8faff;
}
.dm-price-option-yearly {
  border-color: #cfdcf0;
  background: #eef4ff;
}
.dm-price-option > span {
  display: block;
  color: #60748b;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dm-price-option strong {
  display: inline-block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.7vw, 1.38rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.dm-price-option small {
  margin-left: 3px;
  color: #46556a;
  font-weight: 850;
}
.dm-price-option em {
  display: block;
  margin-top: 8px;
  min-height: 34px;
  color: #657589;
  font-size: .72rem;
  font-style: normal;
  line-height: 1.35;
}
.dm-price-option b {
  display: inline-flex;
  margin-top: 7px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #47628a;
  background: #dce7ff;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.dm-plan-features {
  flex: 1;
  margin: 22px 0 18px !important;
  padding: 0 !important;
  display: grid;
  align-content: start;
  gap: 10px;
  color: #314156 !important;
  list-style: none;
}
.dm-plan-features li {
  position: relative;
  margin: 0 !important;
  padding-left: 28px;
  line-height: 1.42;
}
.dm-plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .02em;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1.5px solid #5578a8;
  border-radius: 50%;
  color: #5578a8;
  font-size: .72rem;
  font-weight: 950;
}
.dm-plan-restriction {
  margin: 0 0 18px !important;
  color: #657285 !important;
  font-size: .82rem;
}
.dm-premium-grid .dm-plan a {
  width: 100%;
  min-height: 48px;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 14px;
  background: #4a6fa8;
  text-align: center;
}
.dm-premium-grid .dm-plan a:hover { background: #3f6295; }

.dm-billing-note {
  margin-top: 18px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border: 1px solid #dce4ee;
  border-radius: 20px;
  background: #fff;
}
.dm-billing-shield {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: #0b2745;
  font-weight: 950;
}
.dm-billing-note strong { display: block; }
.dm-billing-note p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.dm-billing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.dm-billing-actions span,
.dm-billing-actions a {
  padding: 8px 10px;
  border-radius: 10px;
  color: #456a9e;
  background: #eef4ff;
  font-size: .76rem;
  font-weight: 850;
}

@media (max-width: 1120px) and (min-width: 761px) {
  .dm-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .dm-premium-grid .dm-plan-complete {
    grid-column: 1 / -1;
  }
  .dm-free-plan {
    grid-template-columns: .9fr 1.1fr;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .dm-premium-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .dm-premium-grid .dm-plan-complete {
    grid-column: auto;
  }
  .dm-free-plan {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .dm-free-plan { padding: 22px; }
  .dm-premium-grid .dm-plan { padding: 24px 22px; }
  .dm-price-options { grid-template-columns: 1fr; }
  .dm-price-option em { min-height: 0; }
  .dm-best-value { position: static; align-self: flex-start; margin-bottom: 10px; }
  .dm-billing-note { grid-template-columns: 1fr; }
}


/* Desktop/tablet premium grid refinement — 2026-09-18 */
@media (min-width: 1121px) {
  .dm-premium-grid {
    align-items: stretch;
  }
  .dm-premium-grid .dm-plan {
    min-height: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .dm-premium-grid .dm-plan-complete {
    max-width: none;
  }
  .dm-premium-grid .dm-plan-complete .dm-price-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dm-premium-grid .dm-plan-complete .dm-plan-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }
}

@media (min-width: 900px) {
  .dm-plan h3 {
    min-height: 3.1rem;
  }
  .dm-plan > p {
    min-height: 3.15rem;
  }
}
