body {
  font-family: "Segoe UI", sans-serif;
  background: #f8f8f8;
  padding: 20px;
}

.brainysheets-container {
  background: white;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-width: 850px;
  margin: auto;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.cute-image {
  position: absolute;
  top: 15px;
  right: 15px;
}
.cute-image img {
  width: 60px;
  height: 60px;
}

.form-group, .user-info, .coupon-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

label {
  flex: 1 1 200px;
}

input, select {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  margin-top: 5px;
}

.action-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

button {
  background: #0053ba;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
}
button:hover {
  background: #003e90;
}

.question-stack {
  margin-top: 20px;
}
.question {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#timer {
  font-size: 18px;
  margin-bottom: 15px;
  color: #d9534f;
}

.paywall {
  margin-top: 30px;
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 4px;
}

.purchase-buttons button {
  margin: 5px 0;
  width: 100%;
}

.coffee {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
