:root {
  --paper: #07111c;
  --paper-2: #0c1a2a;
  --sheet: rgba(255, 255, 255, 0.05);
  --ink: #f4f7fb;
  --mute: #9aa8b8;
  --rule: rgba(244, 247, 251, 0.12);
  --stamp: #3ee0c0;
  --stamp-hot: #7af3d6;
  --stamp-soft: rgba(62, 224, 192, 0.1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --display: "Syne", "Avenir Next", sans-serif;
  --sans: "Figtree", "Helvetica Neue", sans-serif;
  --space: clamp(1.1rem, 3vw, 2.2rem);
  --measure: 68rem;
  --radius: 1.15rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.5;
  background:
    radial-gradient(1200px 640px at 12% -10%, rgba(62, 224, 192, 0.18), transparent 58%),
    radial-gradient(900px 520px at 92% 8%, rgba(62, 120, 255, 0.22), transparent 55%),
    radial-gradient(700px 480px at 70% 88%, rgba(18, 64, 110, 0.55), transparent 62%),
    linear-gradient(180deg, #06101a 0%, #0a1828 42%, #07111c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(244, 247, 251, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 247, 251, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 38%, transparent 78%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.55rem 0.85rem;
  background: var(--stamp);
  color: #07111c;
  text-decoration: none;
  border-radius: 999px;
}

.skip:focus {
  top: 1rem;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0.85rem var(--space);
  border-bottom: 1px solid var(--rule);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.app-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.55rem;
}

.nav {
  display: none;
  gap: 1.35rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.55rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease);
}

.btn:hover {
  background: var(--stamp-hot);
  color: #07111c;
  border-color: var(--stamp-hot);
}

.btn:focus-visible {
  outline: 2px solid var(--stamp);
  outline-offset: 3px;
}

.btn-ghost {
  border-color: var(--rule);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: #07111c;
  border-color: var(--ink);
}

.btn-stamp {
  background: var(--stamp);
  color: #07111c;
}

.btn-lg {
  min-height: 3.15rem;
  padding-inline: 1.45rem;
  font-size: 1.02rem;
}

.hero,
.tools,
.how,
.proof,
.shots,
.info,
.faq,
.legal-page {
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 var(--space);
}

.hero {
  padding-top: 2.6rem;
  padding-bottom: 2.8rem;
  text-align: center;
}

.kicker {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stamp);
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(2.4rem, 7vw, 3.6rem);
}

h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3.4vw, 2.05rem);
}

h3 {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.lead,
.section-lead {
  max-width: 36rem;
  margin: 0 auto 1.6rem;
  color: var(--mute);
  font-size: 1.12rem;
}

.section-lead {
  margin-bottom: 1.4rem;
  text-align: left;
}

.drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  max-width: 36rem;
  margin: 0 auto;
  padding: 2.2rem 1.2rem;
  background: var(--stamp-soft);
  border: 2px dashed rgba(62, 224, 192, 0.45);
  border-radius: 1.1rem;
  text-decoration: none;
}

.drop:hover {
  border-color: var(--stamp);
  background: rgba(62, 224, 192, 0.16);
}

.drop-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.35rem;
}

.drop strong {
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--stamp);
}

.drop span,
.drop-note {
  color: var(--mute);
  font-size: 0.95rem;
}

.drop-note {
  margin: 0.85rem 0 0;
}

.tools,
.how,
.info,
.faq,
.legal-page {
  padding-bottom: 3.4rem;
}

.tools ul,
.info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.tools li,
.info li {
  padding: 1.15rem 1.1rem;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}

.tool-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.7rem;
  padding: 0 0.45rem;
  border-radius: 0.7rem;
  color: #fff;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.tool-ico svg {
  display: block;
}

.tool-ico-jpg {
  background: #e5252a;
}

.tool-ico-png {
  background: #f08a24;
}

.tool-ico-many {
  background: #2f6fed;
}

.tool-ico-phone {
  background: #1aa37a;
  font-size: 1rem;
}

.tools p,
.how p,
.info p,
.faq dd {
  margin: 0;
  color: var(--mute);
}

.how ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.how li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.9rem;
  padding: 1.05rem 1rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}

.how li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: var(--stamp);
  color: #07111c;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.proof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding-bottom: 3rem;
}

.proof p {
  margin: 0;
  padding: 1rem 1.05rem;
  color: var(--mute);
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}

.proof strong {
  display: block;
  font-family: var(--sans);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}

.shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  padding-bottom: 3.4rem;
}

.phone {
  margin: 0;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--rule);
  border-radius: 1.2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
}

.phone img {
  width: 100%;
  height: auto;
}

.faq dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.faq div {
  padding: 1.1rem 1.1rem 1.05rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}

.faq dt {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-weight: 650;
}

.site-foot {
  background: transparent;
  color: var(--ink);
  padding: 2.4rem var(--space) 2rem;
  border-top: 1px solid var(--rule);
}

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

.related,
.foot-grid,
.foot-bar,
.foot-req {
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
}

.related {
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--rule);
}

.related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related a {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
}

.related a:hover,
.foot-grid a:hover,
.foot-bar a:hover {
  color: var(--stamp);
}

.foot-grid {
  display: grid;
  gap: 1.6rem 2rem;
}

.foot-label {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stamp);
}

.foot-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-grid li {
  padding: 0.28rem 0;
  color: var(--mute);
}

.foot-grid a {
  text-decoration: none;
}

.foot-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.4rem;
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
  color: var(--mute);
  font-size: 0.88rem;
}

.foot-bar p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
}

.foot-bar a {
  text-decoration: none;
}

.foot-req {
  margin-top: 2.2rem;
  padding: 1.4rem 1.15rem 1.2rem;
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}

.foot-org {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.foot-full {
  margin: 0 0 1.2rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.foot-checko {
  display: grid;
  gap: 2rem;
}

.foot-checko h3 {
  margin: 1.4rem 0 0.7rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.foot-checko h3:first-child {
  margin-top: 0;
}

.foot-checko p {
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 0.95rem;
}

.foot-strong {
  margin-top: 0.85rem !important;
  font-weight: 650;
}

.foot-meta {
  color: var(--mute);
  font-size: 0.88rem;
  font-weight: 400;
}

.foot-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.foot-table th,
.foot-table td {
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.foot-table tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.03);
}

.foot-table th {
  width: 8.5rem;
  color: var(--mute);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}

.foot-legal {
  margin: 2rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
  color: var(--mute);
  font-size: 0.88rem;
}

.foot-legal a {
  color: var(--ink);
}

.foot-legal code {
  font-size: 0.82em;
}

.legal-page {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.legal-page h1 {
  font-size: clamp(2.2rem, 6vw, 3.4rem);
}

.legal-page h2 {
  margin: 2rem 0 0.6rem;
  font-size: 1.4rem;
}

.legal-page .lead {
  margin-left: 0;
}

.legal-page p {
  max-width: 40rem;
  color: var(--mute);
}

.legal-page a {
  color: var(--stamp);
}

.site-foot > .foot-legal {
  max-width: var(--measure);
  margin: 0 auto;
  padding-top: 0;
  border-top: 0;
}

.legal-page .site-foot {
  margin-top: 0;
}

.dock {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  padding: 0.7rem var(--space) calc(0.7rem + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, transparent, rgba(7, 17, 28, 0.92) 28%);
}

.dock .btn {
  width: min(36rem, 100%);
  margin: 0 auto;
  display: flex;
}

.has-dock {
  padding-bottom: 5.2rem;
}

@media (min-width: 760px) {
  .nav {
    display: flex;
  }
}

@media (min-width: 900px) {
  .tools ul,
  .info ul {
    grid-template-columns: 1fr 1fr;
  }

  .how ol {
    grid-template-columns: repeat(3, 1fr);
  }

  .how li {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .proof {
    grid-template-columns: repeat(4, 1fr);
  }

  .shots {
    max-width: 34rem;
  }

  .foot-grid-ilove {
    grid-template-columns: repeat(5, 1fr);
  }

  .foot-checko {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}

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

  .btn,
  .drop {
    transition: none;
  }
}
