/* nemoclaw.jp domain-for-sale banner & landing page styles */

/* Top banner (全ページ表示・サイズ控えめ + 色は派手版) */
.domain-sale-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 16px;
  background: linear-gradient(90deg, #ef4444, #f59e0b);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.15s;
}
.domain-sale-bar:hover { opacity: 0.92; color: #fff; }
.domain-sale-bar-tag {
  background: #fff;
  color: #ef4444;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.domain-sale-bar-arrow { font-size: 13px; font-weight: 700; }
@media (max-width: 600px) {
  .domain-sale-bar { font-size: 11px; padding: 4px 10px; gap: 6px; }
  .domain-sale-bar-text { flex: 1; text-align: left; }
}

/* For-sale landing page */
body.domain-sale-page {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin: 0;
  background: #f8fafc;
  color: #1e293b;
  line-height: 1.6;
}
.ds-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  text-align: center;
}
.ds-art {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #6366F1, #EC4899);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}
.ds-wrap h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ds-tagline { font-size: 18px; font-weight: 600; color: #475569; margin: 0 0 16px; }
.ds-desc { font-size: 15px; color: #64748b; margin: 0 0 40px; }
.ds-desc code {
  background: #e2e8f0;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 13px;
}

/* Form */
.ds-form {
  text-align: left;
  background: #fff;
  padding: 32px 28px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.ds-form input.honeypot { display: none !important; }
.ds-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}
.ds-form input[type="text"],
.ds-form input[type="email"],
.ds-form textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  font-family: inherit;
  margin-top: 6px;
  box-sizing: border-box;
}
.ds-form textarea { resize: vertical; min-height: 90px; }
.ds-form input:focus, .ds-form textarea:focus {
  outline: none;
  border-color: #6366F1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}
.ds-form button {
  display: block;
  width: 100%;
  padding: 14px;
  background: #6366F1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
}
.ds-form button:hover { background: #4F46E5; }

.ds-back { margin-top: 32px; }
.ds-back a { color: #6366F1; font-weight: 600; text-decoration: none; }
.ds-back a:hover { text-decoration: underline; }

.ds-footer {
  margin-top: 40px;
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
}
.ds-footer a { color: #64748b; text-decoration: none; }
.ds-footer a:hover { color: #6366F1; text-decoration: underline; }

.ds-thanks-check { width: 80px; height: 80px; margin: 0 auto 24px; }
.ds-thanks-check svg { width: 100%; height: 100%; display: block; }

@media (max-width: 480px) {
  .ds-wrap { padding: 32px 16px 48px; }
  .ds-form { padding: 24px 20px; }
  .ds-wrap h1 { font-size: 30px; }
}
