@font-face {
  font-family: "Averia Sans Libre";
  src: url("/fonts/averia-sans-libre-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averia Sans Libre";
  src:
    local("Averia Sans Libre Bold"),
    url("/fonts/averia-sans-libre-latin-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src:
    local("SF Pro Rounded Medium"),
    local("SFProRounded-Medium"),
    url("/fonts/SF-Pro-Rounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src:
    local("SF Pro Rounded Semibold"),
    local("SFProRounded-Semibold"),
    url("/fonts/SF-Pro-Rounded-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ease-premium-out: cubic-bezier(0.19, 1, 0.22, 1);
  --drawer-duration: 0.72s;
  color: #3c3a38;
  background: #f8f8f8;
  font-family: "SF Pro Rounded", ui-rounded, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  text-rendering: geometricPrecision;
}

@view-transition {
  navigation: auto;
}

#page-content {
  flex: 1;
  view-transition-name: content;
}

::view-transition-old(header),
::view-transition-new(header),
::view-transition-old(footer),
::view-transition-new(footer) {
  animation-duration: 0s;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #ff6200;
  color: #f8f8f8;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 1080px;
  min-height: 100vh;
  background: #f8f8f8;
  -webkit-user-select: none;
  user-select: none;
}

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

p,
h1,
h2,
h3,
li,
button,
a,
.brand span,
.hero-subtitle,
.cta-button-text,
.pricing-pill-text,
.step-card-copy,
.faq-question span,
.faq-answer p,
.site-footer a,
.site-footer span,
.mobile-menu-link,
.mobile-menu-meta,
.mobile-contact-button,
.install-modal-title,
.install-modal-subtitle,
.install-option span,
.support-modal-header,
.support-email-row span,
.support-note,
.support-faq-link,
.changelog-modal-header,
.changelog-entry,
.legal-panel,
.legal-tab {
  -webkit-user-select: text;
  user-select: text;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.brand,
.site-nav a,
.contact-button,
.cta-button,
.install-option,
.menu-button,
.support-modal-close,
.support-email-row,
.support-faq-link,
.faq-question {
  -webkit-tap-highlight-color: transparent;
}

.contact-button,
.cta-button,
.menu-button {
  backface-visibility: hidden;
  contain: paint;
  transform: translateZ(0);
  will-change: background, box-shadow;
}

.brand:focus,
.brand:focus-visible,
.site-nav a:focus,
.site-nav a:focus-visible,
.contact-button:focus,
.contact-button:focus-visible,
.cta-button:focus,
.cta-button:focus-visible,
.install-option:focus,
.install-option:focus-visible,
.menu-button:focus,
.menu-button:focus-visible,
.support-modal-close:focus,
.support-modal-close:focus-visible,
.support-email-row:focus,
.support-email-row:focus-visible,
.support-faq-link:focus,
.support-faq-link:focus-visible,
.faq-question:focus,
.faq-question:focus-visible {
  outline: none;
}

.shelf-hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  background: #f8f8f8;
  --hero-visual-scale: 0.96;
}

@keyframes mobile-link-in {
  0% {
    opacity: 0;
    transform: translateX(28px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes code-backdrop-cycle {
  0% {
    opacity: 0;
  }
  5.09%,
  62.18% {
    opacity: 1;
  }
  66.91%,
  100% {
    opacity: 0;
  }
}

@keyframes code-modal-cycle {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 12px)) scale(0.97);
  }
  5.09%,
  62.18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 4px)) scale(0.985);
  }
}

@keyframes code-inputs-state-cycle {
  0%,
  32.18% {
    opacity: 1;
  }
  41.27% {
    opacity: 0.72;
  }
  47.64%,
  62.18% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes code-cell-state-cycle {
  0%,
  32.18% {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
  }
  41.27% {
    background: rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
  }
  47.64%,
  62.18% {
    background: rgba(34, 197, 94, 0.14);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.28);
  }
  66.91%,
  100% {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
  }
}

@keyframes code-focus-ring-cycle {
  0%,
  12.36% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  14.55% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  16.73% {
    transform: translate3d(calc(100% + 2.605px), 0, 0);
  }
  18.91% {
    transform: translate3d(calc(200% + 5.21px), 0, 0);
  }
  21.09% {
    transform: translate3d(calc(300% + 7.815px), 0, 0);
  }
  23.27% {
    transform: translate3d(calc(400% + 10.42px), 0, 0);
  }
  25.45% {
    opacity: 1;
    transform: translate3d(calc(500% + 13.025px), 0, 0);
  }
  32.18%,
  100% {
    opacity: 0;
    transform: translate3d(calc(500% + 13.025px), 0, 0);
  }
}

@keyframes code-character-1 {
  0%,
  12.36% {
    opacity: 0;
    transform: translateY(2px);
  }
  14.55%,
  62.18% {
    opacity: 1;
    transform: translateY(0);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translateY(1px);
  }
}

@keyframes code-character-2 {
  0%,
  14.55% {
    opacity: 0;
    transform: translateY(2px);
  }
  16.73%,
  62.18% {
    opacity: 1;
    transform: translateY(0);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translateY(1px);
  }
}

@keyframes code-character-3 {
  0%,
  16.73% {
    opacity: 0;
    transform: translateY(2px);
  }
  18.91%,
  62.18% {
    opacity: 1;
    transform: translateY(0);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translateY(1px);
  }
}

@keyframes code-character-4 {
  0%,
  18.91% {
    opacity: 0;
    transform: translateY(2px);
  }
  21.09%,
  62.18% {
    opacity: 1;
    transform: translateY(0);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translateY(1px);
  }
}

@keyframes code-character-5 {
  0%,
  21.09% {
    opacity: 0;
    transform: translateY(2px);
  }
  23.27%,
  62.18% {
    opacity: 1;
    transform: translateY(0);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translateY(1px);
  }
}

@keyframes code-character-6 {
  0%,
  23.27% {
    opacity: 0;
    transform: translateY(2px);
  }
  25.45%,
  62.18% {
    opacity: 1;
    transform: translateY(0);
  }
  66.91%,
  100% {
    opacity: 0;
    transform: translateY(1px);
  }
}

@keyframes context-menu-appear {
  0%,
  3.33% {
    opacity: 0;
    transform: translateY(6px) scale(0.96);
  }
  7.33%,
  48% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  53.33%,
  100% {
    opacity: 0;
    transform: translateY(2px) scale(0.985);
  }
}

@keyframes context-pointer-move {
  0%,
  10.67% {
    opacity: 1;
    offset-distance: 0%;
  }
  23%,
  48% {
    opacity: 1;
    offset-distance: 100%;
  }
  53.33%,
  100% {
    opacity: 0;
    offset-distance: 100%;
  }
}

@keyframes context-selection-fill {
  0%,
  23% {
    transform: scaleX(0);
  }
  24.56%,
  48% {
    transform: scaleX(1);
  }
  53.33%,
  100% {
    transform: scaleX(0);
  }
}

@keyframes context-selection-text {
  0%,
  23.3% {
    color: #3c3a38;
  }
  24.56%,
  48% {
    color: #ffffff;
  }
  53.33%,
  100% {
    color: #3c3a38;
  }
}

@keyframes telegram-badge-cycle {
  0% {
    opacity: 0;
    transform: translateY(-3px) scale(0.85);
  }
  4.5%,
  56.9% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  62.45%,
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.98);
  }
}

@keyframes telegram-pointer-cycle {
  0% {
    opacity: 0;
    offset-distance: 0%;
  }
  0.4% {
    opacity: 1;
    offset-distance: 0%;
  }
  10.6%,
  50% {
    opacity: 1;
    offset-distance: 100%;
  }
  62.45% {
    opacity: 1;
    offset-distance: 0%;
  }
  63%,
  100% {
    opacity: 0;
    offset-distance: 0%;
  }
}

@keyframes telegram-icon-hover-cycle {
  0%,
  10.6% {
    filter: brightness(1) saturate(1);
    animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
  }
  13.05%,
  56.9% {
    filter: brightness(1.045) saturate(1.02);
  }
  62.45%,
  100% {
    filter: brightness(1) saturate(1);
  }
}

@keyframes telegram-message-camera-cycle {
  0%,
  38% {
    transform: translateX(-50%) translateY(0);
  }
  55%,
  67% {
    transform: translateX(-50%) translateY(-146px);
  }
  82%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes telegram-message-build-1 {
  0%,
  4% {
    opacity: 0;
    transform: translateY(8px);
  }
  8%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-2 {
  0%,
  7% {
    opacity: 0;
    transform: translateY(8px);
  }
  11%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-3 {
  0%,
  10% {
    opacity: 0;
    transform: translateY(8px);
  }
  14%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-4 {
  0%,
  13% {
    opacity: 0;
    transform: translateY(8px);
  }
  17%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-5 {
  0%,
  16% {
    opacity: 0;
    transform: translateY(8px);
  }
  20%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-6 {
  0%,
  19% {
    opacity: 0;
    transform: translateY(8px);
  }
  23%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-7 {
  0%,
  22% {
    opacity: 0;
    transform: translateY(8px);
  }
  26%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-8 {
  0%,
  25% {
    opacity: 0;
    transform: translateY(8px);
  }
  29%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-9 {
  0%,
  28% {
    opacity: 0;
    transform: translateY(8px);
  }
  32%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-10 {
  0%,
  31% {
    opacity: 0;
    transform: translateY(8px);
  }
  35%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes telegram-message-build-11 {
  0%,
  34% {
    opacity: 0;
    transform: translateY(8px);
  }
  38%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  86%,
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes scribble-highlight-draw {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.dotted-ring {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 210px;
  width: 320px;
  height: 320px;
  margin-left: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(var(--hero-visual-scale));
  transform-origin: center top;
}

.site-header {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  display: flex;
  width: 688px;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 99px;
  padding: 12px;
  border: 0;
  outline: 1px solid rgba(14, 14, 13, 0.04);
  outline-offset: -1px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 2px 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 -2px 2px 0 rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
  view-transition-name: header;
}

.site-header.is-ready {
  animation: none;
  will-change: auto;
}

.brand {
  display: flex;
  width: 85px;
  height: 32px;
  flex: 0 0 85px;
  align-items: center;
  gap: 8px;
  padding-left: 4px;
  overflow: visible;
  border-radius: 8px;
  color: #3c3a38;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.36px;
  white-space: nowrap;
}

.brand-mark {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  transform: none;
  translate: none;
  backface-visibility: visible;
  will-change: auto;
}

.brand span {
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  width: auto;
  height: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.32px;
  white-space: nowrap;
}

.site-nav a {
  display: flex;
  height: 20px;
  width: auto;
  align-items: center;
  justify-content: center;
  transition: opacity 0.32s linear;
  will-change: opacity;
}

.site-nav a:hover {
  opacity: 0.55;
}

.site-nav a:active {
  opacity: 0.4;
  transition-duration: 0.08s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.mobile-menu {
  display: none;
}

.mobile-menu-brand,
.mobile-menu-close,
.mobile-menu-link,
.mobile-contact-button,
.mobile-menu-meta a {
  -webkit-tap-highlight-color: transparent;
}

.contact-slot {
  display: flex;
  width: 85px;
  height: 40px;
  flex: 0 0 85px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  padding: 0 0 0 54px;
}

.contact-button {
  display: flex;
  width: 87px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #3c3a38;
  box-shadow:
    0 0 0 1px #3c3a38,
    0 3px 2px rgba(0, 0, 0, 0.12),
    inset 0 -4px 2px rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.14);
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  white-space: nowrap;
  transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.contact-button:hover {
  background: #2a2827;
}

.contact-button:active {
  background: #1a1918;
  box-shadow:
    0 0 0 1px #1a1918,
    0 1px 1px rgba(0, 0, 0, 0.14),
    inset 0 1px 3px rgba(0, 0, 0, 0.18);
  transition-duration: 0.06s;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 0 0 1px rgba(14, 14, 13, 0.04),
    0 2px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu-button span {
  display: block;
  width: 16px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 999px;
  background: #3c3a38;
  pointer-events: none;
}

.menu-button:hover {
  background: rgba(255, 255, 255, 0.44);
}

.menu-button:active {
  background: rgba(255, 255, 255, 0.58);
  transition-duration: 0.06s;
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 164px;
  left: 50%;
  display: flex;
  width: 740px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  transform: translateX(-50%);
}

.icon-composition {
  position: relative;
  width: 560px;
  height: 132px;
  flex: 0 0 auto;
  transform: translateY(12px) scale(var(--hero-visual-scale));
  transform-origin: center top;
}

.hero-icon {
  position: absolute;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.hero-icon-chrome {
  left: 91.317px;
  top: 49.147px;
  width: 90px;
  height: 90px;
  rotate: -20deg;
}

.hero-icon-telegram {
  left: 245px;
  top: 2.333px;
  width: 70px;
  height: 70px;
}

.hero-icon-safari {
  left: 377.607px;
  top: 49.147px;
  width: 90px;
  height: 90px;
  rotate: 20deg;
}

.headline-group {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

h1 {
  margin: 0;
  flex: 0 0 auto;
  color: #3c3a38;
  text-align: center;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 75.6px;
  letter-spacing: -4.32px;
  white-space: nowrap;
  word-wrap: break-word;
}

.hero-subtitle {
  width: 564px;
  margin: 0;
  flex: 0 0 auto;
  color: #3c3a38;
  text-align: center;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.6px;
  opacity: 0.7;
}

.cta-button {
  display: flex;
  width: 189px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border: 0;
  border-radius: 12px;
  background: #3c3a38;
  box-shadow:
    0 0 0 2px #3c3a38,
    0 3px 2px rgba(0, 0, 0, 0.12),
    inset 0 -4px 2px rgba(255, 255, 255, 0.08);
  transition: background 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: filter, translate, background, box-shadow;
}

.cta-button:hover {
  background: #2a2827;
}

.cta-button:active {
  background: #1a1918;
  box-shadow:
    0 0 0 2px #1a1918,
    0 1px 1px rgba(0, 0, 0, 0.14),
    inset 0 1px 3px rgba(0, 0, 0, 0.18);
  transition-duration: 0.06s;
}

.cta-button-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(14, 14, 13, 0.19);
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
  white-space: nowrap;
  word-wrap: break-word;
}

.pricing-pills {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pricing-pills > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  overflow: hidden;
  border: 0;
  outline: 1px solid rgba(14, 14, 13, 0.04);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

.pricing-pill-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3c3a38;
  text-align: center;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.56px;
  opacity: 0.7;
  white-space: nowrap;
  word-wrap: break-word;
}

.mobile-contact-button {
  display: none;
}

/* Steps */

.steps-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  background: #f8f8f8;
}

.steps-grid {
  display: grid;
  width: min(1004px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.step-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 10px 10px 24px;
  overflow: hidden;
  border: 0;
  outline: 1px solid rgba(0, 0, 0, 0.06);
  outline-offset: -1px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 2px 1px rgba(0, 0, 0, 0.05),
    inset 0 -4px 4px #ffffff,
    inset 0 -2px 2px rgba(0, 0, 0, 0.08);
}

.step-card-image {
  --step-visual-scale: 1;
  position: relative;
  width: 100%;
  aspect-ratio: 476 / 240;
  height: auto;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-touch-callout: none;
  pointer-events: none;
  user-select: none;
}

.step-visual-stage {
  position: relative;
  width: 476px;
  height: 240px;
  overflow: hidden;
  border-radius: inherit;
  transform: scale(var(--step-visual-scale));
  transform-origin: top left;
}

.step-card-image-bordered {
  outline: 1px solid #f0f0f0;
  outline-offset: -1px;
}

.step-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  -webkit-user-drag: none;
  pointer-events: none;
  user-select: none;
}

.step-card:first-of-type .step-card-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: rgba(14, 14, 13, 0.08);
  content: "";
  opacity: 0;
  animation: code-backdrop-cycle 5.5s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity;
}

.step-code-modal {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  z-index: 2;
  display: flex;
  width: 260px;
  max-width: calc(100% - 64px);
  flex-direction: column;
  gap: 13.75px;
  padding: 14.857px;
  overflow: hidden;
  border-radius: 14.857px;
  background: #2d2c2b;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 12px)) scale(0.97);
  transform-origin: center;
  animation: code-modal-cycle 5.5s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, transform;
}

.step-code-copy {
  display: flex;
  flex-direction: column;
  gap: 7.857px;
}

.step-code-title {
  display: block;
  width: 100%;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 18.571px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.286px;
  letter-spacing: 0;
  font-synthesis: none;
}

.step-code-copy > span:not(.step-code-title) {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 10.706px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.294px;
  letter-spacing: 0.321px;
  font-synthesis: none;
}

.step-code-inputs {
  position: relative;
  display: flex;
  width: 100%;
  height: 35.694px;
  align-items: center;
  gap: 2.605px;
  animation: code-inputs-state-cycle 5.5s ease infinite both;
  will-change: opacity;
}

.step-code-inputs::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 13.025px) / 6);
  height: 100%;
  border-radius: 6.948px;
  box-shadow: inset 0 0 0 1px #ffffff;
  content: "";
  opacity: 0;
  pointer-events: none;
  animation: code-focus-ring-cycle 5.5s ease infinite both;
  will-change: opacity, transform;
}

.step-code-inputs span {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 6.948px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: "SF Mono", SFMono-Regular, ui-monospace, Menlo, Monaco, Consolas, monospace;
  font-size: 13.896px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-synthesis: none;
  font-variant-numeric: tabular-nums;
  animation: code-cell-state-cycle 5.5s ease infinite both;
  will-change: background, box-shadow;
}

.step-code-inputs b {
  display: block;
  opacity: 0;
  font: inherit;
  transform: translateY(2px);
  will-change: opacity, transform;
}

.step-code-inputs span:nth-child(1) b {
  animation: code-character-1 5.5s ease infinite both;
}

.step-code-inputs span:nth-child(2) b {
  animation: code-character-2 5.5s ease infinite both;
}

.step-code-inputs span:nth-child(3) b {
  animation: code-character-3 5.5s ease infinite both;
}

.step-code-inputs span:nth-child(4) b {
  animation: code-character-4 5.5s ease infinite both;
}

.step-code-inputs span:nth-child(5) b {
  animation: code-character-5 5.5s ease infinite both;
}

.step-code-inputs span:nth-child(6) b {
  animation: code-character-6 5.5s ease infinite both;
}

.step-context-menu {
  position: absolute;
  top: 46px;
  right: 14px;
  display: flex;
  width: 139px;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 12px;
  border-radius: 13px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.48);
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.1),
    0 0 25px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(6px) scale(0.96);
  transform-origin: 107px 36px;
  animation: context-menu-appear 4.5s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, transform;
}

.step-context-menu span {
  display: flex;
  width: 100%;
  height: 24px;
  align-items: center;
  color: #3c3a38;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", sans-serif;
  font-size: 13px;
  font-weight: 510;
  line-height: normal;
  white-space: nowrap;
}

.step-context-menu .step-menu-separator {
  height: 11px;
  border-top: 1px solid rgba(60, 58, 56, 0.06);
  transform: translateY(5px);
}

.step-context-menu .is-selected {
  position: relative;
  isolation: isolate;
  width: calc(100% + 14px);
  margin-left: -7px;
  padding: 0 7px;
  border-radius: 8px;
  background: transparent;
  color: #3c3a38;
  animation: context-selection-text 4.5s ease infinite both;
  overflow: hidden;
}

.step-context-menu .is-selected::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: #1e6bf0;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  animation: context-selection-fill 4.5s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: transform;
}

.step-pointer {
  position: absolute;
  display: block;
  width: 28px;
  height: 29px;
  backface-visibility: hidden;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.step-card-image img.step-pointer {
  width: 28px;
  height: 29px;
  border-radius: 0;
  object-fit: contain;
}

.step-context-pointer {
  left: 0;
  top: 0;
  opacity: 1;
  offset-anchor: 50% 50%;
  offset-distance: 0%;
  offset-path: path("M 148 120 C 256 118 360 146 443 151.5");
  offset-rotate: 0deg;
  animation: context-pointer-move 4.5s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, offset-distance;
}

.step-telegram-dock-icon {
  position: absolute;
  top: 79px;
  left: 239px;
  width: 65px;
  height: 80px;
}

.step-telegram-dock-icon > img:not(.step-pointer) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 65px;
  height: 80px;
  object-fit: contain;
  animation: telegram-icon-hover-cycle 4.9s ease infinite both;
  will-change: filter;
}

.step-telegram-badge {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 41px;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: #fc3e31;
  box-shadow: -1.077px 1.077px 2.154px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  text-align: center;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.36px;
  opacity: 0;
  transform: translateY(-3px) scale(0.85);
  transform-origin: center;
  animation: telegram-badge-cycle 4.9s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, transform;
}

.step-pointer-dock {
  z-index: 3;
  top: 0;
  left: 0;
  width: 28px;
  height: 29px;
  opacity: 0;
  offset-anchor: 50% 50%;
  offset-distance: 0%;
  offset-path: path("M 109 91 C 89 84 65 64 47 48");
  offset-rotate: 0deg;
  animation: telegram-pointer-cycle 4.9s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, offset-distance;
}

.step-telegram-message {
  --telegram-demo-duration: 4.7s;
  position: absolute;
  top: 20px;
  left: 50%;
  display: flex;
  width: 243px;
  flex-direction: column;
  gap: 4px;
  transform: translateX(-50%) translateY(0);
  animation: telegram-message-camera-cycle var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: transform;
}

.step-message-main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.16);
}

.step-message-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.2px;
}

.step-message-meta span,
.step-message-meta strong,
.step-message-meta code {
  display: block;
}

.step-message-meta > span,
.step-message-actions > span,
.step-message-actions div span {
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}

.step-message-meta > span:nth-child(1) {
  animation: telegram-message-build-1 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-meta > span:nth-child(2) {
  animation: telegram-message-build-2 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-meta > span:nth-child(3) {
  animation: telegram-message-build-3 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-meta strong {
  margin-bottom: 2px;
  font-weight: 600;
}

.step-message-meta code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.step-message-preview {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
  padding: 2px 4px 4px 6px;
  border-left: 2px solid #1ea6f0;
  border-radius: 4px;
  background: rgba(30, 166, 240, 0.06);
  color: #ffffff;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.2px;
  opacity: 0;
  transform: translateY(8px);
  animation: telegram-message-build-4 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, transform;
}

.step-message-preview strong {
  color: #1ea6f0;
  font-weight: 500;
  text-decoration: underline;
}

.step-message-preview span,
.step-message-preview p {
  margin: 0;
  font-weight: 500;
}


.step-message-preview-image {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  margin-top: 2px;
  overflow: hidden;
  border-radius: 3px;
  background: #f8f8f8;
  opacity: 0;
  transform: translateY(8px);
  animation: telegram-message-build-7 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
  will-change: opacity, transform;
}

.step-message-preview-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  pointer-events: none;
  user-select: none;
}

.step-message-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
}

.step-message-actions span {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  border-radius: 6px;
  background: #3c4042;
  color: #ffffff;
  text-align: center;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
}

.step-message-actions > span {
  animation: telegram-message-build-8 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-actions div span:nth-child(1) {
  animation: telegram-message-build-9 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-actions div span:nth-child(2) {
  animation: telegram-message-build-10 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-actions div span:nth-child(3) {
  animation: telegram-message-build-11 var(--telegram-demo-duration) cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.step-message-actions div {
  display: flex;
  gap: 2px;
}

.step-message-actions div span {
  flex: 1 1 0;
  min-width: 0;
}

.step-message-actions div span:nth-child(2) {
  flex: 0 0 102px;
}

.step-card-copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0 14px;
  color: #3c3a38;
}

.step-card-copy h3 {
  margin: 0;
  color: #3c3a38;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.06em;
  text-wrap: balance;
  white-space: nowrap;
}

.scribble-word {
  position: relative;
  display: inline-block;
  isolation: isolate;
  margin-left: 0.16em;
}

.scribble-word-text {
  position: relative;
  z-index: 1;
}

.scribble-highlight {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: calc(100% + 0.62em);
  height: calc(100% + 0.5em);
  overflow: visible;
  pointer-events: none;
  transform: translate(-47%, -46%) rotate(-1.4deg);
  transform-origin: center;
}

.scribble-highlight path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
  animation: none;
}

.scribble-word.is-scribble-visible .scribble-highlight path {
  animation: scribble-highlight-draw 900ms cubic-bezier(0.22, 1, 0.36, 1) 160ms forwards;
}

.step-card-copy p {
  width: 100%;
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.48px;
  opacity: 0.7;
  text-wrap: pretty;
}

/* FAQ */

.faq-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  background: #f8f8f8;
  scroll-margin-top: 104px;
}

.faq-inner {
  display: flex;
  width: min(1000px, 100%);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.faq-inner h2 {
  width: min(577px, 100%);
  flex: 0 0 auto;
  margin: 0;
  color: #302f2d;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50.4px;
  letter-spacing: -2.88px;
  text-align: center;
  text-wrap: balance;
}

.faq-list {
  display: flex;
  width: 577px;
  flex: 0 0 577px;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.faq-item {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 14px 16px;
  overflow: hidden;
  border: 0;
  outline: 1px solid rgba(60, 58, 56, 0.04);
  outline-offset: -1px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025);
  color: #3c3a38;
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    outline-color 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open {
  gap: 8px;
  outline-color: rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 2px 1px rgba(0, 0, 0, 0.05),
    inset 0 -4px 4px #ffffff,
    inset 0 -2px 2px rgba(0, 0, 0, 0.08);
}

.faq-question {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.faq-question span {
  min-width: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.48px;
  white-space: nowrap;
}

.faq-question img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  pointer-events: none;
  transform: scaleY(-1);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-question img {
  transform: scaleY(1);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.faq-answer p {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding-right: 120px;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.48px;
  opacity: 0.7;
  text-wrap: pretty;
}

/* Closing CTA */

.closing-cta {
  display: none;
  width: 100%;
  padding: 0 20px;
  background: #f8f8f8;
}

.closing-cta-inner {
  display: flex;
  width: min(1004px, 100%);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px 20px;
  text-align: center;
}

.closing-cta-title {
  margin: 0;
  color: #3c3a38;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50.4px;
  letter-spacing: -2.88px;
  text-wrap: balance;
}

.closing-cta-subtitle {
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.54px;
  opacity: 0.7;
}

.closing-cta-button {
  animation: none;
  will-change: background, box-shadow;
}

/* Footer and informational pages */

.site-footer {
  width: 100%;
  padding: 0 20px 40px;
  background: #f8f8f8;
  view-transition-name: footer;
}

.site-footer-inner {
  display: flex;
  width: min(1000px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.39px;
  opacity: 0.32;
  white-space: nowrap;
}

.footer-top {
  display: none;
}

.footer-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  opacity: 1;
  white-space: nowrap;
}

.footer-bottom a {
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-bottom a:hover {
  opacity: 0.7;
}

.info-page {
  min-height: 100dvh;
  background: #f8f8f8;
}

.info-header {
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: none;
  will-change: auto;
}

.info-page h1,
.info-page .brand-mark {
  animation: none;
  filter: none;
  translate: none;
  will-change: auto;
}

.info-page-main {
  width: min(688px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 80px;
}

.info-page-title {
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.18px;
  text-align: left;
}

.info-page-updated {
  margin: 6px 0 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  opacity: 0.4;
}

.not-found-main {
  padding-top: 120px;
  padding-bottom: 120px;
}

.not-found-code {
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.52px;
  opacity: 0.3;
}

.not-found-main .info-page-title {
  margin-top: 12px;
}

.not-found-lede {
  margin: 8px 0 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.42px;
  opacity: 0.5;
}


.legal-tabs {
  display: flex;
  gap: 4px;
  margin-top: 32px;
  width: fit-content;
}

.legal-tab {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #3c3a38;
  cursor: pointer;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.42px;
  opacity: 0.4;
  transition: opacity 0.2s linear, background 0.2s linear;
}

.legal-tab:hover {
  opacity: 0.6;
}

.legal-tab.is-active {
  background: rgba(14, 14, 13, 0.05);
  color: #3c3a38;
  opacity: 0.7;
}

.legal-panel {
  display: none;
  margin-top: 32px;
}

.legal-panel.is-active {
  display: block;
}

.legal-panel h2,
.legal-panel p,
.changelog-meta,
.changelog-entry h2,
.changelog-entry h3,
.changelog-entry p,
.changelog-entry li {
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
}

.legal-panel h2 {
  margin: 32px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.42px;
}

.legal-panel h2:first-child {
  margin-top: 0;
}

.legal-panel p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.42px;
  opacity: 0.72;
}

.legal-panel a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.changelog-entry {
  margin-top: 22px;
}

.changelog-entry:first-of-type {
  margin-top: 22px;
}

.changelog-meta {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  opacity: 0.52;
}

.changelog-entry h2,
.changelog-entry h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.42px;
}

.changelog-entry p,
.changelog-entry li {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.42px;
  opacity: 0.68;
}

.changelog-entry p {
  margin: 6px 0 0;
}

.changelog-entry ul,
.changelog-entry ol {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
}

.changelog-entry li {
  position: relative;
  padding-left: 14px;
}

.changelog-entry li::before {
  position: absolute;
  left: 0;
  content: "-";
}

/* Install modal */

.install-modal {
  --drawer-drag-y: 0px;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
  width: 380px;
  height: auto;
  min-height: 362px;
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 -18px 36px rgba(0, 0, 0, 0.14);
  opacity: 0;
  overflow: hidden;
  transform: translateX(-50%) translateY(calc(100% + var(--drawer-drag-y)));
  transition:
    opacity var(--drawer-duration) var(--ease-premium-out),
    transform var(--drawer-duration) var(--ease-premium-out),
    overlay var(--drawer-duration) var(--ease-premium-out) allow-discrete,
    display var(--drawer-duration) var(--ease-premium-out) allow-discrete;
}

.install-modal[open]:not(.is-closing) {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(var(--drawer-drag-y));
}

.install-modal.is-dragging {
  transition: none;
}

@starting-style {
  .install-modal[open]:not(.is-closing) {
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
  }
}

.install-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition:
    background var(--drawer-duration) var(--ease-premium-out),
    -webkit-backdrop-filter var(--drawer-duration) var(--ease-premium-out),
    backdrop-filter var(--drawer-duration) var(--ease-premium-out),
    overlay var(--drawer-duration) var(--ease-premium-out) allow-discrete,
    display var(--drawer-duration) var(--ease-premium-out) allow-discrete;
}

.install-modal[open]:not(.is-closing)::backdrop {
  background: rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@starting-style {
  .install-modal[open]:not(.is-closing)::backdrop {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.install-modal-content {
  display: flex;
  width: 100%;
  min-height: 362px;
  height: auto;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding: 20px;
  touch-action: none;
}

.install-drawer-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.install-modal-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0;
  color: #3c3a38;
  text-align: center;
}

.install-shelf-icon {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
  pointer-events: none;
}

.install-modal-title {
  width: 192px;
  margin: 22px 0 10px;
  color: #3c3a38;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -1.92px;
  white-space: nowrap;
}

.install-modal-subtitle {
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.6px;
  opacity: 0.7;
  white-space: normal;
}

.install-mobile-note {
  display: none;
}

.install-modal-buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6px;
}

.install-option {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 10px 20px;
  border: 0;
  border-radius: 12px;
  background: rgba(57, 57, 57, 0.02);
  box-shadow: none;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.install-option:hover {
  background: rgba(57, 57, 57, 0.05);
}

.install-option:active {
  background: rgba(57, 57, 57, 0.08);
  transition-duration: 0.06s;
}

.install-option-text {
  color: #3c3a38;
  text-align: center;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  white-space: nowrap;
}

.install-option-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.install-drawer-handle {
  width: 54px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ebebeb;
}

/* Support modal */

.support-modal {
  position: fixed;
  inset: 0;
  display: none;
  width: 380px;
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  color: #3c3a38;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px) scale(0.985);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    overlay 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete,
    display 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete;
}

.support-modal[open]:not(.is-closing) {
  display: flex;
  opacity: 1;
  transform: translateY(0) scale(1);
}

@starting-style {
  .support-modal[open]:not(.is-closing) {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
}

.support-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 260ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 260ms cubic-bezier(0.22, 1, 0.36, 1),
    overlay 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete,
    display 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete;
}

.support-modal[open]:not(.is-closing)::backdrop {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@starting-style {
  .support-modal[open]:not(.is-closing)::backdrop {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.support-modal-panel {
  position: relative;
  display: flex;
  width: 100%;
  max-height: calc(100dvh - 40px);
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 48px 20px 28px;
  overflow: auto;
  border-radius: inherit;
  background: #ffffff;
}

.support-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.support-modal-close:hover {
  opacity: 1;
}

.support-modal-close:active {
  opacity: 0.48;
  transition-duration: 0.06s;
}

.support-modal-close img {
  display: block;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.support-drawer-handle {
  display: none;
}

.support-modal-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0;
  text-align: center;
}

.support-modal-icon {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
  pointer-events: none;
}

.support-modal-header h2 {
  width: 192px;
  margin: 0;
  color: #3c3a38;
  font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -1.92px;
  text-align: center;
}

.support-modal-header p {
  width: min(100%, 360px);
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.48px;
  text-align: center;
  opacity: 0.7;
}

.support-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.support-email-row {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 16px 10px 20px;
  border: 0;
  border-radius: 12px;
  background: rgba(57, 57, 57, 0.02);
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.support-email-row:hover,
.support-email-row.is-copied {
  background: rgba(57, 57, 57, 0.05);
}

.support-email-row:active {
  background: rgba(57, 57, 57, 0.08);
  transition-duration: 0.06s;
}

.support-email-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-email-row > img:not(.support-copy-check) {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.16s cubic-bezier(0.33, 1, 0.68, 1);
}

.support-email-row.is-copied > img:not(.support-copy-check) {
  opacity: 0;
}

.support-copy-check {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  color: #3c3a38;
  flex: 0 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.96);
  transition:
    opacity 0.16s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.16s cubic-bezier(0.33, 1, 0.68, 1);
}

.support-email-row.is-copied .support-copy-check {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.support-note {
  width: 100%;
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.36px;
  text-align: center;
  opacity: 0.5;
}

.support-faq-link {
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.36px;
  text-align: center;
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.support-faq-link:hover {
  opacity: 0.62;
}

/* Changelog modal */

.changelog-modal {
  position: fixed;
  inset: 0;
  display: none;
  width: 440px;
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 20px;
  background: #ffffff;
  color: #3c3a38;
  opacity: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(12px) scale(0.985);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    overlay 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete,
    display 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete;
}

.changelog-modal[open]:not(.is-closing) {
  display: flex;
  opacity: 1;
  transform: translateY(0) scale(1);
}

@starting-style {
  .changelog-modal[open]:not(.is-closing) {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
}

.changelog-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 260ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 260ms cubic-bezier(0.22, 1, 0.36, 1),
    overlay 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete,
    display 260ms cubic-bezier(0.22, 1, 0.36, 1) allow-discrete;
}

.changelog-modal[open]:not(.is-closing)::backdrop {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@starting-style {
  .changelog-modal[open]:not(.is-closing)::backdrop {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.changelog-modal-panel {
  position: relative;
  display: flex;
  width: 100%;
  max-height: calc(100dvh - 40px);
  flex-direction: column;
  gap: 0;
  padding: 30px 24px 26px;
  overflow: hidden;
  outline: none;
  border-radius: inherit;
  background: #ffffff;
  -webkit-tap-highlight-color: transparent;
}

.changelog-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.changelog-modal-close:hover {
  opacity: 1;
}

.changelog-modal-close:active {
  opacity: 0.48;
  transition-duration: 0.06s;
}

.changelog-modal-close img {
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.changelog-drawer-handle {
  display: none;
}

.changelog-modal-header {
  padding-right: 32px;
}

.changelog-modal-header h2,
.changelog-modal-header p {
  margin: 0;
  color: #3c3a38;
  font-family: "SF Pro Rounded", ui-rounded, sans-serif;
}

.changelog-modal-header h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.36px;
}

.changelog-modal-header p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.42px;
  opacity: 0.68;
}

.changelog-modal-list .changelog-entry:first-child {
  margin-top: 22px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-header,
  .dotted-ring,
  .icon-composition,
  h1,
  .hero-subtitle,
  .cta-button,
  .pricing-pills {
    animation: none;
    filter: none;
    translate: none;
  }

  .install-modal,
  .install-modal::backdrop,
  .support-modal,
  .support-modal::backdrop,
  .changelog-modal,
  .changelog-modal::backdrop {
    transition: none;
  }

  .mobile-menu,
  .mobile-menu-link {
    transition: none;
    animation: none;
    transform: none;
  }

  .mobile-menu-link {
    opacity: 1;
  }

  .step-card:first-of-type .step-card-image::after,
  .step-code-modal,
  .step-code-inputs,
  .step-code-inputs::after,
  .step-code-inputs span,
  .step-code-inputs b,
  .step-context-menu,
  .step-context-pointer,
  .step-context-menu .is-selected,
  .step-context-menu .is-selected::before,
  .step-telegram-dock-icon > img:not(.step-pointer),
  .step-telegram-badge,
  .step-pointer-dock,
  .step-telegram-message,
  .step-message-meta > span,
  .step-message-preview,
  .step-message-preview-image,
  .step-message-actions > span,
  .step-message-actions div span,
  .scribble-highlight path,
  .support-modal,
  .faq-item,
  .faq-answer,
  .faq-question img {
    animation: none;
    transition: none;
  }

  .scribble-highlight path {
    stroke-dashoffset: 0;
  }

  .step-card:first-of-type .step-card-image::after {
    opacity: 1;
  }

  .step-code-modal {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .step-code-inputs {
    opacity: 1;
  }

  .step-code-inputs::after {
    opacity: 0;
  }

  .step-code-inputs span {
    background: rgba(34, 197, 94, 0.14);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.28);
  }

  .step-code-inputs b {
    opacity: 1;
    transform: translateY(0);
  }

  .step-context-menu {
    opacity: 1;
    transform: none;
  }

  .step-context-pointer {
    opacity: 1;
    offset-distance: 100%;
    transform: none;
  }

  .step-context-menu .is-selected {
    color: #ffffff;
  }

  .step-context-menu .is-selected::before {
    filter: none;
    transform: scaleX(1);
  }

  .step-telegram-dock-icon > img:not(.step-pointer) {
    filter: brightness(1.045) saturate(1.02);
  }

  .step-telegram-badge {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .step-pointer-dock {
    opacity: 1;
    offset-distance: 100%;
    transform: none;
  }

  .step-telegram-message {
    transform: translateX(-50%) translateY(0);
  }

  .step-message-meta > span,
  .step-message-preview,
  .step-message-preview-image,
  .step-message-actions > span,
  .step-message-actions div span {
    opacity: 1;
    transform: translateY(0);
  }

  .support-modal[open] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1079px) {
  body {
    min-width: 0;
  }

  .shelf-hero {
    min-height: 724px;
    overflow: hidden;
  }

  .site-header {
    width: min(688px, calc(100% - 40px));
  }

  .hero-content {
    width: min(740px, calc(100% - 40px));
  }

  h1 {
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -3.84px;
    white-space: normal;
  }

  .steps-section {
    padding: 64px 20px;
  }

}

@media (max-width: 767px) {
  .shelf-hero {
    min-height: 700px;
    --hero-visual-scale: 0.78;
  }

  .site-header {
    top: 10px;
    left: 10px;
    z-index: 20;
    width: calc(100% - 20px);
    height: 64px;
    justify-content: space-between;
    gap: 0;
    padding: 12px;
    animation: none;
    transform: none;
    translate: none;
    will-change: auto;
  }

  .site-header.is-menu-open {
    animation: none;
    z-index: 20;
    opacity: 1;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
    will-change: auto;
  }

  .site-header.is-menu-open .contact-slot {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .brand {
    width: 88px;
    flex-basis: 88px;
  }

  .brand span {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.34px;
  }

  .site-nav {
    display: none;
  }

  .contact-slot {
    width: auto;
    height: 40px;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 0;
  }

  .contact-button {
    width: 96px;
    flex: 0 0 96px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px;
  }

  .menu-button {
    display: flex;
  }

  .mobile-menu {
    position: fixed;
    z-index: 10;
    inset: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.28s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: opacity;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-content {
    display: flex;
    width: 100%;
    height: calc(100dvh - 20px);
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-header {
    display: flex;
    width: 100%;
    flex: 0 0 64px;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 16px 16px 0 0;
  }

  .mobile-menu-brand {
    visibility: hidden;
    display: flex;
    width: 88px;
    height: 32px;
    flex: 0 0 88px;
    align-items: center;
    gap: 8px;
    padding-left: 4px;
    overflow: visible;
    border-radius: 8px;
    color: #3c3a38;
    font-family: "Averia Sans Libre", ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.34px;
    white-space: nowrap;
    transform: none;
    translate: none;
    transition: none;
    will-change: auto;
  }

  .mobile-menu-brand-mark {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: block;
  }

  .mobile-menu-close {
    display: flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
    border: 0;
    border-radius: 10px;
    outline: 1px solid rgba(14, 14, 13, 0.04);
    outline-offset: -1px;
    background: rgba(255, 255, 255, 0.32);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mobile-menu-close span {
    width: 3px;
    height: 16px;
    flex: 0 0 3px;
    border-radius: 999px;
    background: #3c3a38;
    pointer-events: none;
  }

  .mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.44);
  }

  .mobile-menu-close:active {
    background: rgba(255, 255, 255, 0.58);
    transition-duration: 0.06s;
  }

  .mobile-menu-body {
    display: flex;
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 64px 16px 32px;
    border-radius: 0 0 16px 16px;
  }

  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }

  .mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c3a38;
    text-align: center;
    font-family: "SF Pro Rounded", ui-rounded, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.64px;
    opacity: 0;
    transform: translateX(28px);
    white-space: nowrap;
    will-change: opacity, transform;
    transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu.is-open .mobile-menu-link {
    animation: mobile-link-in 0.62s cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  .mobile-menu.is-open .mobile-menu-link:nth-child(1) {
    animation-delay: 0.08s;
  }

  .mobile-menu.is-open .mobile-menu-link:nth-child(2) {
    animation-delay: 0.16s;
  }

  .mobile-menu.is-open .mobile-menu-link:nth-child(3) {
    animation-delay: 0.24s;
  }

  .mobile-menu-link:hover {
    opacity: 0.55;
  }

  .mobile-menu-link:active {
    opacity: 0.4;
    transition-duration: 0.08s;
  }

  .mobile-menu-footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .mobile-contact-button {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: #3c3a38;
    box-shadow:
      0 0 0 1px #3c3a38,
      0 3px 2px rgba(0, 0, 0, 0.12),
      inset 0 -4px 2px rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.14);
    font-family: "SF Pro Rounded", ui-rounded, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.72px;
    white-space: nowrap;
    transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mobile-contact-button:hover {
    background: #2a2827;
  }

  .mobile-contact-button:active {
    background: #1a1918;
    box-shadow:
      0 0 0 1px #1a1918,
      0 1px 1px rgba(0, 0, 0, 0.14),
      inset 0 1px 3px rgba(0, 0, 0, 0.18);
    transition-duration: 0.06s;
  }

  .mobile-menu-meta {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    color: #3c3a38;
    text-align: center;
    font-family: "SF Pro Rounded", ui-rounded, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.48px;
    white-space: nowrap;
  }

  .mobile-menu-meta span,
  .mobile-menu-meta a {
    opacity: 0.7;
  }

  .steps-section {
    padding: 48px 20px;
  }

  .steps-grid {
    gap: 12px;
  }

  .step-card {
    gap: 20px;
    padding: 10px 10px 22px;
  }

  .step-card-copy {
    gap: 10px;
    padding: 0 24px;
  }

  .step-card-copy h3 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.055em;
  }

  .step-card-copy p {
    max-width: 310px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.45px;
    opacity: 0.66;
  }

  .faq-section {
    padding: 48px 20px;
    scroll-margin-top: 84px;
  }

  .faq-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .faq-inner h2 {
    width: 100%;
    flex: 0 0 auto;
    color: #3c3a38;
    text-align: center;
    font-size: 28px;
    line-height: 29.4px;
    letter-spacing: -1.68px;
  }

  .faq-list {
    width: 100%;
    flex: 0 0 auto;
    gap: 8px;
  }

  .faq-item {
    padding: 12px 16px;
    border-radius: 16px;
  }

  .faq-item.is-open {
    gap: 6px;
  }

  .faq-question span {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.45px;
  }

  .faq-question img {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .faq-answer p {
    padding-right: 32px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.45px;
  }

  .closing-cta-inner {
    padding: 56px 20px 64px;
  }

  .closing-cta-title {
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -2.16px;
  }

  .closing-cta-subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .site-footer {
    padding: 0 20px 28px;
  }

  .site-footer-inner {
    gap: 16px;
    padding: 18px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.36px;
  }

  .info-header {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    justify-content: space-between;
    gap: 0;
    transform: none;
  }

  .info-page .site-nav {
    display: none;
  }

  .info-page-main {
    width: calc(100% - 40px);
    padding: 64px 0 56px;
  }

  .info-page-title {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.45px;
  }

  .legal-tab {
    font-size: 14px;
  }

  .step-card-image {
    width: 100%;
    max-width: none;
    height: auto;
    flex-basis: auto;
    align-self: center;
    border-radius: 12px;
    transform: none;
  }

  .dotted-ring {
    top: 168px;
  }

  .hero-content {
    top: 124px;
    width: calc(100% - 20px);
    gap: 36px;
  }

  .icon-composition {
    width: 560px;
    height: 132px;
  }

  .headline-group {
    gap: 18px;
  }

  h1 {
    width: 100%;
    font-size: 38px;
    line-height: 39.9px;
    letter-spacing: -2.52px;
  }

  .hero-subtitle {
    width: min(100%, 338px);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .cta-button {
    width: 172px;
    height: 46px;
    border-radius: 12px;
  }

  .cta-button-text {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.72px;
  }

  .pricing-pills {
    flex-direction: column;
    gap: 10px;
    margin-top: -6px;
  }

  .pricing-pills > span {
    padding: 8px 12px;
  }

  .pricing-pill-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
  }

  .install-modal {
    width: calc(100% - 20px);
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 20px);
    bottom: max(10px, env(safe-area-inset-bottom));
    border-radius: 24px;
  }

  .install-modal-content {
    gap: 40px;
    min-height: 0;
    max-height: calc(100dvh - max(20px, env(safe-area-inset-bottom) + 10px));
    padding: 18px 20px 20px;
    overflow: hidden;
  }

  .install-drawer-body {
    gap: 24px;
  }

  .install-shelf-icon {
    width: 44px;
    height: 44px;
  }

  .install-modal-title {
    width: auto;
    margin: 20px 0 12px;
    font-size: 30px;
    line-height: 31.5px;
    letter-spacing: -1.8px;
  }

  .install-modal-subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .install-mobile-note {
    display: inline;
  }

  .install-modal-buttons {
    gap: 8px;
  }

  .install-option {
    height: 58px;
    padding: 12px 16px 12px 20px;
    border-radius: 14px;
  }

  .install-modal-title {
    font-size: 30px;
    line-height: 31.5px;
    letter-spacing: -1.8px;
  }

  .install-modal-subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .install-option-text {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.34px;
  }

  .install-option-icon {
    width: 32px;
    height: 32px;
  }

  .support-modal {
    top: auto;
    right: auto;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 50%;
    width: calc(100% - 20px);
    max-height: calc(100dvh - max(20px, env(safe-area-inset-bottom) + 10px));
    margin: 0;
    border-radius: 24px;
    transform: translateX(-50%) translateY(calc(100% + 16px));
  }

  .support-modal[open]:not(.is-closing) {
    transform: translateX(-50%) translateY(0);
  }

  @starting-style {
    .support-modal[open]:not(.is-closing) {
      opacity: 0;
      transform: translateX(-50%) translateY(calc(100% + 16px));
    }
  }

  .support-modal-panel {
    max-height: calc(100dvh - max(20px, env(safe-area-inset-bottom) + 10px));
    gap: 24px;
    padding: 56px 20px 24px;
  }

  .support-modal-close {
    display: none;
  }

  .support-drawer-handle {
    position: absolute;
    top: 14px;
    left: 50%;
    display: block;
    width: 54px;
    height: 6px;
    border-radius: 999px;
    background: #ebebeb;
    transform: translateX(-50%);
  }

  .support-modal-icon {
    width: 42px;
    height: 42px;
  }

  .support-modal-header {
    gap: 13px;
  }

  .support-modal-header h2 {
    font-size: 30px;
    line-height: 31.5px;
    letter-spacing: -1.8px;
  }

  .support-modal-header p {
    width: min(100%, 332px);
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.45px;
  }

  .support-email-row {
    height: 54px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.6px;
  }

  .support-note,
  .support-faq-link {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.33px;
  }

  .changelog-modal {
    top: max(10px, env(safe-area-inset-top));
    right: auto;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 50%;
    width: calc(100% - 20px);
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom) + 20px));
    margin: 0;
    border-radius: 20px;
    transform: translateX(-50%) translateY(calc(100% + 16px));
  }

  .changelog-modal[open]:not(.is-closing) {
    transform: translateX(-50%) translateY(0);
  }

  @starting-style {
    .changelog-modal[open]:not(.is-closing) {
      opacity: 0;
      transform: translateX(-50%) translateY(calc(100% + 16px));
    }
  }

  .changelog-modal-panel {
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom) + 20px));
    gap: 0;
    padding: 44px 18px 18px;
  }

  .changelog-modal-close {
    display: none;
  }

  .changelog-drawer-handle {
    position: absolute;
    top: 12px;
    left: 50%;
    display: block;
    width: 54px;
    height: 6px;
    border-radius: 999px;
    background: #ebebeb;
    transform: translateX(-50%);
  }

  .changelog-modal-header {
    padding-right: 0;
    text-align: center;
  }

}

@media (min-width: 402px) and (max-width: 767px) {
  .hero-content {
    width: calc(100% - 20px);
  }

  h1 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -2.66px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .hero-subtitle {
    width: 448px;
  }
}

@media (max-width: 599px) {
  .shelf-hero {
    --hero-visual-scale: 0.74;
  }

  .dotted-ring {
    top: 167px;
  }

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

  .step-card {
    gap: 0;
    padding-bottom: 0;
  }

  .step-card-copy {
    gap: 8px;
    padding: 16px 6px;
  }

  .step-card-copy p {
    max-width: none;
    line-height: 23px;
  }
}

@media (max-width: 389px) {
  .shelf-hero {
    min-height: 640px;
    --hero-visual-scale: 0.72;
  }

  .dotted-ring {
    top: 166px;
  }

  .hero-content {
    top: 124px;
    gap: 30px;
  }

  .headline-group {
    gap: 15px;
  }

  h1 {
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -2.72px;
  }

  .hero-subtitle {
    width: min(100%, 320px);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .steps-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

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

  .step-card-image {
    transform: none;
  }

  .install-modal-content {
    gap: 36px;
    padding: 18px 20px 20px;
  }

  .install-drawer-body {
    gap: 22px;
  }

  .install-shelf-icon {
    width: 44px;
    height: 44px;
  }

  .install-modal-title {
    margin: 18px 0 12px;
    font-size: 27px;
    line-height: 28.35px;
    letter-spacing: -1.62px;
  }

  .install-modal-subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }

  .install-option {
    height: 58px;
    padding-right: 15px;
    padding-left: 18px;
  }

  .install-option-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

  .install-option-icon {
    width: 30px;
    height: 30px;
  }

  .pricing-pills {
    gap: 10px;
    margin-top: -10px;
  }

  .support-modal-panel {
    gap: 24px;
    padding: 56px 20px 24px;
  }
}
