:root {
  color-scheme: light;
  --ink: #111217;
  --ink-soft: #30323b;
  --muted: #656976;
  --paper: #fbfbff;
  --paper-2: #f0f5f5;
  --surface: #ffffff;
  --surface-strong: #e9eff7;
  --line: #d7dde7;
  --cyan: #64d2ff;
  --cyan-ink: #00384b;
  --pink: #ffd9e5;
  --pink-ink: #713247;
  --green: #bcf0b4;
  --green-ink: #215322;
  --yellow: #ffdf95;
  --yellow-ink: #624700;
  --blue: #a6c8ff;
  --blue-ink: #173f70;
  --purple: #eadcff;
  --purple-ink: #4f3a72;
  --shadow: 0 20px 60px rgb(17 18 23 / 14%);
  --shadow-soft: 0 12px 34px rgb(17 18 23 / 10%);
  --max: 1180px;
  --header-height: 70px;
  font-family: "Roboto Flex", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgb(17 18 23 / 4%) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0, var(--paper) 380px, #f5f8fb 100%);
  background-size: 72px 72px, auto;
}

body::selection {
  color: var(--ink);
  background: var(--cyan);
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-family: "Material Symbols Rounded";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  transform: translateY(-150%);
  border-radius: 999px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 12px clamp(18px, 4vw, 44px);
  border-bottom: 1px solid rgb(17 18 23 / 8%);
  background: rgb(251 251 255 / 86%);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 26px rgb(17 18 23 / 8%);
  background: rgb(251 251 255 / 94%);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 750;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 50%;
  box-shadow: 0 8px 24px rgb(100 210 255 / 28%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgb(17 18 23 / 9%);
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
}

.site-nav a {
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 680;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: var(--surface-strong);
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  text-decoration: none;
  box-shadow: 0 8px 20px rgb(17 18 23 / 8%);
  transition: transform 160ms ease, background 160ms ease;
}

.icon-button:hover,
.icon-button:focus-visible {
  transform: translateY(-2px);
  background: var(--cyan);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(720px, 78svh);
  overflow: hidden;
  padding: 72px clamp(18px, 6vw, 64px) 54px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgb(17 18 23 / 5%) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(180deg, rgb(17 18 23 / 4%) 0 1px, transparent 1px 64px),
    #f7fbff;
}

.hero::after {
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 210px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--paper));
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  max-width: 1440px;
  margin: 0 auto;
  pointer-events: none;
  transform-style: preserve-3d;
}

.phone-shot {
  position: absolute;
  width: min(22vw, 260px);
  min-width: 190px;
  transform: translate3d(calc(var(--mx, 0) * 10px), calc(var(--my, 0) * 10px), 0) rotate(var(--tilt, 0deg));
  transition: transform 280ms ease;
}

.phone-frame {
  --phone-radius: 26px;
  aspect-ratio: 420 / 937;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 68%);
  border-radius: var(--phone-radius);
  background: #111217;
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-shot-main {
  right: 16%;
  bottom: 2%;
  --tilt: -5deg;
}

.phone-shot-reader {
  right: 35%;
  top: 11%;
  width: min(19vw, 215px);
  opacity: 0.9;
  --phone-radius: 22px;
  --tilt: 7deg;
}

.phone-shot-settings {
  right: 2%;
  top: 14%;
  width: min(18vw, 205px);
  opacity: 0.86;
  --phone-radius: 22px;
  --tilt: 9deg;
}

.hero-copy {
  width: min(700px, 100%);
  padding-top: 8px;
}

.eyebrow,
.mini-label {
  margin: 0 0 14px;
  color: var(--pink-ink);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 5.5rem;
  line-height: 0.9;
  font-weight: 650;
}

h2 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 750;
}

h3 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
}

p {
  line-height: 1.62;
}

.lede {
  max-width: 630px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.2rem;
  font-weight: 520;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.inline-link,
.community-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.inline-link:hover,
.inline-link:focus-visible,
.community-links a:hover,
.community-links a:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--cyan);
  box-shadow: 0 14px 30px rgb(100 210 255 / 34%);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid rgb(17 18 23 / 12%);
  background: white;
}

.button-dark {
  color: white;
  background: var(--ink);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px clamp(18px, 4vw, 32px);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-lede {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.quick-section {
  padding-top: 72px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-card {
  min-height: 245px;
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: 22px;
  background: white;
  box-shadow: 0 8px 24px rgb(17 18 23 / 6%);
}

.quick-card .material-symbols-rounded {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: var(--cyan-ink);
  background: #c8f0ff;
  font-size: 1.55rem;
}

.quick-card:nth-child(2) .material-symbols-rounded {
  color: var(--green-ink);
  background: var(--green);
}

.quick-card:nth-child(3) .material-symbols-rounded {
  color: var(--purple-ink);
  background: var(--purple);
}

.quick-card:nth-child(4) .material-symbols-rounded {
  color: var(--yellow-ink);
  background: var(--yellow);
}

.quick-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.workflow-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 28px;
  align-items: center;
  padding-top: 52px;
}

.workflow-copy p {
  color: var(--ink-soft);
}

.workflow-list {
  display: grid;
  gap: 12px;
}

.workflow-list div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: 14px;
  background: white;
  box-shadow: 0 8px 24px rgb(17 18 23 / 5%);
}

.workflow-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: var(--pink-ink);
  background: var(--pink);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
}

.workflow-list p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 620;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgb(17 18 23 / 6%);
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.tour-section {
  max-width: none;
  padding-right: clamp(18px, 5vw, 64px);
  padding-left: clamp(18px, 5vw, 64px);
  background: #111217;
  color: white;
}

.tour-section .section-heading {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.tour-section .eyebrow {
  color: var(--cyan);
}

.tour-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.tour-tabs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.tour-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  padding: 0 18px;
  color: rgb(255 255 255 / 80%);
  background: rgb(255 255 255 / 5%);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.tour-tab:hover,
.tour-tab:focus-visible,
.tour-tab.is-active {
  color: var(--ink);
  background: var(--cyan);
  transform: translateX(4px);
}

.tour-stage {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px),
    linear-gradient(180deg, #1e2028, #15161c);
  background-size: 44px 44px, auto;
}

.tour-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  gap: 20px;
  align-items: center;
  min-height: 560px;
  padding: 40px;
}

.tour-panel-wide {
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
}

.tour-panel[hidden] {
  display: none;
}

.tour-copy {
  align-self: center;
  max-width: 530px;
}

.tour-copy .mini-label {
  color: var(--yellow);
}

.tour-copy p {
  color: rgb(255 255 255 / 74%);
  font-size: 1.04rem;
}

.tour-visual {
  --phone-radius: 26px;
  width: min(100%, 250px);
  justify-self: center;
  border: 1px solid rgb(255 255 255 / 18%);
  box-shadow: 0 26px 80px rgb(0 0 0 / 46%);
}

.tour-duo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: center;
  min-width: 0;
}

.tour-duo .tour-visual {
  width: min(46%, 218px);
}

.feature-card {
  min-height: 218px;
}

.feature-card .material-symbols-rounded {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--cyan-ink);
  background: #c8f0ff;
  font-size: 1.45rem;
}

.feature-card:nth-child(3n + 2) .material-symbols-rounded {
  color: var(--pink-ink);
  background: var(--pink);
}

.feature-card:nth-child(3n) .material-symbols-rounded {
  color: var(--green-ink);
  background: var(--green);
}

.source-section {
  max-width: none;
  border-top: 1px solid rgb(17 18 23 / 9%);
  border-bottom: 1px solid rgb(17 18 23 / 9%);
  background:
    repeating-linear-gradient(135deg, rgb(17 18 23 / 4%) 0 1px, transparent 1px 14px),
    #fff9fd;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
}

.source-copy {
  align-self: center;
}

.source-copy p {
  color: var(--ink-soft);
}

.inline-link {
  width: fit-content;
  margin-top: 14px;
  color: var(--ink);
  background: var(--yellow);
}

.source-steps {
  display: grid;
  gap: 12px;
}

.step-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: 14px;
  background: rgb(255 255 255 / 86%);
}

.step-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: var(--cyan-ink);
  background: var(--cyan);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
}

.step-item p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 620;
}

.privacy-section {
  max-width: 920px;
}

.privacy-copy p {
  color: var(--ink-soft);
}

.privacy-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.privacy-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: 14px;
  background: white;
}

.privacy-list .material-symbols-rounded {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--green-ink);
  background: var(--green);
}

.privacy-list p {
  margin: 0;
  color: var(--ink-soft);
}

.community-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: center;
}

.community-copy p {
  color: var(--ink-soft);
}

.community-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.community-links a {
  min-height: 92px;
  justify-content: flex-start;
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: 18px;
  background: white;
  box-shadow: 0 8px 24px rgb(17 18 23 / 6%);
}

.community-links .material-symbols-rounded {
  color: var(--pink-ink);
  font-size: 1.6rem;
}

.guide-cta-section {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid rgb(17 18 23 / 9%);
  background: #111217;
}

.guide-cta-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px clamp(18px, 4vw, 32px);
}

.guide-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 24px;
  background: rgb(100 210 255 / 12%);
  border: 1px solid rgb(100 210 255 / 22%);
  box-shadow: 0 0 48px rgb(100 210 255 / 18%);
}

.guide-cta-icon .material-symbols-rounded {
  font-size: 3rem;
  color: var(--cyan);
}

.guide-cta-copy {
  flex: 1;
}

.guide-cta-section .eyebrow {
  color: var(--cyan);
}

.guide-cta-copy h2 {
  color: white;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin-bottom: 14px;
}

.guide-cta-copy > p {
  max-width: 620px;
  color: rgb(255 255 255 / 66%);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}

.guide-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-top: 1px solid rgb(17 18 23 / 10%);
  padding: 34px clamp(18px, 4vw, 44px);
  background: #111217;
  color: white;
}

.site-footer p {
  max-width: 540px;
  margin: 12px 0 0;
  color: rgb(255 255 255 / 68%);
}

.site-footer .footer-brand {
  color: white;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-footer nav a {
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgb(255 255 255 / 78%);
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: white;
  background: rgb(255 255 255 / 10%);
}

.legal-body {
  background: #f7f9fc;
}

.legal-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 76px clamp(18px, 4vw, 32px) 104px;
}

.legal-article {
  border: 1px solid rgb(17 18 23 / 10%);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 54px);
  background: white;
  box-shadow: var(--shadow-soft);
}

.legal-article h1 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

.legal-date {
  margin: 12px 0 34px;
  color: var(--muted);
  font-weight: 680;
}

.legal-article h2 {
  margin-top: 34px;
  font-size: 1.35rem;
}

.legal-article h3 {
  margin-top: 24px;
  font-size: 1.08rem;
}

.legal-article p,
.legal-article li {
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.legal-article ul {
  padding-left: 1.2rem;
}

.legal-article li + li {
  margin-top: 8px;
}

.legal-article code {
  display: inline;
  max-width: 100%;
  border-radius: 5px;
  padding: 2px 5px;
  color: var(--cyan-ink);
  background: #e5f7ff;
  font-family: "Space Grotesk", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.93em;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 460px;
  }

  .hero-copy {
    width: min(650px, 100%);
  }

  .phone-shot {
    width: 205px;
    min-width: 0;
    --phone-radius: 22px;
  }

  .phone-shot-main {
    right: 38%;
    bottom: 32px;
  }

  .phone-shot-reader {
    right: 56%;
    top: auto;
    bottom: 105px;
    width: 165px;
  }

  .phone-shot-settings {
    right: 14%;
    top: auto;
    bottom: 112px;
    width: 165px;
  }

  .tour-shell,
  .tour-panel,
  .split-layout,
  .community-section {
    grid-template-columns: 1fr;
  }

  .tour-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tour-tab {
    justify-content: center;
  }

  .tour-panel {
    padding: 30px;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 62px;
  }

  .site-nav {
    display: none;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero {
    padding-bottom: 390px;
  }

  .phone-shot-main {
    right: 34%;
    width: 180px;
  }

  .phone-shot-reader,
  .phone-shot-settings {
    width: 140px;
    --phone-radius: 18px;
  }

  .quick-grid,
  .workflow-section,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .workflow-section {
    gap: 18px;
  }

  .tour-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-stage,
  .tour-panel {
    min-height: auto;
  }

  .tour-panel {
    gap: 18px;
  }

  .tour-copy {
    max-width: none;
  }

  .tour-visual {
    width: min(100%, 230px);
  }

  .tour-duo {
    gap: 12px;
  }

  .tour-duo .tour-visual {
    width: min(48%, 190px);
  }

  .community-links {
    grid-template-columns: 1fr;
  }

  .guide-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand span {
    font-size: 1rem;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding: 58px 18px 275px;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 1.95rem;
  }

  .lede {
    font-size: 1.04rem;
  }

  .button {
    width: 100%;
  }

  .phone-shot-main {
    right: 28%;
    bottom: 14px;
    width: 144px;
    --phone-radius: 18px;
  }

  .phone-shot-reader {
    right: 55%;
    bottom: 64px;
    width: 108px;
    --phone-radius: 15px;
  }

  .phone-shot-settings {
    right: 2%;
    bottom: 66px;
    width: 108px;
    --phone-radius: 15px;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .tour-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tour-tab {
    min-height: 50px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  .tour-panel {
    padding: 24px 18px;
  }

  .tour-visual {
    width: min(100%, 210px);
    --phone-radius: 22px;
  }

  .tour-duo {
    gap: 10px;
  }

  .tour-duo .tour-visual {
    width: min(48%, 156px);
    --phone-radius: 18px;
  }

  .step-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .step-item span {
    width: 44px;
    height: 44px;
  }

  .privacy-list div {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .legal-main {
    padding-top: 42px;
  }

  .legal-article h1 {
    font-size: 2.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
