/*
Theme Name: Sampliful Landing
Author: You
Version: 1.0
*/

body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  background: #0b0b0c;
  color: #fff;
}

h1, .logo {
  font-family: 'Playfair Display', serif;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 20px;
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  font-weight: bold;
}

.content {
  max-width: 600px;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

p {
  color: #aaa;
}

.cta {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  background: #6156EE;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.region-badge {
  margin-bottom: 20px;
  background: #222;
  padding: 6px 12px;
  border-radius: 999px;
}

.note {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}
