:root {
  --ink: #182044;
  --muted: #6e7594;
  --purple: #6659e8;
  --blue: #32ade0;
  --line: #e3e6f4;
  --bg: #f7f8fd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'PingFang SC', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.skip {
  position: absolute;
  top: -80px;
  left: 16px;
  background: #fff;
  padding: 10px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 780;
  letter-spacing: -0.5px;
}
.brand img,
.app-badge img,
.bottom img {
  border-radius: 19%;
}
.nav nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  color: #626b89;
  font-size: 13px;
}
.nav nav a:hover {
  color: var(--purple);
}
.nav-download {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 690;
}
.nav-download span {
  margin-left: 10px;
}
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 35px;
  padding-bottom: 72px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.3px;
  color: var(--purple);
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px #32ade020;
}
.hero h1 {
  margin: 25px 0;
  font-size: clamp(56px, 6.6vw, 86px);
  line-height: 1.09;
  letter-spacing: -5px;
}
.hero h1 em,
.privacy h2 em {
  font-style: normal;
  color: var(--purple);
}
.lead {
  max-width: 480px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 690;
  white-space: nowrap;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #6659e866;
  outline-offset: 3px;
}
.primary {
  color: #fff;
  background: linear-gradient(125deg, #6659e8, #3a9ddd);
  box-shadow: 0 12px 28px #645be82f;
}
.secondary {
  background: #fff;
  border: 1px solid var(--line);
}
.requirements {
  margin-top: 20px;
  color: #878ca5;
  font-size: 12px;
}
.hero-visual {
  position: relative;
  height: 480px;
  display: grid;
  place-items: center;
}
.glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, #8c82f829, transparent 70%);
}
.mac-window {
  position: absolute;
  top: 55px;
  left: 16px;
  width: 92%;
  height: 320px;
  border: 1px solid #dce0f0;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 30px 70px #2f3c8022;
  overflow: hidden;
  transform: rotate(-2deg);
}
.window-bar {
  height: 42px;
  border-bottom: 1px solid #edf0f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #8990a6;
  font-size: 11px;
}
.lights {
  display: flex;
  gap: 6px;
}
.lights i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b70;
}
.lights i:nth-child(2) {
  background: #ffbf50;
}
.lights i:nth-child(3) {
  background: #4ccf86;
}
.window-text {
  padding: 27px 38px;
}
.line,
.muted-line {
  display: block;
  height: 10px;
  width: 74%;
  margin: 13px 0;
  border-radius: 10px;
  background: #e7e9f2;
}
.muted-line {
  width: 28%;
  height: 8px;
  background: #ced3e7;
}
.line.wide {
  width: 92%;
}
.line.medium {
  width: 68%;
}
.line.short {
  width: 48%;
}
.selection {
  position: relative;
  margin: 19px 0 18px -11px;
  width: 92%;
  padding: 20px 22px;
  border: 2px dashed #6967ef;
  border-radius: 8px;
  background: #eeedffb8;
  color: #303b78;
  font-size: 19px;
  line-height: 1.55;
}
.corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #6158e8;
  background: #fff;
}
.tl {
  top: -6px;
  left: -6px;
}
.tr {
  top: -6px;
  right: -6px;
}
.bl {
  bottom: -6px;
  left: -6px;
}
.br {
  bottom: -6px;
  right: -6px;
}
.result-card {
  position: absolute;
  right: -5px;
  bottom: 5px;
  width: 275px;
  padding: 21px;
  border: 1px solid #dedff3;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 22px 45px #35439725;
  transform: rotate(3deg);
}
.result-card > div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}
.result-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #56c995;
  border-radius: 7px;
}
.result-card p {
  margin: 14px 0;
  color: #59607a;
  font-size: 13px;
  line-height: 1.7;
}
.paste-tag {
  font-size: 11px;
  color: var(--purple);
  background: #f0efff;
  padding: 6px 9px;
  border-radius: 7px;
}
.app-badge {
  position: absolute;
  left: 6px;
  bottom: 12px;
  padding: 9px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: #ffffffbb;
  box-shadow: 0 12px 28px #5b66a92b;
}
.trust {
  min-height: 73px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7vw;
  color: #737b9a;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.intro {
  padding: 125px 0 130px;
  text-align: center;
}
h2 {
  font-size: clamp(38px, 4.5vw, 58px);
  letter-spacing: -2.5px;
  line-height: 1.16;
}
.intro h2 {
  margin: 18px 0 50px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
.steps article {
  min-height: 250px;
  padding: 25px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 19px;
}
.steps article > span {
  font-size: 12px;
  color: var(--purple);
  letter-spacing: 2px;
  font-weight: 800;
}
.step-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 20px 0 5px;
  border-radius: 12px;
  color: var(--purple);
  background: #efedff;
  font-size: 23px;
  font-weight: 700;
}
.steps h3 {
  font-size: 20px;
  margin: 12px 0;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
kbd {
  display: inline-block;
  margin: 0 2px;
  padding: 1px 6px;
  border: 1px solid #d9deed;
  border-bottom-width: 2px;
  border-radius: 5px;
  background: #fafbff;
  font: inherit;
  color: #465079;
}
.privacy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding: 45px 0 130px;
}
.privacy h2 {
  margin: 16px 0 25px;
}
.privacy p:not(.eyebrow) {
  max-width: 470px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
}
.privacy-art {
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdef2;
  border-radius: 25px;
  background: radial-gradient(circle at 50% 0, #eeedff, #fff 70%);
  box-shadow: 0 25px 60px #4b50a015;
}
.shield {
  display: grid;
  place-items: center;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  font-size: 55px;
}
.privacy-art span {
  color: var(--purple);
  font-size: 11px;
  letter-spacing: 2px;
}
.privacy-art strong {
  margin-top: 8px;
  font-size: 28px;
}
.privacy-art small {
  margin-top: 8px;
  color: var(--muted);
}
.faq {
  padding-bottom: 135px;
}
.faq h2 {
  margin: 15px 0 32px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  max-width: 780px;
}
.faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 690;
}
.faq details p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 14px;
}
.bottom {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 38px 45px;
  border-radius: 25px;
  background: linear-gradient(120deg, #252e66, #6659e8 72%, #2c9dd6);
  color: #fff;
}
.bottom div {
  margin-right: auto;
}
.bottom h2 {
  margin: 0 0 7px;
  font-size: 31px;
  letter-spacing: -1px;
}
.bottom p {
  margin: 0;
  color: #d8ddf9;
  font-size: 13px;
}
.white {
  background: #fff;
  color: #343b85;
}
footer {
  min-height: 130px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #8188a1;
  font-size: 12px;
}
footer span:nth-child(2) {
  margin-right: auto;
}
@media (max-width: 850px) {
  .nav nav {
    display: none;
  }
  .nav-download {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 50px;
  }
  .hero-visual {
    height: 470px;
  }
  .trust {
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
  }
  .privacy {
    gap: 30px;
  }
  .bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .shell {
    width: min(100% - 34px, 1160px);
  }
  .nav {
    height: 73px;
  }
  .brand {
    font-size: 19px;
  }
  .nav-download {
    padding: 10px 11px;
    font-size: 12px;
  }
  .hero {
    padding-top: 48px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 58px;
    letter-spacing: -3.5px;
  }
  .lead {
    font-size: 16px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-visual {
    height: 385px;
    margin: 10px -5px;
  }
  .mac-window {
    top: 30px;
    left: 3px;
    width: 96%;
    height: 275px;
  }
  .window-text {
    padding: 14px 20px;
  }
  .selection {
    font-size: 14px;
    padding: 14px;
  }
  .result-card {
    right: 0;
    bottom: 10px;
    width: 220px;
    padding: 15px;
  }
  .app-badge {
    left: 0;
    bottom: 15px;
  }
  .app-badge img {
    width: 48px;
    height: 48px;
  }
  .trust {
    font-size: 11px;
    justify-content: space-around;
  }
  .intro {
    padding: 85px 0;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    min-height: 0;
  }
  .privacy {
    grid-template-columns: 1fr;
    padding: 0 0 90px;
  }
  .privacy-art {
    height: 240px;
  }
  .faq {
    padding-bottom: 80px;
  }
  .bottom {
    padding: 28px;
    gap: 15px;
  }
  .bottom img {
    width: 58px;
    height: 58px;
  }
  .bottom h2 {
    font-size: 24px;
  }
  .bottom .button {
    width: 100%;
  }
  footer {
    min-height: 100px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
:where(.preview-note) {
  padding: 22px 0;
  color: #6e7594;
  font-size: 13px;
}
