@font-face {
  font-family: Inter;
  src: url("assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --purple: #6842a6;
  --deep: #352346;
  --ink: #292330;
  --muted: #736c7c;
  --lavender: #f0eaf8;
  --paper: #fcfbfe;
  --line: #e5dfed;
  --body: Inter, "Microsoft YaHei", "PingFang SC", sans-serif;
  --display: "Microsoft YaHei", "PingFang SC", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.35;
}
a,
.button {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
section[id],
article[id] {
  scroll-margin-top: 100px;
}
.content-width {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fcfbfef2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e5dfed80;
}
.nav-wrap {
  max-width: 1320px;
  margin: auto;
  height: 100%;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand img {
  border-radius: 12px;
}
.brand span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1.7px;
  margin-top: 5px;
  font-weight: 500;
}
.header nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
  color: #605568;
}
.header nav a:hover {
  color: var(--purple);
}
.nav-download {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 9px 18px;
  font-size: 14px;
}
.nav-download span {
  margin-left: 15px;
}
.nav-download:hover {
  background: var(--lavender);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 30;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 12px;
}
.hero {
  overflow: hidden;
  background: linear-gradient(180deg, #fcfbfe 15%, #f2edf9 80%, #ece5f6);
  padding: 65px 24px 0;
  text-align: center;
}
.eyebrow {
  color: var(--purple);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: -2px;
  line-height: 1.35;
  font-weight: 800;
}
.hero h1 span {
  color: var(--purple);
}
.mobile-break {
  display: none;
}
.hero-description {
  color: var(--muted);
  font-size: 18px;
  margin-top: 22px;
  line-height: 1.85;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 49px;
  padding: 11px 23px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 27px;
}
.primary {
  background: var(--purple);
  color: white;
}
.primary:hover {
  background: #56368d;
  transform: translateY(-2px);
}
.text-button:hover {
  background: #e9e1f3;
}
.hero-stage {
  position: relative;
  width: min(1050px, 100%);
  padding: 66px 0 48px;
  margin: 50px auto 0;
  text-align: left;
}
.stage-word {
  position: absolute;
  font-size: clamp(100px, 14vw, 185px);
  font-weight: 800;
  color: #e3d9ef;
  letter-spacing: -9px;
  line-height: 1;
  top: 12px;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-computer {
  position: relative;
  left: 1%;
  width: 86%;
}
.laptop {
  position: relative;
  padding: 0 15px 17px;
  filter: drop-shadow(0 20px 22px #31204215);
}
.laptop-screen {
  position: relative;
  overflow: hidden;
  border: 9px solid #28252e;
  border-top-width: 15px;
  border-bottom-width: 18px;
  border-radius: 15px 15px 5px 5px;
  background: #fff;
  box-shadow: inset 0 0 0 2px #56525b;
}
.laptop-screen:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6c6874;
}
.laptop-screen img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.laptop-base {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 15px;
  border-radius: 2px 2px 50% 50%/2px 2px 100% 100%;
  background: linear-gradient(#e4e2e6, #b3afb9 55%, #d1ced5);
  box-shadow: 0 2px 2px #201b2626;
}
.laptop-base:before {
  content: "";
  display: block;
  width: 15%;
  height: 5px;
  margin: auto;
  background: #aaa6b0;
  border-radius: 0 0 8px 8px;
}
.hero-phone {
  position: absolute;
  width: 20.5%;
  right: 0;
  top: 0;
  filter: drop-shadow(0 15px 18px #2923302b);
  transform: rotate(5deg);
}
.hero-phone img {
  width: 100%;
}
.device-caption {
  display: block;
  font-size: 12px;
  color: #766887;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 1px;
}
.hero-phone .device-caption {
  transform: rotate(-5deg);
}
.hero-foot {
  max-width: 1120px;
  margin: 0 auto;
  padding: 25px 0 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  color: #81718e;
  letter-spacing: 1.5px;
}
.hero-foot-line {
  flex: 1;
  height: 1px;
  background: #d9cfe5;
}
.mobile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 110px;
  padding-block: 110px;
}
.mobile-visual {
  position: relative;
  background: #eee8f6;
  border-radius: 32px;
  overflow: hidden;
  height: 640px;
  padding-top: 50px;
}
.mobile-visual img {
  width: 255px;
  position: relative;
  margin: 32px auto 0;
  transform: rotate(-7deg);
  filter: drop-shadow(12px 18px 18px #38274826);
}
.mobile-label {
  font-size: 22px;
  color: #7a6198;
  text-align: center;
  letter-spacing: 1px;
}
.mobile-copy h2,
h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  letter-spacing: -1.3px;
}
.intro {
  margin-top: 23px;
  color: var(--muted);
  line-height: 1.9;
}
.feature-lines {
  margin: 28px 0;
}
.feature-lines article {
  display: flex;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.feature-lines article:last-child {
  border-bottom: 0;
}
.feature-symbol {
  flex: 0 0 32px;
  font-size: 26px;
  line-height: 1.2;
  color: var(--purple);
}
.feature-lines h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-lines p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.inline-link {
  color: var(--purple);
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #b7a3d3;
  padding-bottom: 6px;
}
.desktop-section {
  background: #f2eff7;
  padding: 90px 0 45px;
}
.section-heading {
  text-align: center;
  margin-bottom: 65px;
}
.section-heading .intro {
  font-size: 16px;
}
.showcase {
  display: grid;
  grid-template-columns: 0.85fr 1.65fr;
  align-items: center;
  gap: 40px;
  padding: 58px 0;
}
.showcase-copy h3,
.notes-heading h3 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.45;
  margin: 18px 0;
}
.showcase-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
  max-width: 340px;
  margin-bottom: 15px;
}
.pill {
  display: inline-block;
  border: 1px solid #d8cbe8;
  color: var(--purple);
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 12px;
}
.showcase ul {
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}
.showcase li {
  font-size: 13px;
  color: #6c5b7e;
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
}
.showcase li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--purple);
}
figcaption {
  text-align: center;
  font-size: 12px;
  color: #6a5a77;
  margin-top: 13px;
}
.notes-showcase {
  margin: 36px 0;
  background: #e6ddf1;
  border-radius: 28px;
  padding: 55px 62px 42px;
  overflow: hidden;
}
.notes-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 25px;
}
.notes-heading p {
  font-size: 15px;
  line-height: 1.95;
  color: #746380;
}
.notes-showcase figure {
  max-width: 980px;
  margin: 10px auto 0;
}
.note-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 36px;
}
.note-benefits > div + div {
  border-left: 1px solid #cec0de;
  padding-left: 28px;
}
.note-benefits h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #493457;
}
.note-benefits p {
  font-size: 13px;
  color: #665474;
  line-height: 1.8;
}
.calendar-showcase {
  padding-top: 65px;
}
.demo-disclosure {
  font-size: 12px;
  color: #6a5a77;
  text-align: center;
  margin-top: 30px;
}
.download-section {
  padding-block: 110px;
  text-align: center;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 47px auto 0;
  gap: 25px;
  text-align: left;
}
.download-grid article {
  border: 1px solid var(--line);
  border-radius: 23px;
  padding: 36px 40px;
  background: #fff;
}
.download-platform {
  font-size: 12px;
  color: var(--purple);
  letter-spacing: 2px;
}
.download-grid h3 {
  font-size: 30px;
  margin: 12px 0;
}
.download-grid p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 28px;
}
.platform-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  font-size: 14px;
}
.platform-list li {
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}
.platform-list strong {
  font-weight: 600;
}
.platform-list span {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.download-grid small {
  display: block;
  font-size: 12px;
  color: #6a5a77;
  margin-top: 15px;
}
.platform-label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
}
#desktop-platform {
  width: 100%;
  min-height: 46px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}
.download-grid #platform-hint {
  margin: 10px 0 22px;
}
.button[aria-disabled="true"] {
  background: #e5dfed;
  color: #6a5a77;
  cursor: not-allowed;
  transform: none;
}
.download-retry {
  margin-top: 20px;
  padding: 10px 18px;
  border: 1px solid var(--purple);
  border-radius: 22px;
  background: transparent;
  color: var(--purple);
  font: inherit;
  cursor: pointer;
}
#desktop-platform:focus-visible,
.download-retry:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
}
.download-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 30px;
}
footer {
  border-top: 1px solid var(--line);
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
footer p {
  font-size: 12px;
  color: var(--muted);
}
footer .icp-link {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
footer .icp-link:hover {
  color: var(--purple);
  text-decoration: underline;
}
footer > div {
  display: flex;
  gap: 22px;
  font-size: 12px;
  color: #776687;
}
footer .brand span {
  font-size: 18px;
}
@media (min-width: 1500px) {
  .hero-stage {
    margin-top: 62px;
  }
  .hero {
    padding-top: 85px;
  }
}
@media (max-width: 1000px) {
  .content-width {
    width: calc(100% - 56px);
  }
  .nav-wrap {
    padding: 0 28px;
  }
  .header nav {
    gap: 22px;
  }
  .hero-stage {
    padding-top: 45px;
  }
  .mobile-section {
    gap: 50px;
    padding-block: 80px;
  }
  .mobile-visual {
    height: 620px;
  }
  .showcase {
    gap: 25px;
    grid-template-columns: 1fr 1.4fr;
  }
  .showcase-copy h3,
  .notes-heading h3 {
    font-size: 29px;
  }
  .notes-showcase {
    padding: 40px 30px;
  }
  .notes-heading {
    gap: 35px;
  }
  .laptop-screen {
    border-width: 6px;
    border-top-width: 12px;
    border-bottom-width: 14px;
    border-radius: 10px 10px 4px 4px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer p {
    display: none;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 90px;
  }
  .content-width {
    width: calc(100% - 40px);
  }
  .header {
    height: 73px;
  }
  .nav-wrap {
    padding: 0 20px;
    gap: 14px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .brand span {
    font-size: 18px;
  }
  .brand small {
    font-size: 9px;
  }
  .header nav {
    gap: 16px;
    margin-left: auto;
  }
  .header nav a {
    font-size: 13px;
  }
  .header nav a:last-child {
    display: none;
  }
  .nav-download {
    font-size: 12px;
    padding: 7px 11px;
  }
  .nav-download span {
    display: none;
  }
  .hero {
    padding: 50px 16px 0;
  }
  .hero .eyebrow {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .hero h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
    line-height: 1.4;
  }
  .mobile-break {
    display: block;
  }
  .hero-description {
    font-size: 15px;
    margin-top: 20px;
  }
  .actions {
    gap: 3px;
    margin-top: 22px;
  }
  .button {
    font-size: 13px;
    padding: 11px 18px;
    gap: 16px;
    min-height: 46px;
  }
  .hero-stage {
    padding: 27px 0 28px;
    margin-top: 38px;
    margin-bottom: 20px;
  }
  .hero-computer {
    left: 0;
    width: 88%;
  }
  .hero-phone {
    width: 22%;
    right: 0;
  }
  .stage-word {
    font-size: 16vw;
    letter-spacing: -4px;
    top: 0;
  }
  .laptop {
    padding: 0 6px 9px;
  }
  .laptop-screen {
    border-width: 4px;
    border-top-width: 7px;
    border-bottom-width: 8px;
    border-radius: 7px 7px 2px 2px;
  }
  .laptop-base {
    height: 8px;
    bottom: 2px;
  }
  .laptop-base:before {
    height: 3px;
  }
  .device-caption {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 7px;
  }
  .hero-phone .device-caption {
    display: none;
  }
  .hero-foot {
    font-size: 10px;
    gap: 12px;
    padding: 20px 0;
    letter-spacing: 0;
  }
  .mobile-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
    padding-block: 65px;
  }
  .mobile-copy {
    width: 100%;
  }
  .eyebrow {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .mobile-copy h2,
  h2 {
    font-size: 32px;
    letter-spacing: -0.7px;
  }
  .intro {
    font-size: 15px;
    margin-top: 18px;
  }
  .feature-lines {
    margin: 17px 0;
  }
  .feature-lines article {
    padding: 16px 0;
  }
  .mobile-visual {
    width: 100%;
    height: 480px;
    border-radius: 23px;
    padding-top: 30px;
  }
  .mobile-label {
    font-size: 19px;
  }
  .mobile-visual img {
    width: 220px;
    margin-top: 27px;
  }
  .desktop-section {
    padding: 60px 0 30px;
  }
  .section-heading {
    margin-bottom: 25px;
    text-align: left;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading .intro {
    font-size: 14px;
  }
  .section-heading br {
    display: none;
  }
  .showcase {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
    padding: 35px 0;
  }
  .showcase-copy h3,
  .notes-heading h3 {
    font-size: 29px;
  }
  .showcase-copy p {
    max-width: none;
    font-size: 14px;
  }
  .showcase ul {
    margin-top: 18px;
  }
  .showcase-visual {
    margin: 0 -5px;
  }
  .notes-showcase {
    margin: 20px -8px;
    padding: 29px 20px;
    border-radius: 22px;
  }
  .notes-heading {
    display: block;
    margin-bottom: 25px;
  }
  .notes-heading p {
    font-size: 14px;
  }
  .notes-showcase figure {
    margin: 0 -12px;
  }
  .note-benefits {
    display: block;
    margin-top: 22px;
  }
  .note-benefits > div {
    padding: 17px 0;
  }
  .note-benefits > div + div {
    border-left: 0;
    border-top: 1px solid #cec0de;
    padding-left: 0;
  }
  .note-benefits h4 {
    font-size: 15px;
  }
  .note-benefits p {
    font-size: 13px;
  }
  .demo-disclosure {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
  }
  .download-section {
    padding-block: 65px;
  }
  .download-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 18px;
  }
  .download-grid article {
    padding: 28px;
  }
  .download-grid h3 {
    font-size: 27px;
  }
  .download-note {
    line-height: 1.9;
  }
  footer {
    gap: 20px;
    padding-block: 25px;
  }
  footer > div {
    gap: 18px;
    font-size: 11px;
  }
  figcaption {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .header nav {
    display: none;
  }
  .hero h1 {
    font-size: 37px;
  }
  .hero-foot {
    gap: 8px;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  a,
  .button {
    transition: none;
  }
}
