:root {
  color: #26383b;
  background: #f4f1eb;
  font-family: Georgia, "Times New Roman", serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(208, 185, 147, 0.22), transparent 38rem),
    #f4f1eb;
}

.page-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 2rem 1.25rem;
}

.message-card {
  width: min(100%, 42rem);
  padding: clamp(2.25rem, 7vw, 4.5rem);
  border: 1px solid rgba(38, 56, 59, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1.5rem 4rem rgba(38, 56, 59, 0.1);
  text-align: center;
}

.agency-name {
  margin: 0 0 1rem;
  color: #8a6f48;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #26383b;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 500;
  line-height: 1.08;
}

.divider {
  width: 4rem;
  height: 2px;
  margin: 1.75rem auto;
  background: #b69567;
}

p {
  margin: 0.75rem auto 0;
  max-width: 32rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.status-message {
  margin-top: 0;
  font-size: 1.12rem;
  font-weight: 600;
}
