:root {
  --green: #0f5132;
  --green-deep: #073821;
  --green-soft: #e6f0ea;
  --gold: #d4af37;
  --gold-deep: #9f7921;
  --paper: #fffdf8;
  --warm: #f6f0e3;
  --ink: #17251d;
  --muted: #53665a;
  --line: #ddcfad;
  --danger: #8d2f27;
  --shadow: 0 18px 45px rgba(7, 56, 33, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid rgba(15, 81, 50, 0.12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-link,
.site-nav,
.hero-actions,
.check-row,
.site-footer {
  align-items: center;
  display: flex;
}

.brand-link {
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--green);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 8px;
  color: var(--gold);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.site-nav {
  gap: 8px;
}

.site-nav a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 12px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--green-soft);
  color: var(--green);
  outline: none;
}

.site-nav .app-link {
  background: var(--green);
  color: var(--paper);
}

.hero {
  min-height: calc(100vh - 72px);
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 31, 20, 0.88) 0%, rgba(5, 31, 20, 0.72) 42%, rgba(5, 31, 20, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 31, 20, 0.28), rgba(5, 31, 20, 0.1));
}

.hero-content {
  color: var(--paper);
  max-width: 740px;
  padding: clamp(62px, 10vw, 132px) clamp(22px, 6vw, 78px) 72px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
  margin-bottom: 14px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.tagline {
  color: #f6d36d;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-copy {
  font-size: clamp(18px, 2vw, 22px);
  max-width: 620px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: #1b1607;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #e5c456;
}

.button.secondary {
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.56);
  color: var(--paper);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 253, 248, 0.2);
}

.section {
  padding: clamp(56px, 7vw, 94px) clamp(18px, 4vw, 54px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.intro-band,
.split-band {
  background: var(--green);
  color: var(--paper);
}

.intro-band p,
.split-band p {
  color: rgba(255, 253, 248, 0.88);
  font-size: 18px;
}

.two-column {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.section-heading {
  margin-bottom: 28px;
  max-width: 760px;
}

.feature-grid,
.policy-grid {
  display: grid;
  gap: 14px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.request-form,
.policy-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 81, 50, 0.08);
}

.feature-card {
  padding: 22px;
}

.step {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 34px;
}

.feature-card p,
.policy-grid p,
.request-form p,
.plain-list {
  color: var(--muted);
}

.copy-stack p {
  font-size: 18px;
}

.beta-section {
  background: var(--warm);
}

.beta-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
}

.plain-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.plain-list li {
  border-top: 1px solid rgba(15, 81, 50, 0.18);
  padding: 11px 0;
}

.request-form {
  padding: 24px;
}

.form-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
  padding-bottom: 14px;
}

label {
  color: var(--green);
  display: grid;
  font-size: 14px;
  font-weight: 900;
  gap: 7px;
  margin-bottom: 14px;
}

input,
select,
textarea {
  border: 1px solid #cfc2a2;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 81, 50, 0.14);
  outline: none;
}

.check-row {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-weight: 700;
  gap: 10px;
}

.check-row input {
  min-height: 18px;
  width: 18px;
}

.hidden-field {
  display: none;
}

.submit-button {
  width: 100%;
}

.form-status {
  font-weight: 800;
  margin: 12px 0 0;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: var(--danger);
}

.existing-user {
  color: var(--green);
  display: block;
  font-weight: 900;
  margin-top: 14px;
  text-align: center;
}

.policy-grid {
  grid-template-columns: repeat(3, 1fr);
}

.policy-grid article {
  padding: 20px;
}

.site-footer {
  background: var(--green-deep);
  color: var(--paper);
  justify-content: space-between;
  padding: 26px clamp(18px, 4vw, 54px);
}

.site-footer p {
  color: rgba(255, 253, 248, 0.76);
  margin: 4px 0 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .hero {
    min-height: 760px;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(5, 31, 20, 0.9) 0%, rgba(5, 31, 20, 0.74) 58%, rgba(5, 31, 20, 0.35) 100%);
  }

  .hero-content {
    padding-top: 82px;
  }

  .two-column,
  .beta-layout,
  .feature-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: auto;
    padding: 12px 14px;
  }

  .brand-link {
    font-size: 15px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .request-form {
    padding: 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}
