


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


@font-face {
  font-family: 'Windlass';
  src: url('../../fonts/Windlass.woff2') format('woff2'),
       url('../../fonts/Windlass.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PragRoman';
  src: url('../../fonts/PragRoman.woff2') format('woff2'),
       url('../../fonts/PragRoman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  background: #0d0d0d;
  color: #e8dfc8;
  font-family: 'PragRoman', Georgia, serif;
  min-height: 100vh;
}


.cs-back {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(184, 146, 42, 0.30);
  background: #0d0d0d;
}
.cs-back a {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #b8922a;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.cs-back a:hover { color: #e8c96a; text-decoration: underline; }


.cs-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}


.cs-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8922a;
  margin-bottom: 0.75rem;
}


.cs-heading {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  color: #f0e6c8;
  line-height: 1.2;
  margin-bottom: 1rem;
}


.cs-body {
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  color: #e8dfc8;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}


.cs-divider {
  border: none;
  border-top: 1px solid rgba(184, 146, 42, 0.25);
  margin: 2rem 0;
}


.cs-form {
  margin-top: 0.5rem;
}


.cs-cover {
  display: block;
  width: 180px;
  max-width: 100%;
  margin: 0 auto 2rem;
}


.cs-offer {
  font-family: 'PragRoman', Georgia, serif;
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: #c8bfa8;
  line-height: 1.7;
  margin-top: 1.25rem;
}
.cs-offer a {
  color: #b8922a;
  text-decoration: none;
}
.cs-offer a:hover {
  text-decoration: underline;
}


@media (max-width: 600px) {
  .cs-wrap { padding: 2rem 1rem 3rem; }
}
