:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #243829;
  background: #f5f4ef;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
header {
  max-width: 1040px;
  margin: auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dddfd4;
}
.brand {
  color: #294d32;
  text-decoration: none;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}
.brand span {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
}
.delivery-brand {
  font-size: 12px;
  color: #617162;
}
.delivery-brand b {
  display: block;
  font-size: 19px;
  color: #286b28;
  margin-top: 5px;
}
main {
  max-width: 740px;
  margin: 48px auto;
  padding: 0 24px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  color: #638062;
  font-weight: 700;
}
h1 {
  font-size: clamp(38px, 6vw, 56px);
  letter-spacing: -2px;
  line-height: 1.05;
  margin: 18px 0;
}
p {
  line-height: 1.65;
}
.intro p {
  max-width: 480px;
  color: #657065;
  margin-bottom: 28px;
}
form {
  background: #fff;
  border: 1px solid #dde2d5;
  border-radius: 22px;
  box-shadow: 0 12px 45px #26332208;
  overflow: hidden;
}
.reference {
  padding: 20px 28px;
  background: #edf2e7;
  font-size: 11px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
.reference strong {
  font-size: 14px;
  letter-spacing: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
section {
  padding: 28px;
  border-bottom: 1px solid #e8eadf;
}
h2 {
  font-size: 19px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.3px;
}
.step {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e8f2dd;
  color: #40692d;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
}
.hint {
  font-size: 13px;
  color: #72796d;
  margin: 0 0 20px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
input {
  width: 100%;
  margin: 8px 0 16px;
  border: 1px solid #ced6c8;
  border-radius: 9px;
  padding: 13px;
  font: inherit;
  font-size: 16px;
  color: #243829;
  background: #fff;
}
input:focus {
  outline: 3px solid #d8eabc;
  border-color: #5d883e;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
small {
  display: block;
  font-weight: 400;
  color: #737c6b;
  margin-top: -8px;
}
button {
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  border-radius: 9px;
  padding: 15px 20px;
  cursor: pointer;
  min-height: 48px;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #92b570;
  outline-offset: 3px;
}
.secondary {
  background: #fff;
  border: 1px solid #689e45;
  color: #356026;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.primary {
  background: #386329;
  color: white;
  border: 0;
  width: 100%;
}
.primary:hover {
  background: #294e1d;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.locker {
  padding: 18px;
  border: 1px dashed #cad6bd;
  border-radius: 9px;
  background: #f7faf2;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
}
.confirmation {
  background: #fbfcf8;
  border: 0;
}
.message {
  line-height: 1.6;
  padding: 16px 20px;
  border-radius: 12px;
  background: #e8eedf;
  margin-bottom: 20px;
  font-size: 14px;
}
.message:empty {
  display: none;
}
.message.error {
  background: #fff0e7;
  color: #8b3827;
}
.success {
  margin: 24px;
  color: #2f632b;
  padding: 16px;
  background: #eef6e7;
  border-radius: 10px;
}
.help {
  text-align: center;
  color: #6e7667;
  font-size: 13px;
  margin: 28px 0;
}
a {
  color: #3c682e;
}
footer {
  text-align: center;
  font-size: 12px;
  color: #839078;
  padding: 10px 24px 35px;
}
dialog {
  border: 0;
  border-radius: 16px;
  width: min(1100px, 96vw);
  max-width: 96vw;
  padding: 0;
  height: 88dvh;
}
dialog::backdrop {
  background: #142719b8;
}
.map-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  height: 65px;
}
.map-top button {
  border: 0;
  background: #edf2e7;
  color: #244228;
}
#map-frame {
  height: calc(100% - 65px);
}
iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
[hidden] {
  display: none !important;
}
@media (max-width: 560px) {
  header {
    padding: 22px 24px;
  }
  main {
    margin: 30px auto;
    padding: 0 18px;
  }
  .grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  section {
    padding: 24px 20px;
  }
  .reference {
    padding: 18px 20px;
  }
  h2 {
    font-size: 18px;
  }
  .help {
    font-size: 12px;
  }
}
