:root {
  color-scheme: light;
  font-family: 'Segoe UI', system-ui, sans-serif;
  color: #163b35;
  background: #f5f4ee;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #ad5a13;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.visually-hidden,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: 10px;
  left: 16px;
  padding: 12px;
  background: white;
  z-index: 2;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header,
main {
  max-width: 1320px;
  margin: auto;
  padding-inline: 56px;
}
.site-header {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d7ddd2;
}
.brand {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 12px;
  align-items: center;
  text-decoration: none;
  font-weight: 750;
  font-size: 22px;
  letter-spacing: -0.7px;
}
.brand-mark {
  grid-row: span 2;
  border-radius: 12px 12px 12px 3px;
  background: #184b3e;
  color: #e5efb5;
  width: 40px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 27px;
}
.brand-byline {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 2px;
}
.header-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding-block: 14px;
}
.header-link span {
  margin-left: 12px;
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 490px);
  gap: 70px;
  align-items: start;
  padding: 65px 0 60px;
}
.intro {
  padding-top: 14px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.8;
}
.intro .eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.eyebrow > span {
  display: inline-block;
  flex: 0 0 7px;
  height: 7px;
  border-radius: 50%;
  background: #738c42;
  margin-top: 5px;
}
h1 {
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1.06;
  letter-spacing: -2.7px;
  font-weight: 650;
  margin: 27px 0 26px;
}
h1 em {
  display: block;
  font-style: normal;
  color: #477052;
  margin-top: 12px;
}
p {
  line-height: 1.6;
}
.intro-copy {
  font-size: 17px;
  max-width: 490px;
  color: #506258;
}
.process {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid #ced8ca;
}
.process h2 {
  font-size: 17px;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
}
.process ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 24px;
}
.step-number {
  flex: 0 0 31px;
  height: 31px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #cad4c2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #517144;
}
.process h3 {
  font-size: 14px;
  margin: 2px 0 4px;
}
.process p {
  font-size: 13px;
  margin: 0;
  color: #59695d;
  max-width: 370px;
}
.aside-note {
  font-size: 12px;
  color: #5f6c60;
  margin-top: 32px;
}
.request-panel {
  background: #fff;
  border: 1px solid #dfe5d9;
  border-radius: 23px;
  padding: 30px 32px;
  box-shadow: 0 12px 50px #163b3508;
  min-width: 0;
}
.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5d7156;
}
.panel-symbol {
  display: grid;
  place-items: center;
  background: #e9efdb;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 19px;
}
.request-panel h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 16px 0 8px;
  line-height: 1.15;
}
.form-intro {
  color: #58665b;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 22px;
}
.status {
  font-size: 12px;
  line-height: 1.6;
  border-left: 3px solid #789450;
  background: #f0f4e8;
  padding: 10px 12px;
  margin: 16px 0;
  overflow-wrap: anywhere;
}
.status[data-state='error'],
.status[data-state='uncertain'] {
  background: #fff5e8;
  border-color: #a9601b;
  color: #734212;
}
fieldset {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
label {
  font-size: 12px;
  font-weight: 650;
  display: block;
  margin-top: 21px;
}
input:not([type='checkbox']),
textarea {
  display: block;
  width: 100%;
  border: 1px solid #becabe;
  color: #163b35;
  background: #fff;
  padding: 12px 13px;
  min-height: 47px;
  border-radius: 8px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
input::placeholder,
textarea::placeholder {
  color: #728075;
  opacity: 1;
}
input:disabled,
textarea:disabled {
  background: #f4f6f0;
  color: #5a685c;
  cursor: not-allowed;
}
textarea {
  resize: vertical;
  min-height: 135px;
}
.field-help {
  font-size: 11px;
  color: #5c6c61;
  line-height: 1.6;
  margin: 7px 0 0;
}
.optional {
  font-weight: 400;
  color: #697769;
  margin-left: 5px;
}
.privacy-note {
  margin-top: 24px;
  padding: 17px;
  background: #f5f7f0;
  border: 1px solid #e1e7d9;
  border-radius: 9px;
  overflow-wrap: anywhere;
}
.privacy-note h3 {
  font-size: 14px;
  margin: 0 0 8px;
}
.privacy-note p {
  font-size: 13px;
  margin-block: 8px;
  color: #4f6154;
}
.privacy-note h4 {
  font-size: 13px;
  margin: 18px 0 8px;
}
.privacy-note summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  padding-block: 8px;
}
.privacy-note a,
.checkbox-label a {
  color: #164c3d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy-note:focus {
  outline: 2px solid #164c3d;
  outline-offset: 3px;
}
#privacy-contact {
  font-weight: 650;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 18px;
  cursor: pointer;
}
input[type='checkbox'] {
  accent-color: #164c3d;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 49px;
  padding: 12px 16px;
  background: #194b3c;
  color: #fff;
  border: 1px solid #194b3c;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.primary {
  margin-top: 23px;
}
.primary span {
  margin-left: auto;
  font-size: 19px;
}
.button.secondary {
  background: #fff;
  color: #194b3c;
  margin-block: 12px;
}
.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.button:not(:disabled):hover {
  background: #103e30;
  color: #fff;
}
.submit-note {
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  color: #67766a;
  margin-bottom: 0;
}
.success {
  padding: 28px 0 16px;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e6f0d8;
  color: #305c37;
  font-size: 25px;
}
.success h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
}
.success p {
  font-size: 14px;
}
.success .reference-label {
  margin: 26px 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.reference {
  background: #f0f4e8;
  padding: 14px;
  border-radius: 8px;
  font-family: monospace;
  overflow-wrap: anywhere;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #d7ddd2;
  padding: 20px 0 30px;
  color: #5d6e61;
  font-size: 11px;
}
footer strong {
  color: #204b3e;
  font-size: 13px;
}
footer span {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .site-header,
  main {
    padding-inline: 30px;
  }
  .intro-grid {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  }
  h1 {
    letter-spacing: -1.8px;
  }
}
@media (max-width: 820px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 35px;
  }
  .intro {
    max-width: 650px;
  }
  h1 {
    font-size: 49px;
    max-width: 560px;
  }
  .intro-copy {
    max-width: 590px;
  }
  .process {
    margin-top: 28px;
  }
  .request-panel {
    max-width: 650px;
    width: 100%;
  }
  .aside-note {
    margin-top: 16px;
  }
  footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .site-header,
  main {
    padding-inline: 20px;
  }
  .site-header {
    min-height: 90px;
    gap: 12px;
  }
  .brand {
    font-size: 19px;
    grid-template-columns: 35px 1fr;
    gap: 0 8px;
  }
  .brand-mark {
    width: 35px;
    height: 39px;
  }
  .brand-byline {
    font-size: 9px;
  }
  .header-link {
    font-size: 11px;
  }
  .header-link span {
    display: none;
  }
  h1 {
    font-size: 40px;
    letter-spacing: -1.9px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .intro-copy {
    font-size: 16px;
  }
  .request-panel {
    padding: 23px 20px;
    border-radius: 17px;
  }
  .request-panel h2 {
    font-size: 27px;
  }
  footer p {
    margin-block: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
