@font-face {
  font-family: Inter;
  src: url("./assets/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Inter, Arial, sans-serif;
  color: #22324d;
  background: #fcfcfe;
  font-synthesis: none;
  line-height: 1.6;
  font-size: 15px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #6985cf;
  outline-offset: 5px;
}
a {
  text-decoration: none;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  padding: 12px;
  background: white;
  z-index: 5;
}
.skip:focus {
  top: 12px;
}
.wrap {
  width: min(1160px, calc(100% - 64px));
  margin: auto;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7eaf1;
  gap: 24px;
}
.brand {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.06em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}
.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  color: #727e93;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: #20355e;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 7px;
  background: #21365f;
  color: white;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
}
.button:hover {
  background: #304b7b;
}
.button.secondary {
  background: white;
  color: #314867;
  border: 1px solid #d7ddeb;
}
.hero {
  padding: 80px 0 84px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  color: #6b7b99;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.hero h1 {
  font-size: clamp(44px, 5.4vw, 72px);
  font-weight: 500;
  line-height: 1.025;
  letter-spacing: -0.07em;
  margin: 22px 0;
  color: #1d2d4d;
}
.hero p {
  font-size: 16px;
  color: #718097;
  max-width: 420px;
  line-height: 1.75;
  margin: 0 0 30px;
}
.hero-image {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, #f1f3fa, #e8ebf5);
  border: 1px solid #e5e9f2;
}
.hero-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 14px 36px #283a6714;
}
.hero-caption {
  font-size: 11px;
  text-align: center;
  color: #8a92a4;
  margin: 12px 0 0;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #e5e9f1;
  padding: 28px 0;
  gap: 24px;
}
.section-head h2 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}
.section-head p {
  font-size: 13px;
  color: #78859a;
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 72px;
}
.step-number {
  font-size: 12px;
  color: #93a0b8;
}
.steps h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 15px 0 10px;
}
.steps p {
  font-size: 13px;
  color: #78859a;
  line-height: 1.8;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 72px;
}
.gallery figure {
  margin: 0;
}
.gallery img {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e9f1;
}
.gallery figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 12px;
  color: #78859a;
}
.gallery b {
  font-weight: 500;
  color: #344660;
}
.page-title {
  padding: 68px 0 48px;
  max-width: 820px;
}
.page-title h1 {
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.06em;
  margin: 18px 0;
}
.page-title p {
  color: #7b879b;
  font-size: 16px;
  max-width: 630px;
}
.document {
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  gap: 64px;
  align-items: start;
  padding-bottom: 80px;
}
.toc {
  position: sticky;
  top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 12px;
  color: #7b879b;
  padding: 10px 0;
}
.toc a:hover {
  color: #21365f;
}
.article section {
  scroll-margin-top: 30px;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6eaf2;
}
.article h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}
.article p {
  font-size: 14px;
  color: #65748e;
  line-height: 1.9;
}
.article details {
  border-top: 1px solid #e5e9f1;
  padding: 23px 0;
}
.article details:last-child {
  border-bottom: 1px solid #e5e9f1;
}
.article summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.025em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.article summary::-webkit-details-marker {
  display: none;
}
.article summary:after {
  content: "+";
  color: #8c97ac;
  font-weight: 400;
}
.article details[open] summary:after {
  content: "−";
}
.contact {
  padding: 24px 28px;
  background: #f0f3f9;
  border-radius: 10px;
  margin-bottom: 32px;
}
.contact p {
  margin: 8px 0 0;
}
.contact a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer {
  border-top: 1px solid #e5e9f1;
  padding: 28px 0 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #8993a6;
  font-size: 12px;
}
.footer nav {
  display: flex;
  gap: 24px;
}
.footer a:hover {
  color: #233960;
}
.notice {
  font-size: 12px;
  color: #77859c;
  padding: 16px 0;
}
.not-found {
  padding: 80px 0 120px;
}
.not-found h1 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: auto;
    min-height: 86px;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 18px;
  }
  .nav {
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 52px 0;
  }
  .hero h1 {
    font-size: 56px;
    max-width: 480px;
  }
  .hero-image {
    max-width: 520px;
  }
  .steps {
    gap: 24px;
  }
  .gallery {
    gap: 16px;
  }
  .document {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    border-bottom: 1px solid #e5e9f1;
    padding-bottom: 24px;
  }
  .page-title {
    padding: 44px 0 28px;
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 20px;
  }
  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero p {
    font-size: 15px;
  }
  .hero-image {
    padding: 14px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 44px;
  }
  .steps h3 {
    margin-top: 8px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 20px 14px;
    padding-bottom: 44px;
  }
  .gallery figcaption {
    font-size: 11px;
  }
  .page-title h1 {
    font-size: 38px;
  }
  .page-title p {
    font-size: 14px;
  }
  .article summary {
    font-size: 16px;
  }
  .article h2 {
    font-size: 21px;
  }
  .contact {
    padding: 20px;
  }
  .footer nav {
    gap: 18px;
  }
}
.document.faq {
  grid-template-columns: minmax(0, 800px);
  justify-content: center;
}
@media (max-width: 800px) {
  .toc {
    display: none;
  }
}
.hero-image img,
.gallery img {
  height: auto;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.price-card {
  padding: 28px;
  border: 1px solid #e1e6ef;
  border-radius: 12px;
  background: #fff;
}
.price-pro {
  background: #f0f3fa;
  border-color: #c7d2e8;
}
.price-card h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 16px 0;
}
.price-card small {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.price-card ul {
  padding-left: 18px;
  color: #65748e;
  font-size: 14px;
  line-height: 2;
}
#pricing {
  padding-bottom: 56px;
  scroll-margin-top: 24px;
}
.nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .price-card {
    padding: 22px;
  }
  .nav {
    gap: 12px;
  }
  .header {
    height: auto;
    min-height: 100px;
    padding: 20px 0;
    align-items: flex-start;
  }
}
/* Shared 96Systems / ShopTile visual identity. */
:root { color: #20271f; background: #fafbf7; }
.header { border-color: #dde3d4; }
.brand { letter-spacing: -.055em; font-weight: 650; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.nav { color: #6c7661; }
.nav a:hover, .nav a[aria-current="page"] { color: #20271f; }
.button { background: #20271f; border-radius: 8px; }
.button:hover { background: #35442c; }
.button.secondary { color: #20271f; border-color: #dce2d4; }
.eyebrow { color: #627453; }
.hero h1 { color: #20271f; font-weight: 550; }
.hero-image { background: #eaf0e1; border-color: #dce5d0; }
.price-pro { background: #edf5e4; border-color: #bfd4a6; }
.footer { color: #6c7661; border-color: #dde3d4; }
