body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #07111f;
  color: #ffffff;
}

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 28px;
}

.eyebrow {
  color: #7fb4ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  margin-bottom: 20px;
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.95;
  margin: 0 0 24px;
  letter-spacing: -0.05em;
}

.intro {
  color: #c6d4e8;
  max-width: 660px;
  font-size: 20px;
  line-height: 1.5;
}

.ask-box {
  margin-top: 42px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 18px;
}

textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  font-family: inherit;
}

textarea::placeholder {
  color: #8190a6;
}

button {
  margin-top: 16px;
  background: #2f80ed;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

button:disabled {
  opacity: 0.5;
  cursor: wait;
}

.response {
  margin-top: 48px;
  background: #ffffff;
  color: #101828;
  border-radius: 24px;
  padding: 32px;
  line-height: 1.6;
  font-size: 18px;
}

.response h2 {
  margin-top: 0;
}

.hidden {
  display: none;
}
#answer p {
  margin: 0 0 1.2em;
  line-height: 1.7;
}

#answer p:last-child {
  margin-bottom: 0;
}
#answer p {
  margin: 0 0 1.2em;
  line-height: 1.7;
}

#answer p:last-child {
  margin-bottom: 0;
}

html,
body {
  overflow-x: hidden;
}