* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0a0a0a;
  color: #e0e0e0;
  line-height: 1.7;
}

a {
  color: #f5a623;
  text-decoration: none;
}

/* Layout */
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  background: #111;
  border-bottom: 3px solid #f5a623;
  padding: 18px 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f5a623;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.availability {
  font-size: 0.8rem;
  color: #666;
  white-space: nowrap;
  text-decoration: none;
}

.availability:hover {
  color: #f5a623;
}

/* Ad slot top */
.ad-top {
  background: #111;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #222;
  min-height: 50px;
}

/* Hero */
.hero {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 1px solid #222;
}

.hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.25;
}

.tagline {
  font-size: 1rem;
  color: #777;
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
}

/* Acquisition block */
.acquisition {
  background: #0f0f0f;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 18px 0;
}

.acquisition .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.ideal-for {
  font-size: 0.9rem;
  color: #888;
  margin: 0;
}

.acq-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #f5a623;
  white-space: nowrap;
  text-decoration: none;
}

.acq-link:hover {
  text-decoration: underline;
}

/* Uses list */
.uses-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.uses-list li {
  font-size: 0.88rem;
  color: #ccc;
  background: #111;
  border: 1px solid #2a2a2a;
  padding: 6px 14px;
  border-radius: 20px;
}

/* Ad slot middle */
.ad-middle {
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #222;
  min-height: 50px;
}

/* Content sections */
.content {
  padding: 50px 0;
}

.section {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #1e1e1e;
}

.section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f5a623;
  margin-bottom: 12px;
}

.section p {
  color: #ccc;
  font-size: 1rem;
}

/* Resource links */
.resource-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resource-list li {
  font-size: 0.95rem;
  color: #aaa;
  padding: 12px 16px;
  background: #111;
  border: 1px solid #222;
  border-radius: 4px;
}

.resource-list li a {
  color: #f5a623;
  font-weight: 600;
}

.resource-list li a:hover {
  text-decoration: underline;
}

/* Ad slot bottom */
.ad-bottom {
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #222;
  min-height: 50px;
}

/* Related domains */
.related {
  background: #0f0f0f;
  border-top: 1px solid #1e1e1e;
  padding: 36px 0;
}

.related h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.related ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.related ul li a {
  font-size: 0.9rem;
  color: #f5a623;
  border: 1px solid #2a2a2a;
  padding: 6px 14px;
  border-radius: 4px;
  transition: border-color 0.2s;
}

.related ul li a:hover {
  border-color: #f5a623;
}

/* CTA Footer */
footer.cta {
  background: #111;
  border-top: 3px solid #f5a623;
  padding: 48px 0 32px;
  text-align: center;
}

footer.cta h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

footer.cta p {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background: #f5a623;
  color: #000;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  transition: background 0.2s;
}

.cta-button:hover {
  background: #e09516;
}

.footer-copy {
  font-size: 0.8rem;
  color: #444;
  margin-bottom: 0;
}

/* Availability banner */
.availability-banner {
  background: #f5a623;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Buyer intro */
.buyer-intro {
  padding: 40px 0 32px;
  background: #0f0f0f;
  border-bottom: 1px solid #1e1e1e;
}

.buyer-intro p {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 24px;
}

.cta-button-inline {
  display: inline-block;
  background: transparent;
  color: #f5a623;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 4px;
  border: 2px solid #f5a623;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s;
}

.cta-button-inline:hover {
  background: #f5a623;
  color: #000;
}

/* Why this domain works */
.why-section {
  padding: 48px 0;
  border-bottom: 1px solid #1e1e1e;
}

.why-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f5a623;
  margin-bottom: 16px;
}

.why-section p,
.why-section .why-body {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.8;
}

.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.why-list li {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 16px;
  border-left: 2px solid #f5a623;
}

.why-list li strong {
  color: #ffffff;
}

/* Uses section (standalone, outside .content) */
.uses-section {
  padding: 40px 0;
  background: #0f0f0f;
  border-bottom: 1px solid #1e1e1e;
}

.uses-section h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

/* Mobile */
@media (max-width: 600px) {
  .hero h1 { font-size: 1.6rem; }
  .hero { padding: 40px 0 30px; }
  header .container { flex-direction: column; align-items: flex-start; gap: 6px; }
  .availability { white-space: normal; }
  .related ul { flex-direction: column; }
}
