/* =============================================
   DOMAIN SALE - dentsdisappear landing page
   /css/domain-sales.css
   ============================================= */

/* --- Hero --- */
#ds-hero {
  position: relative;
  margin: calc(4.4em + 2.3vw) auto 0 auto;
  padding: 4em 1.5em 5em 1.5em;
  max-width: 1200px;
  text-align: center;
  overflow: hidden;
}

#ds-hero h1 {
  font-family: 'ostrich_sansblack', sans-serif;
  font-size: 4em;
  letter-spacing: .15em;
  color: #fff;
  margin: 0 0 .15em 0;
  line-height: 1.1em;
}

#ds-hero h1 span {
  color: #d6424f;
}

#ds-hero .ds-tagline {
  font-size: 1.6em;
  color: #999;
  letter-spacing: .08em;
  margin-bottom: 1.8em;
}

#ds-hero .ds-badge {
  display: inline-block;
  border: 2px solid #d6424f;
  color: #d6424f;
  padding: .4em 1.6em;
  font-size: 1.3em;
  letter-spacing: .2em;
  text-transform: uppercase;
}

#ds-hero-img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Value Proposition --- */
#ds-value {
  margin: 4em auto;
  padding: 1em 1.5em;
  max-width: 1100px;
  text-align: center;
}

#ds-value h2 {
  font-family: 'ostrich_sansblack', sans-serif;
  font-size: 2.8em;
  letter-spacing: .15em;
  color: #ccc;
  margin-bottom: .8em;
}

#ds-value > p {
  font-size: 1.5em;
  color: #999;
  line-height: 1.5em;
  max-width: 800px;
  margin: 0 auto 1.8em auto;
}

/* --- Feature Cards --- */
.ds-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-top: 3em;
}

.ds-card {
  background: #111;
  border: 1px solid #222;
  padding: 2.5em 2em;
  width: 30em;
  max-width: 96%;
  text-align: left;
  transition: border-color .3s ease;
}

.ds-card:hover {
  border-color: #d6424f;
}

.ds-card h3 {
  font-family: 'ostrich_sansblack', sans-serif;
  font-size: 1.8em;
  letter-spacing: .12em;
  color: #ccc;
  margin: 0 0 .6em 0;
}

.ds-card p {
  font-size: 1.25em;
  color: #888;
  line-height: 1.5em;
  margin: 0;
}

/* --- Domain Showcase --- */
#ds-domain {
  margin: 5em auto;
  padding: 3em 1.5em;
  max-width: 900px;
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

#ds-domain .ds-domain-name {
  font-family: 'ostrich_sansblack', sans-serif;
  font-size: 3.6em;
  letter-spacing: .1em;
  color: #fff;
  margin: 0 0 .2em 0;
}

#ds-domain .ds-domain-ext {
  color: #d6424f;
}

#ds-domain .ds-domain-sub {
  font-size: 1.4em;
  color: #666;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

#ds-domain .ds-domain-desc {
  font-size: 1.35em;
  color: #999;
  line-height: 1.6em;
  max-width: 700px;
  margin: 0 auto;
}

/* --- Ideal For --- */
#ds-ideal {
  margin: 4em auto;
  padding: 1em 1.5em;
  max-width: 1100px;
}

#ds-ideal h2 {
  font-family: 'ostrich_sansblack', sans-serif;
  font-size: 2.8em;
  letter-spacing: .15em;
  color: #ccc;
  text-align: center;
  margin-bottom: .4em;
}

#ds-ideal > h3 {
  font-size: 1.4em;
  color: #888;
  text-align: center;
  line-height: 1.5em;
  max-width: 750px;
  margin: 0 auto 1.8em auto;
  font-weight: normal;
  letter-spacing: .03em;
}

.ds-ideal-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}

.ds-ideal-item {
  background: linear-gradient(135deg, #0e0e0e 0%, #151515 100%);
  border-left: 3px solid #d6424f;
  padding: 1.5em 2em;
  width: 30em;
  max-width: 96%;
}

.ds-ideal-item h3 {
  font-size: 1.3em;
  color: #ccc;
  margin: 0 0 .3em 0;
}

.ds-ideal-item p {
  font-size: 1.15em;
  color: #777;
  line-height: 1.4em;
  margin: 0;
}

/* --- CTA --- */
#ds-cta {
  margin: 5em auto 6em auto;
  padding: 3.5em 1.5em;
  max-width: 900px;
  text-align: center;
  background: linear-gradient(135deg, #111 0%, #0a0a0a 100%);
  border: 1px solid #222;
}

#ds-cta h2 {
  font-family: 'ostrich_sansblack', sans-serif;
  font-size: 2.6em;
  letter-spacing: .12em;
  color: #fff;
  margin: 0 0 .4em 0;
}

#ds-cta p {
  font-size: 1.3em;
  color: #888;
  margin: 0 0 1.8em 0;
  line-height: 1.5em;
}

.ds-cta-btn {
  display: inline-block;
  background: #d6424f;
  color: #fff;
  padding: .8em 3em;
  font-size: 1.3em;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease, transform .15s ease;
}

.ds-cta-btn:hover {
  background: #b83541;
  transform: translateY(-2px);
}

/* --- Responsive --- */
@media screen and (max-width: 600px) {
  #ds-hero h1 { font-size: 2.6em; }
  #ds-domain .ds-domain-name { font-size: 2.4em; }
  #ds-value h2,
  #ds-ideal h2 { font-size: 2.2em; }
  #ds-ideal > h3 { font-size: 1.2em; }
  #ds-cta h2 { font-size: 2em; }
}

@media screen and (min-width: 800px) {
  #ds-hero h1 { font-size: 5.5em; }
  .ds-card { max-width: 46%; }
  .ds-ideal-item { max-width: 46%; }
}