* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background: #0a0a0a;
  color: #e0e0e0;
  line-height: 1.6;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px;
}

.hero {
  text-align: center;
  padding: 60px 24px;
}

.hero h1 {
  font-size: 2.5rem;
  color: #ff6b35;
  margin-bottom: 8px;
}

.hero .tagline {
  font-size: 1.1rem;
  color: #aaa;
  margin-bottom: 32px;
}

.cta-box {
  background: #1a1a1a;
  border: 2px solid #ff6b35;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin-bottom: 32px;
}

.cta-box .instruction {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.cta-box .phone {
  font-size: 2rem;
  font-weight: bold;
  color: #ff6b35;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.cta-box .phone a {
  color: #ff6b35;
  text-decoration: none;
}

.cta-box .phone a:hover {
  text-decoration: underline;
}

.cta-box .hint {
  font-size: 0.9rem;
  color: #888;
}

.disclosure {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}

.disclosure a {
  color: #888;
  text-decoration: underline;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.step {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-num {
  background: #ff6b35;
  color: #000;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-text h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 4px;
}

.step-text p {
  color: #aaa;
  font-size: 0.9rem;
}

.footer {
  text-align: center;
  padding: 32px 0;
  border-top: 1px solid #222;
  font-size: 0.8rem;
  color: #555;
}

.footer a {
  color: #888;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Legal pages */
.legal {
  padding: 40px 24px;
  max-width: 640px;
  margin: 0 auto;
}

.legal h1 {
  color: #ff6b35;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.legal .updated {
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 32px;
}

.legal h2 {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 24px;
  margin-bottom: 8px;
}

.legal p, .legal ul {
  color: #ccc;
  margin-bottom: 12px;
}

.legal ul {
  padding-left: 24px;
}

.legal li {
  margin-bottom: 6px;
}

.legal a {
  color: #ff6b35;
  text-decoration: none;
}

.legal a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: #888;
  text-decoration: none;
  font-size: 0.9rem;
}

.back-link:hover {
  color: #ff6b35;
}
