.legal-main {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 48px 0 18px;
}

.page-hero { margin: 0 0 34px; }
.page-kicker { justify-content: flex-start; width: max-content; max-width: 100%; }
.page-title {
  max-width: 760px;
  margin: 18px 0 0;
  color: #10291f;
  font: 800 clamp(34px, 5.2vw, 55px)/.98 "Manrope", sans-serif;
  letter-spacing: -2.5px;
}
.page-title em { color: #21885e; font-style: normal; }
.page-updated { margin: 10px 0 0; color: #65776e; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }

.info-stack { display: grid; gap: 25px; }
.info-panel {
  overflow: hidden;
  border: 1px solid #c9e2d3;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(13, 86, 58, .06);
}
.panel-head {
  min-height: 47px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: #fff;
  background: linear-gradient(100deg, #145e41, #21885e);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}
.panel-head .icon { width: 16px; height: 16px; color: #ffd337; }
.panel-body { padding: 26px 29px 28px; color: #30483d; font-size: 14px; line-height: 1.72; }
.panel-body p { margin: 0 0 15px; }
.panel-body p:last-child { margin-bottom: 0; }
.panel-body ul { margin: 10px 0 0; padding-left: 22px; }
.panel-body li { margin: 7px 0; }
.panel-body a { color: #176b48; font-weight: 700; text-underline-offset: 3px; }
.panel-body strong { color: #183127; }

.standards-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.standard-card, .contact-card {
  min-height: 180px;
  padding: 24px 17px;
  border: 1px solid #c9e2d3;
  border-radius: 14px;
  background: linear-gradient(145deg, #fafffc, #e8f5ed);
  text-align: center;
}
.standard-card .icon, .contact-card .icon { width: 30px; height: 30px; margin-bottom: 16px; color: #21885e; }
.standard-card h3, .contact-card h3 { margin: 0 0 8px; color: #183127; font: 800 12px/1.25 "Manrope", sans-serif; letter-spacing: .35px; text-transform: uppercase; }
.standard-card p, .contact-card p { margin: 0; color: #62746b; font-size: 12px; line-height: 1.55; }
.contact-card { min-height: 160px; text-align: left; }
.contact-card a { color: #243d32; overflow-wrap: anywhere; text-decoration: none; }
.contact-card a:hover { color: #176b48; text-decoration: underline; }

.business-lines { display: grid; gap: 2px; font-style: normal; }
.business-lines a { width: max-content; max-width: 100%; }

.inquiry-form { display: grid; gap: 17px; }
.field { display: grid; gap: 7px; }
.field label { color: #4e655a; font-size: 11px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.field input, .field textarea {
  width: 100%;
  padding: 13px 15px;
  color: #24392f;
  background: #fbfefc;
  border: 1px solid #c6dfd0;
  border-radius: 10px;
  outline: none;
  font: inherit;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #176b48; box-shadow: 0 0 0 3px rgba(23, 107, 72, .10); }
.submit-inquiry {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #1bb05a, #118d45);
  box-shadow: 0 9px 20px rgba(10, 144, 68, .2);
  font-weight: 800;
  cursor: pointer;
}
.submit-inquiry:hover { filter: brightness(1.04); transform: translateY(-1px); }
.submit-inquiry .icon { width: 18px; height: 18px; }
.form-status { min-height: 20px; margin: -4px 0 0; color: #687a71; font-size: 12px; }
.form-status.error { color: #176b48; }

.policy-stack .panel-body { padding-top: 22px; padding-bottom: 23px; }
.legal-footer { width: min(100%, 980px); }

@media (max-width: 800px) {
  .standards-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .legal-main { width: min(100% - 22px, 980px); padding-top: 30px; }
  .page-hero { margin-bottom: 26px; }
  .page-title { font-size: clamp(31px, 10vw, 42px); letter-spacing: -1.7px; }
  .page-kicker { width: 100%; }
  .panel-head { padding: 12px 17px; font-size: 9px; }
  .panel-body { padding: 21px 18px 23px; font-size: 13px; }
  .standards-grid, .contact-grid { grid-template-columns: 1fr; }
  .standard-card, .contact-card { min-height: 0; }
}
