/* Email verification success page — Kula Eats */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #ffffff;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.page {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #ef3c23;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #2d2d2d;
}

.subtitle {
  font-size: 1rem;
  color: #666666;
  margin: 0 0 24px;
  line-height: 1.5;
}

.info-box {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px 18px;
  font-size: 0.9375rem;
  color: #555555;
  line-height: 1.6;
  text-align: center;
}

.brand-footer {
  margin-top: 32px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ef3c23;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef3c23;
}
