@font-face {
  font-family: "Inter Local";
  src: local("Inter"), local("Arial");
  font-display: swap;
}

:root {
  --blue: #3d74f4;
  --blue-dark: #2458d4;
  --ink: #20242c;
  --muted: #59616d;
  --line: rgba(32, 36, 44, 0.15);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #e9e6dd url("/clouds-bg.jpg") center top / cover fixed no-repeat;
  color: var(--ink);
  font-family: "Inter Local", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  font-weight: 700;
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(32,36,44,.10);
  background: rgba(250, 248, 242, 0.38);
  backdrop-filter: blur(12px) saturate(1.1);
}
.header-inner,
.footer-inner {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}
.brand img { width: 46px; height: 46px; object-fit: contain; }
.market { color: rgba(32,36,44,.68); font-size: 0.84rem; font-weight: 680; }
.holding {
  min-height: calc(100vh - 144px);
  padding: 48px 20px 68px;
}
.glow { display: none; }
.holding-inner { width: min(680px, 100%); margin: 0 auto; }
.capacity-layout { display: grid; gap: 30px; }
.intro-copy { text-align: center; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(32,36,44,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  padding: 7px 12px;
  color: #3b4554;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.status span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
h1 {
  margin: 20px auto 15px;
  max-width: 650px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
.lead {
  margin: 0 auto;
  max-width: 590px;
  color: rgba(32,36,44,.72);
  font-size: clamp(1rem, 1.7vw, 1.1rem);
  line-height: 1.65;
}
.form-card {
  border: 1px solid rgba(32,36,44,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 22px 55px rgba(43,52,68,.12);
  padding: clamp(24px, 4vw, 34px);
  backdrop-filter: blur(18px) saturate(1.08);
}
.form-eyebrow {
  margin: 0 0 6px;
  color: var(--blue-dark);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.form-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.form-intro { margin: 9px 0 21px; color: var(--muted); font-size: 0.86rem; line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.full-field { grid-column: 1 / -1; }
.field { min-width: 0; }
.field label { display: block; margin: 0 0 6px; font-size: 0.75rem; font-weight: 760; }
.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(32,36,44,.16);
  border-radius: 10px;
  background: rgba(255,255,255,.76);
  color: var(--ink);
  padding: 10px 11px;
  font-size: 0.86rem;
  line-height: 1.35;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.field textarea { min-height: 82px; resize: vertical; }
.field input::placeholder,
.field textarea::placeholder { color: #858d99; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(61,116,244,.11);
}
.field [aria-invalid="true"] { border-color: #b82c3b; box-shadow: 0 0 0 3px rgba(184,44,59,.09); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 15px 0 13px;
  color: #68707d;
  font-size: 0.67rem;
  line-height: 1.48;
  cursor: pointer;
}
.consent input { flex: 0 0 auto; width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--blue); }
#submit-button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  padding: 11px 20px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 11px 24px -15px rgba(36,88,212,.9);
  transition: background 160ms ease, transform 160ms ease;
}
#submit-button:hover { background: var(--blue-dark); transform: translateY(-1px); }
#submit-button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-message { margin: 0 0 11px; border-radius: 10px; padding: 9px 11px; font-size: 0.78rem; line-height: 1.45; }
.error-message { background: #fff0f1; color: #9c2130; }
.success-state { padding: 34px 8px 25px; text-align: center; }
.success-check {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(61,116,244,.11);
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 900;
}
.success-state p { max-width: 370px; margin: 11px auto 0; color: var(--muted); line-height: 1.62; }
.existing-inline {
  margin: 15px 0 -5px;
  text-align: center;
  color: #666e7a;
  font-size: 0.73rem;
}
.existing-inline a { color: var(--blue-dark); font-weight: 800; text-underline-offset: 3px; }
footer {
  border-top: 1px solid rgba(32,36,44,.10);
  background: rgba(250,248,242,.44);
  backdrop-filter: blur(10px);
}
.footer-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(32,36,44,.62);
  font-size: 0.78rem;
}
:focus-visible { outline: 3px solid rgba(61,116,244,.42); outline-offset: 4px; }
[hidden] { display: none !important; }
@media (max-width: 640px) {
  body { background-attachment: scroll; background-position: 46% top; }
  .header-inner, .footer-inner { width: min(100% - 30px, 1040px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 41px; height: 41px; }
  .brand span { font-size: 0.95rem; }
  .market { font-size: 0.76rem; }
  .holding { padding: 39px 14px 50px; }
  .capacity-layout { gap: 25px; }
  h1 { margin-top: 18px; font-size: clamp(2.35rem, 11.8vw, 3.35rem); }
  .lead { max-width: 355px; font-size: 0.95rem; line-height: 1.58; }
  .form-card { border-radius: 18px; padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .full-field { grid-column: auto; }
  .footer-inner { min-height: 84px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 5px; padding: 18px 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
