:root {
  --aur-bg: #f4f0e7;
  --aur-paper: #fbf8f1;
  --aur-ink: #181815;
  --aur-muted: #68645b;
  --aur-line: rgba(24, 24, 21, 0.14);
  --aur-line-strong: rgba(24, 24, 21, 0.24);
  --aur-accent: #83745f;
  --aur-accent-soft: #d8cfbf;
  --aur-green: #63725c;
  --aur-danger: #9b4c42;
  --aur-shadow: 0 28px 80px rgba(41, 35, 26, 0.09);
  --aur-radius: 26px;
  --aur-heading: "Plus Jakarta Sans", Arial, sans-serif;
  --aur-body: "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--aur-bg);
  color: var(--aur-ink);
  font-family: var(--aur-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input, textarea { font: inherit; }

.aur-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--aur-ink);
  color: #fff;
  text-decoration: none;
}
.aur-skip-link:focus { transform: translateY(0); }

.aur-shell {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.aur-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--aur-line);
  background: rgba(244, 240, 231, 0.88);
  backdrop-filter: blur(14px);
}
.aur-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.aur-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.aur-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--aur-line-strong);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
}
.aur-brand-copy { display: grid; gap: 1px; }
.aur-brand-copy strong {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.aur-brand-copy small {
  color: #575248;
  font-size: 10.5px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
.aur-nav { display: flex; align-items: center; gap: 28px; }
.aur-nav a {
  position: relative;
  color: var(--aur-muted);
  font-family: var(--aur-heading);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.aur-nav a[aria-current="page"] { color: var(--aur-ink); }
.aur-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: currentColor;
}

.aur-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
}
.aur-hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -180px;
  top: -260px;
  border: 1px solid rgba(131, 116, 95, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(131, 116, 95, 0.035), 0 0 0 108px rgba(131, 116, 95, 0.025);
  pointer-events: none;
}
.aur-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  gap: 88px;
  align-items: end;
}
.aur-eyebrow, .aur-panel-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--aur-accent);
  font-family: var(--aur-heading);
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.aur-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.5vw, 110px);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.06em;
}
.aur-hero h1 em {
  display: block;
  color: var(--aur-accent);
  font-weight: 400;
}
.aur-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: var(--aur-muted);
  font-size: 17px;
  line-height: 1.75;
}
.aur-status-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 700px;
  margin-top: 36px;
}
.aur-status-card {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid var(--aur-line);
  border-radius: 16px;
  background: rgba(251, 248, 241, 0.64);
}
.aur-status-card div { display: grid; gap: 2px; }
.aur-status-card strong { font-size: 12px; line-height: 1.35; }
.aur-status-card span:not(.aur-status-dot):not(.aur-status-icon) { color: var(--aur-muted); font-size: 11px; line-height: 1.45; }
.aur-status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--aur-green);
  box-shadow: 0 0 0 5px rgba(99, 114, 92, 0.12);
}
.aur-status-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--aur-line-strong);
  border-radius: 50%;
  font-size: 14px;
}

.aur-support-policy {
  padding: 32px 30px;
  border: 1px solid var(--aur-line);
  border-radius: var(--aur-radius);
  background: rgba(251, 248, 241, 0.78);
  box-shadow: var(--aur-shadow);
}
.aur-support-policy h2 {
  margin: 0 0 22px;
  font-family: var(--aur-heading);
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.035em;
}
.aur-support-policy ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aur-support-policy li {
  position: relative;
  padding-left: 22px;
  color: var(--aur-muted);
  font-size: 13px;
  line-height: 1.55;
}
.aur-support-policy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aur-accent);
}
.aur-policy-divider { height: 1px; margin: 25px 0 22px; background: var(--aur-line); }
.aur-support-policy h3 { margin: 0 0 8px; font-size: 13px; line-height: 1.4; }
.aur-support-policy p { margin: 0; color: #5d594f; font-size: 13px; line-height: 1.65; }

.aur-form-section {
  padding: 90px 0 110px;
  background: var(--aur-ink);
  color: #f7f3ea;
}
.aur-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: start;
}
.aur-form-intro { position: sticky; top: 36px; padding-top: 20px; }
.aur-form-intro .aur-eyebrow { color: #b6a78e; }
.aur-form-intro h2 {
  margin: 0;
  color: #f7f3ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.aur-form-intro > p { max-width: 410px; margin: 24px 0 0; color: rgba(247,243,234,.64); font-size: 14px; line-height: 1.75; }
.aur-help-list { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid rgba(247,243,234,.14); }
.aur-help-list div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(247,243,234,.14); }
.aur-help-list span { color: #d0c2aa; font-family: var(--aur-heading); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.aur-help-list p { margin: 0; color: rgba(247,243,234,.80); font-size: 12px; line-height: 1.6; }

.aur-form-card {
  padding: 40px;
  border: 1px solid rgba(247,243,234,.14);
  border-radius: 30px;
  background: #f7f3ea;
  color: var(--aur-ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.aur-alert {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.55;
}
.aur-alert-success { background: rgba(99,114,92,.12); border: 1px solid rgba(99,114,92,.26); }
.aur-alert-error { background: rgba(155,76,66,.09); border: 1px solid rgba(155,76,66,.24); }
.aur-alert span { color: var(--aur-muted); }
.aur-alert code { width: fit-content; margin-top: 5px; padding: 3px 6px; border-radius: 6px; background: rgba(24,24,21,.07); font-size: 11px; }

.aur-fields-two { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.aur-field { margin-bottom: 20px; }
.aur-field label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--aur-heading);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .04em;
}
.aur-field label span { color: var(--aur-danger); }
.aur-field input[type="text"],
.aur-field input[type="email"],
.aur-field input[type="url"],
.aur-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid rgba(24,24,21,.18);
  border-radius: 12px;
  outline: 0;
  background: rgba(255,255,255,.58);
  color: var(--aur-ink);
  font-size: 13px;
  line-height: 1.55;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.aur-field textarea { min-height: 180px; resize: vertical; }
.aur-field input:focus, .aur-field textarea:focus {
  border-color: var(--aur-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(131,116,95,.12);
}
.aur-field input::placeholder, .aur-field textarea::placeholder { color: rgba(24,24,21,.43); }
.aur-field small { display: block; margin-top: 7px; color: var(--aur-muted); font-size: 10.5px; line-height: 1.5; }
.aur-field code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .95em; }
.aur-field-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; color: var(--aur-muted); font-size: 10px; line-height: 1.4; }

.aur-upload {
  position: relative;
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px dashed rgba(24,24,21,.32);
  border-radius: 14px;
  background: rgba(255,255,255,.34);
  text-align: center;
  overflow: hidden;
}
.aur-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.aur-upload:focus-within { outline: 2px solid var(--aur-accent); outline-offset: 3px; }
.aur-upload-copy { display: grid; gap: 5px; pointer-events: none; }
.aur-upload-copy strong { font-size: 12px; }
.aur-upload-copy span { color: var(--aur-muted); font-size: 10.5px; }

.aur-privacy-note { margin: 2px 0 22px; color: var(--aur-muted); font-size: 10.5px; line-height: 1.65; }
.aur-privacy-note a { text-decoration: underline; text-underline-offset: 3px; }
.aur-submit {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid var(--aur-ink);
  border-radius: 999px;
  background: var(--aur-ink);
  color: #fff;
  cursor: pointer;
  font-family: var(--aur-heading);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.aur-submit:hover { transform: translateY(-2px); background: var(--aur-accent); border-color: var(--aur-accent); }
.aur-submit:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.aur-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.aur-footer { padding: 34px 0; border-top: 1px solid var(--aur-line); background: var(--aur-bg); }
.aur-footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.aur-footer-inner > div:first-child { display: grid; gap: 3px; }
.aur-footer strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.aur-footer span { color: var(--aur-muted); font-size: 10.5px; }
.aur-footer-links { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-end; }
.aur-footer-links a { color: var(--aur-muted); font-size: 10.5px; text-decoration: none; }
.aur-footer-links a:hover { color: var(--aur-ink); }

@media (max-width: 960px) {
  .aur-hero-grid, .aur-form-layout { grid-template-columns: 1fr; gap: 50px; }
  .aur-support-policy { max-width: 720px; }
  .aur-form-intro { position: static; }
  .aur-form-intro > p { max-width: 640px; }
}

@media (max-width: 680px) {
  .aur-shell { width: min(100% - 32px, 1240px); }
  .aur-header-inner { min-height: 72px; }
  .aur-brand-copy small { display: none; }
  .aur-brand-mark { width: 36px; height: 36px; font-size: 19px; }
  .aur-brand-copy strong { font-size: 21px; }
  .aur-nav { gap: 16px; }
  .aur-nav a { font-size: 10px; }
  .aur-hero { padding: 64px 0 62px; }
  .aur-hero h1 { font-size: clamp(50px, 16vw, 76px); }
  .aur-lead { font-size: 15px; line-height: 1.7; }
  .aur-status-row { grid-template-columns: 1fr; }
  .aur-support-policy { padding: 26px 22px; }
  .aur-form-section { padding: 66px 0 76px; }
  .aur-form-layout { gap: 38px; }
  .aur-form-card { padding: 24px 18px; border-radius: 22px; }
  .aur-fields-two { grid-template-columns: 1fr; gap: 0; }
  .aur-field-meta { flex-direction: column; gap: 4px; }
  .aur-footer-inner { flex-direction: column; align-items: flex-start; }
  .aur-footer-links { justify-content: flex-start; gap: 14px; }
}
