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

body {
  margin: 0;
  padding: 0;
  background: #FAF9F5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1A1A1A;
}

.page {
  max-width: 440px;
  margin: 0 auto;
  padding: 16px 24px 48px;
}

.lang-row {
  display: flex;
  justify-content: flex-end;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 4px;
  color: #6B6B6B;
  font-size: 14px;
  text-decoration: none;
}

.logo-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #FBEFEA;
  border: 1px solid #d9d2c7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 24px;
}

.logo-wrap img {
  width: 72px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.eyebrow {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #6B6B6B;
  margin: 0 0 12px;
}

h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
  color: #1A1A1A;
  margin: 0 0 16px;
}

@media (max-width: 360px) {
  h1 {
    font-size: 22px;
  }
}

.sub {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #6B6B6B;
  margin: 0 0 32px;
}

.merchant-card {
  background: #FFFFFF;
  border: 0.5px solid #d9d2c7;
  border-radius: 16px;
  padding: 18px;
  margin: 0 0 24px;
}

.merchant-card h2 {
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 6px;
}

.merchant-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #6B6B6B;
  margin: 0 0 16px;
}

.merchant-card .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  background: #D9622E;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

.note {
  text-align: center;
  font-size: 12px;
  color: #6B6B6B;
  margin: 0 0 32px;
}

hr {
  border: none;
  border-top: 0.5px solid #d9d2c7;
  margin: 0 0 20px;
}

.instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  font-size: 14px;
  color: #B64D23;
  text-decoration: none;
}
