
.site-closing {
  background: #221A2C;
  color: #C9BDD6;
  padding: 3rem 1rem 1.5rem;
}
.site-closing__inner { width: min(92%, 1200px); margin-inline: auto; }
.site-closing__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(217, 207, 226, 0.16);
}
.site-closing__pitch h2 { color: #ffffff; margin-bottom: 0.6rem; font-size: 1.9rem; }
.site-closing__pitch p { color: #B3A6C2; max-width: 46ch; margin-bottom: 1.35rem; }
.site-closing form { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.site-closing__input {
  flex: 1 1 180px;
  height: 50px;
  padding: 0 0.9rem;
  border: 1px solid rgba(217, 207, 226, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-closing__input::placeholder { color: #9A8BAB; }
.site-closing__input:focus { outline: none; border-color: #E9A46F; box-shadow: 0 0 0 4px rgba(233, 164, 111, 0.18); }
.site-closing__consent { font-size: 0.75rem; color: #9A8BAB; margin-top: 0.7rem; max-width: 46ch; }
.site-closing__consent a { color: #E9A46F; text-decoration: underline; text-underline-offset: 3px; }

.site-closing__columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.site-closing__col h3 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E9A46F;
  margin-bottom: 0.85rem;
}
.site-closing__col li { margin-bottom: 0.5rem; }
.site-closing__col a { font-size: 0.9375rem; color: #C9BDD6; transition: color 0.3s ease; }
.site-closing__col a:hover { color: #ffffff; }

.site-closing__middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(217, 207, 226, 0.16);
}
.site-closing__seller { font-size: 0.875rem; line-height: 1.7; }
.site-closing__seller b { display: block; color: #ffffff; font-family: 'Merriweather', Georgia, serif; margin-bottom: 0.4rem; }
.site-closing__seller address { font-style: normal; color: #B3A6C2; }
.site-closing__seller a { color: #E9A46F; text-decoration: underline; text-underline-offset: 3px; }
.site-closing__reach { font-size: 0.875rem; line-height: 1.8; }
.site-closing__reach b { display: block; color: #ffffff; font-family: 'Merriweather', Georgia, serif; margin-bottom: 0.4rem; }
.site-closing__reach a { color: #E9A46F; text-decoration: underline; text-underline-offset: 3px; }

.site-closing__disclaimer {
  font-size: 0.8125rem;
  color: #9A8BAB;
  padding: 1.35rem 0 0.75rem;
  max-width: 92ch;
  line-height: 1.65;
}
.site-closing__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  font-size: 0.8125rem;
  color: #9A8BAB;
}
.site-closing__legal { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; align-items: center; }
.site-closing__legal a { color: #C9BDD6; transition: color 0.3s ease; }
.site-closing__legal a:hover { color: #ffffff; }
.site-closing__mark { height: 2rem; width: auto; margin-bottom: 0.9rem; }

@media (max-width: 1024px) {
  .site-closing__inner { width: min(94%, 750px); }
}

@media (max-width: 768px) {
  .site-closing { padding: 2.25rem 1rem 1.25rem; }
  .site-closing__inner { width: 100%; }
  .site-closing__top { grid-template-columns: 1fr; gap: 1.75rem; }
  .site-closing__middle { grid-template-columns: 1fr; gap: 1.25rem; }
  .site-closing__pitch h2 { font-size: 1.5rem; }
  .site-closing__bar { flex-direction: column; align-items: flex-start; }
}


.footer__content { row-gap: 0.5rem; }


.site-closing__bar .cc-footer-separator { display: none; }
