:root {
  color-scheme: light;
  font-family: "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  color: #252b33;
  background: #ffffff;
  --accent: #8ec5ff;
  --accent-strong: #4d98e6;
  --accent-soft: rgba(142, 197, 255, 0.18);
  --ink: #252b33;
  --muted: #68717d;
  --line: #e7ebf0;
  --surface: #ffffff;
  --soft: #f6f9fc;
  --shadow: 0 24px 70px rgba(42, 61, 82, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 54%, #ffffff 100%);
  color: var(--ink);
}

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 750;
}

.brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  color: #4c5663;
  font-size: 14px;
}

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

.header-download,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.header-download,
.primary-action {
  padding: 0 20px;
  border: 1px solid #1f2933;
  background: #1f2933;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(31, 41, 51, 0.18);
}

.header-download:hover,
.primary-action:hover {
  box-shadow: 0 16px 32px rgba(31, 41, 51, 0.22);
  transform: translateY(-1px);
}

.secondary-action {
  padding: 0 18px;
  border: 1px solid #d8e0ea;
  background: #ffffff;
  color: #2e3742;
}

.secondary-action:hover {
  border-color: #bfcbd8;
  background: #f8fbff;
}

.windows-mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 6px 6px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 0 / 6px 6px no-repeat,
    linear-gradient(currentColor, currentColor) 0 8px / 6px 6px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 8px / 6px 6px no-repeat;
  opacity: 0.9;
}

.primary-action .windows-mark {
  margin-right: 2px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: 40px;
  width: min(1160px, calc(100% - 40px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 48px 0 86px;
}

.hero-copy {
  max-width: 530px;
}

.hero-copy h1 {
  margin: 0;
  color: #1f2933;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.05;
}

.hero-copy p {
  margin: 22px 0 0;
  color: #596575;
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.support-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px !important;
  color: #6d7784 !important;
  font-size: 14px !important;
}

.support-windows-mark {
  color: #6aaef0;
  margin-right: 8px;
}

.product-stage {
  position: relative;
  min-height: 620px;
}

.screenshot-stage {
  min-height: 620px;
}

.product-stage::before {
  position: absolute;
  inset: 54px 28px 54px 70px;
  content: "";
  border: 1px solid rgba(196, 221, 245, 0.7);
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 20%, rgba(142, 197, 255, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(241, 248, 255, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), var(--shadow);
}

.screenshot-stage::before {
  inset: 34px 16px 34px 48px;
  border-color: rgba(203, 224, 246, 0.78);
  background:
    radial-gradient(circle at 24% 14%, rgba(142, 197, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.78));
}

.scene-shot {
  position: absolute;
  width: 256px;
  overflow: hidden;
  padding: 18px 18px 19px;
  border: 1.5px solid var(--shot-color);
  border-radius: 16px;
  background: var(--shot-bg);
  box-shadow: 0 22px 56px rgba(37, 54, 74, 0.15);
}

.scene-shot::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--shot-color);
  content: "";
}

.scene-shot h2 {
  margin: 0 0 8px;
  color: #343434;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.scene-shot p {
  margin: 0 0 13px;
  color: #424242;
  font-size: 14px;
  line-height: 1.55;
}

.shot-task {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin-top: 9px;
  padding: 9px 10px;
  border: 1.5px solid var(--shot-color);
  border-radius: 8px;
  background: var(--task-bg);
  color: #383838;
  font-size: 14px;
  line-height: 1.25;
}

.shot-task span {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1.5px solid color-mix(in srgb, var(--shot-color) 72%, #ffffff);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
}

.weekend-shot {
  --shot-color: #7dbbff;
  --shot-bg: #fffdf8;
  --task-bg: #eef6ff;
  top: 32px;
  left: 8px;
  transform: rotate(-1.5deg);
}

.progress-shot {
  --shot-color: #ffd454;
  --shot-bg: #fffaf0;
  --task-bg: #fff6df;
  top: 28px;
  right: 10px;
  transform: rotate(1.4deg);
}

.study-shot {
  --shot-color: #d9d9d9;
  --shot-bg: #fffdf9;
  --task-bg: #f8f7f4;
  bottom: 58px;
  left: 72px;
  transform: rotate(1.1deg);
}

.exam-shot {
  --shot-color: #b79cff;
  --shot-bg: #fffdf9;
  --task-bg: #f5efff;
  right: 84px;
  bottom: 42px;
  width: 240px;
  min-height: 184px;
  padding-top: 20px;
  transform: rotate(-1.6deg);
}

.shot-countdown {
  margin-top: 15px;
  padding: 11px;
  border: 1.5px solid var(--shot-color);
  border-radius: 10px;
  background: var(--task-bg);
}

.shot-countdown strong,
.shot-countdown time {
  display: inline-block;
  color: #383838;
  font-size: 13px;
  line-height: 1.2;
}

.shot-countdown strong {
  font-weight: 750;
}

.shot-countdown time {
  float: right;
  color: #5e5e66;
}

.shot-progress {
  clear: both;
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #dedede;
}

.shot-progress span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: color-mix(in srgb, var(--shot-color) 28%, #d8d8d8);
}

.memo-window,
.manager-preview,
.collapsed-pill {
  position: absolute;
  border: 1px solid rgba(216, 224, 234, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(39, 57, 78, 0.17);
  backdrop-filter: blur(18px);
}

.memo-window {
  width: 258px;
  min-height: 230px;
  padding: 18px 20px 16px;
  border-radius: 22px;
}

.memo-window::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 22px 0 0 22px;
  background: var(--note-color, var(--accent));
  content: "";
}

.yellow-note {
  --note-color: #ffd966;
  top: 92px;
  left: 24px;
  transform: rotate(-5deg);
}

.blue-note {
  --note-color: #8ec5ff;
  top: 42px;
  right: 68px;
  min-height: 250px;
  transform: rotate(3deg);
}

.green-note {
  --note-color: #a8e6a3;
  right: 18px;
  bottom: 74px;
  min-height: 198px;
  transform: rotate(-2deg);
}

.memo-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #2c333b;
}

.memo-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--note-color);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--note-color) 18%, transparent);
}

.memo-title {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.memo-icons {
  color: #7b8491;
  font-size: 13px;
}

.memo-window p {
  margin: 16px 0 14px;
  color: #545f6d;
  font-size: 14px;
  line-height: 1.65;
}

.todo-line {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin-top: 8px;
  padding: 7px 9px;
  border: 1px solid color-mix(in srgb, var(--note-color) 50%, #e7ebf0);
  border-radius: 10px;
  background: color-mix(in srgb, var(--note-color) 13%, #ffffff);
  color: #3d4652;
  font-size: 13px;
}

.todo-line span {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid color-mix(in srgb, var(--note-color) 70%, #b9c3cf);
  border-radius: 4px;
  background: #ffffff;
}

.todo-line.checked {
  color: #8a94a1;
  text-decoration: line-through;
}

.todo-line.checked span {
  background:
    linear-gradient(135deg, transparent 0 40%, #ffffff 40% 56%, transparent 56%),
    var(--note-color);
}

.memo-window time {
  display: block;
  margin-top: 14px;
  color: #8993a0;
  font-size: 12px;
}

.countdown {
  margin: 20px 0 14px;
  color: #23303d;
  font-size: 25px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.countdown small {
  color: #6f7b87;
  font-size: 13px;
  font-weight: 650;
}

.progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(48, 67, 86, 0.09);
}

.progress span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--note-color);
}

.manager-preview {
  bottom: 28px;
  left: 64px;
  width: 350px;
  padding: 0 18px 18px;
  border-radius: 18px;
  overflow: hidden;
}

.manager-preview-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  margin: 0 -18px 16px;
  padding: 0 16px;
  border-bottom: 1px solid #edf1f5;
  color: #2f3741;
  font-size: 13px;
}

.manager-preview-titlebar span {
  color: #8a95a1;
  letter-spacing: 4px;
}

.manager-search {
  height: 38px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #e4e9ef;
  border-radius: 10px;
  background: #fbfcfe;
  color: #98a3af;
  font-size: 13px;
}

.manager-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #ebeff4;
  border-radius: 12px;
  background: #ffffff;
}

.note-color-square {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.manager-note.warm .note-color-square {
  background: #ffd966;
}

.manager-note.cool .note-color-square {
  background: #8ec5ff;
}

.manager-note.mint .note-color-square {
  background: #a8e6a3;
}

.manager-note strong {
  display: block;
  color: #2f3741;
  font-size: 14px;
}

.manager-note p,
.manager-note time {
  margin: 4px 0 0;
  color: #7c8794;
  font-size: 12px;
}

.manager-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  color: #596675;
  font-size: 13px;
  font-weight: 650;
}

.collapsed-pill {
  right: 188px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 220px;
  height: 48px;
  padding: 0 8px 0 14px;
  border-radius: 999px;
}

.collapsed-pill span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c9b6ff;
  box-shadow: 0 0 0 5px rgba(201, 182, 255, 0.2);
}

.collapsed-pill strong {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #303842;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collapsed-pill button {
  width: 28px;
  height: 28px;
  border: 1px solid #dfe6ee;
  border-radius: 50%;
  background: #ffffff;
  color: #4f5b68;
  cursor: default;
}

.features-section,
.desktop-section,
.download-section,
.site-footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.features-section {
  padding: 88px 0 68px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.section-heading h2,
.desktop-copy h2,
.download-section h2 {
  margin: 0;
  color: #1f2933;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.14;
}

.section-heading p,
.desktop-copy p,
.download-section p {
  max-width: 560px;
  margin: 12px 0 0;
  color: #647281;
  font-size: 16px;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  min-height: 278px;
  padding: 22px;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(44, 64, 86, 0.06);
}

.feature-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid #dbe8f5;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  position: relative;
}

.feature-icon::before,
.feature-icon::after {
  position: absolute;
  content: "";
}

.note-icon::before {
  inset: 11px 12px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.todo-icon::before {
  left: 12px;
  top: 13px;
  width: 17px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.timer-icon::before {
  inset: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.timer-icon::after {
  left: 20px;
  top: 14px;
  width: 7px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.tray-icon::before,
.collapse-icon::before {
  left: 10px;
  top: 13px;
  width: 22px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.collapse-icon::before {
  left: 9px;
  top: 18px;
  width: 24px;
  height: 8px;
  border-radius: 999px;
}

.collapse-icon::after {
  left: 15px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.theme-icon::before {
  inset: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(77, 152, 230, 0.95), rgba(255, 255, 255, 0.35));
}

.feature-card h3 {
  margin: 0;
  color: #232c36;
  font-size: 18px;
}

.feature-card p {
  margin: 10px 0 18px;
  color: #687481;
  font-size: 14px;
  line-height: 1.65;
}

.mini-note,
.mini-list,
.mini-countdown,
.mini-collapsed-note,
.glass-sample {
  border: 1px solid #e6ebf1;
  border-radius: 8px;
  background: #fbfdff;
}

.mini-note {
  padding: 14px 12px;
  color: #59636f;
  font-size: 13px;
  line-height: 1.5;
}

.yellow-mini {
  border-color: #f0d681;
  background: #fff8df;
}

.blue-mini {
  border-color: #9bcbff;
  background: #eef6ff;
}

.neutral-mini {
  border-color: #d7d7d7;
  background: #f8f7f4;
}

.mini-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 11px;
  color: #56616e;
  font-size: 13px;
}

.mini-list span::before {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid #c9d5e1;
  border-radius: 4px;
  vertical-align: -2px;
  content: "";
}

.mini-list .done {
  color: #8a94a1;
  text-decoration: line-through;
}

.mini-list .done::before {
  border-color: #8ec5ff;
  background: #8ec5ff;
}

.mini-countdown {
  padding: 14px 12px;
  border-color: #c9b3ff;
  background: #f7f1ff;
  color: #2f3945;
}

.mini-countdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mini-countdown-row strong,
.mini-countdown-row time {
  color: #353842;
  font-size: 14px;
  line-height: 1.2;
}

.mini-countdown-row strong {
  font-weight: 800;
}

.mini-countdown-row time {
  flex: 0 0 auto;
  color: #68707a;
  font-size: 12px;
}

.mini-countdown-progress {
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #d8d8df;
}

.mini-countdown-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: #c8b6f6;
}

.mini-collapsed-note {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 7px 7px 11px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(42, 61, 82, 0.13);
}

.mini-collapsed-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #ffb37a;
  box-shadow: 0 0 0 6px rgba(255, 179, 122, 0.16);
}

.mini-collapsed-note strong {
  flex: 1;
  color: #2f3945;
  font-size: 14px;
  font-weight: 800;
}

.mini-collapsed-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid #dde5ef;
  border-radius: 50%;
  background: #ffffff;
  color: #56616e;
  font-size: 13px;
  box-shadow: 0 7px 18px rgba(42, 61, 82, 0.1);
}

.glass-sample {
  height: 76px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at 28% 22%, rgba(142, 197, 255, 0.35), transparent 45%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 26px rgba(49, 70, 92, 0.1);
  backdrop-filter: blur(18px);
}

.desktop-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: 60px;
  padding: 72px 0 92px;
}

.desktop-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dfe7f0;
  border-radius: 8px;
  background: #dcefc4;
  box-shadow: var(--shadow);
}

.translucent-preview {
  min-height: 500px;
  border-color: rgba(188, 210, 177, 0.7);
  background: #dcefc4;
}

.field-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(12deg, transparent 0 31%, rgba(42, 72, 28, 0.42) 31.3% 37%, transparent 37.4%),
    linear-gradient(170deg, rgba(242, 218, 93, 0.55) 0 12%, transparent 38%),
    radial-gradient(ellipse 92% 36% at 52% 28%, rgba(181, 220, 93, 0.96) 0 34%, rgba(110, 174, 55, 0.92) 62%, transparent 63%),
    radial-gradient(ellipse 110% 42% at 48% 64%, rgba(83, 161, 47, 0.96) 0 45%, rgba(34, 111, 33, 0.96) 73%, transparent 74%),
    linear-gradient(180deg, #dcefb5 0%, #84c848 34%, #236f28 100%);
}

.field-scene::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(168deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(15deg, rgba(35, 87, 29, 0.14) 0 1px, transparent 1px 24px);
  mix-blend-mode: soft-light;
  content: "";
}

.field-scene::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(15, 71, 21, 0.28));
  content: "";
}

.glass-note-preview {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 260px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 48px rgba(18, 58, 24, 0.28);
  backdrop-filter: blur(18px) saturate(1.25);
  transform: translateX(-50%);
}

.glass-note-preview::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #8de2a0;
  content: "";
}

.glass-note-preview h3 {
  margin: 0 0 14px;
  color: #2f343b;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.rest-timer {
  padding: 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.rest-timer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rest-timer-row strong,
.rest-timer-row time {
  color: #353a40;
  font-size: 13px;
  line-height: 1.2;
}

.rest-timer-row strong {
  font-weight: 800;
}

.rest-timer-row time {
  color: #5f666d;
}

.rest-progress {
  height: 6px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(196, 205, 196, 0.62);
}

.rest-progress span {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: #93dfa4;
}

.glass-note-preview p {
  margin: 15px 0 12px;
  color: #3f454a;
  font-size: 14px;
  line-height: 1.6;
}

.rest-task {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  margin-top: 9px;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  color: #363c42;
  font-size: 14px;
}

.rest-task span {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1.5px solid #8de2a0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
  padding: 48px;
  border: 1px solid #dfe9f3;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(142, 197, 255, 0.22), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 56px rgba(39, 58, 80, 0.1);
}

.download-section .primary-action {
  margin-top: 24px;
}

.version-line {
  margin-top: 14px !important;
  color: #8993a0 !important;
  font-size: 13px !important;
}

.download-icon {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(43, 65, 88, 0.18));
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 92px;
  border-top: 1px solid #e8edf3;
  color: #798492;
  font-size: 13px;
}

.footer-brand {
  margin-right: auto;
  color: #2d3540;
  font-size: 15px;
}

.footer-brand img {
  width: 26px;
  height: 26px;
}

@media (max-width: 1040px) {
  .hero-section {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .product-stage {
    min-height: 650px;
  }

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

  .desktop-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 28px, 1160px);
    height: auto;
    min-height: 68px;
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .site-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    gap: 18px;
  }

  .header-download {
    min-height: 38px;
    padding: 0 14px;
  }

  .hero-section,
  .features-section,
  .desktop-section,
  .download-section,
  .site-footer {
    width: min(100% - 28px, 1160px);
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .product-stage {
    min-height: 740px;
  }

  .product-stage::before {
    inset: 28px 0 70px;
  }

  .memo-window,
  .scene-shot,
  .manager-preview,
  .collapsed-pill {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 350px);
    margin: 18px auto;
    transform: none;
  }

  .manager-preview {
    width: min(100%, 370px);
  }

  .collapsed-pill {
    width: min(100%, 290px);
  }

  .scene-shot {
    width: min(100%, 256px);
  }

  .exam-shot {
    min-height: 170px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .desktop-visual {
    min-height: 390px;
  }

  .download-section {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
  }

  .download-icon {
    width: 84px;
    height: 84px;
  }

  .site-footer {
    flex-wrap: wrap;
    padding: 26px 0;
  }
}
