@font-face {
  font-family: 'TikTok Sans';
  src: url('/fonts/TikTokSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  height: 100%;
  background: #F7F4EE;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 80px;
  font-family: 'TikTok Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.content {
  max-width: 560px;
  width: 100%;
}

.logo {
  height: 80px;
  display: block;
  margin-bottom: 64px;
}

.headline {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0A0A0A;
  margin: 0 0 40px;
}

.headline p {
  margin: 0 0 12px;
}

.cta {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 12px;
  background: #EE481E;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 32px;
}

.bullets {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0;
  color: #0A0A0A;
  margin: 0;
}

.bullets .dot {
  color: #EE481E;
  padding: 0 6px;
}

@media (max-width: 640px) {
  body { padding: 40px 24px; }
  .logo { height: 56px; margin-bottom: 28px; }
  .headline { font-size: 28px; margin-bottom: 28px; }
  .cta { font-size: 18px; padding: 10px 18px; margin-bottom: 24px; }
  .bullets { font-size: 16px; }
}
