* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  background: #fff;
  min-height: 100%;
  scrollbar-width: none;
}
html::-webkit-scrollbar { display: none; }

body {
  font-family: -apple-system, "SF Pro Text", "SF Pro Display", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.24px;
  background: #fff;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  width: 100%;
}

.about-phone {
  background: #fff;
  isolation: isolate;
  max-width: 430px;
  min-height: 100svh;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 16px 18px 40px;
}

.about-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.about-head__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-icon-btn {
  border: none;
  background: none;
  color: #1a1a1a;
  cursor: pointer;
  padding: 4px;
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.about-hero {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 26px;
  padding-bottom: 24px;
}

.about-hero__eyebrow {
  color: #8a8a8a;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-hero__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.about-hero__text {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.55;
}

.about-block {
  margin-bottom: 26px;
}

.about-block__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-block__text {
  font-size: 14px;
  line-height: 1.55;
  color: #4a4a4a;
}

.about-values {
  list-style: none;
  display: grid;
  gap: 12px;
}

.about-values li {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
}

.about-values strong {
  color: #1a1a1a;
}

@media (hover: hover) and (pointer: fine) {
  body {
    background: #000;
  }
}

.about-block__text + .about-block__text {
  margin-top: 10px;
}

.about-block__text a {
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-tap-highlight-color: transparent;
}

.about-values li strong {
  display: block;
  margin-bottom: 2px;
}
