:root {
  color: #55575d;
  background: #ffffff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #ffffff;
}

body {
  display: flex;
  min-height: 100vh;
  padding: 16px 0;
}

.page {
  width: min(484px, calc(100% - 32px));
  margin: auto;
}

.header h1,
.section h2,
.page p,
.quote,
.quote blockquote,
.process ol {
  margin-top: 0;
}

.header h1 {
  margin-bottom: 10px;
  color: #2e2f32;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.tagline {
  margin-bottom: 0;
  color: #a5a8ad;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: -0.012em;
}

.intro,
.section p,
.process li {
  font-size: 13px;
  line-height: 1.63;
  letter-spacing: -0.012em;
}

.intro {
  max-width: 460px;
  margin-bottom: 17px;
  padding-top: 32px;
}

.quote {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 10px;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
}

.quote-mark {
  display: block;
  padding-top: 5px;
  color: #d7d8da;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.quote-content {
  max-width: 412px;
}

.quote-content blockquote {
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  padding: 16px 17px 16px;
  border-radius: 18px;
  color: #55575c;
  background: #efeff0;
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: -0.011em;
}

.quote-content figcaption {
  color: #64666d;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: -0.012em;
}

.quote-content figcaption strong {
  color: #505159;
  font-weight: 700;
}

.section h2 {
  margin-bottom: 15px;
  color: #303134;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.section p {
  max-width: 460px;
  margin-bottom: 14px;
}

.process {
  padding-top: 16px;
}

.process h2 {
  margin-bottom: 15px;
}

.process ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  margin-bottom: 7px;
  counter-increment: step;
}

.process li::before {
  content: counter(step);
  padding-top: 1px;
  color: #a4a6ac;
  font-size: 9px;
  line-height: 1.63;
}

.process li strong {
  color: #38393d;
  font-weight: 700;
}

.footer {
  margin-bottom: 0;
  padding-top: 24px;
  color: #a1a4aa;
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: -0.015em;
}

@media (max-width: 720px) {
  body {
    padding: 20px 0;
  }

  .page {
    width: min(100% - 32px, 484px);
  }

  .header h1 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .tagline {
    font-size: 13px;
    line-height: 1.6;
  }

  .desktop-break {
    display: none;
  }

  .intro,
  .section p,
  .process li {
    font-size: 13px;
    line-height: 1.63;
  }

  .intro {
    margin-bottom: 17px;
    padding-top: 32px;
  }

  .quote {
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 6px;
    margin-bottom: 28px;
  }

  .quote-mark {
    padding-top: 4px;
    font-size: 26px;
  }

  .quote-content blockquote {
    margin-bottom: 7px;
    padding: 16px 15px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.62;
  }

  .quote-content figcaption {
    font-size: 12px;
  }

  .section h2 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .section p {
    margin-bottom: 14px;
  }

  .process {
    padding-top: 16px;
  }

  .process h2 {
    margin-bottom: 15px;
  }

  .process li {
    grid-template-columns: 14px minmax(0, 1fr);
    margin-bottom: 7px;
  }

  .process li::before {
    font-size: 9px;
  }

  .footer {
    padding-top: 24px;
    font-size: 13px;
  }
}
