@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root {
  --ink: #171a18;
  --muted: #626762;
  --line: #dce0d8;
  --paper: #fff;
  --soft: #f3f5f0;
  --lime: #e6fa91;
  --dark: #111513;
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--ink);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
  background: var(--paper);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: 'Space Grotesk', Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: 500;
}
h2 {
  font-size: 46px;
  line-height: 1.13;
}
h3 {
  font-size: 25px;
  line-height: 1.25;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #71892c;
  outline-offset: 5px;
}
/* Header and shared controls */

.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  gap: 28px;
  background: white;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  line-height: 0.94;
  font-weight: 700;
  flex-shrink: 0;
}
.brand-second {
  display: block;
  font-weight: 450;
}
.brand-mark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 33px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--ink);
  color: white;
  padding-bottom: 5px;
}
.brand-mark span {
  color: var(--lime);
  margin-left: -3px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 550;
}
.site-header nav a {
  padding: 10px 0;
}
.site-header nav a:hover {
  color: #617428;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
}
.button .submit-label {
  font-size: inherit;
}
.button[data-loading='true'] .button-icon {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  font-size: 0;
  animation: button-spin 0.75s linear infinite;
}
@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}
.small {
  min-height: 42px;
  padding: 9px 17px;
}
.header-cta,
.dark {
  background: var(--ink);
  color: white;
}
.lime {
  background: var(--lime);
  color: var(--ink);
}
.lime:hover {
  background: #f0ffbd;
}
.outline {
  border-color: #cbd1c5;
  background: transparent;
}
.text-button {
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid #768073;
}
.text-button span {
  margin-left: 14px;
}
.inverse {
  color: white;
}
/* Intro */

.hero {
  position: relative;
  min-height: 650px;
  background: #111513;
  color: white;
  padding: 74px 6% 0;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(17, 21, 19, 0.98) 0%,
      rgba(17, 21, 19, 0.92) 32%,
      rgba(17, 21, 19, 0.12) 77%
    ),
    url('assets/security-surface.png');
  background-size: cover;
  background-position: center;
}
.hero-content {
  position: relative;
  max-width: 850px;
  padding-bottom: 75px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
}
.eyebrow.light {
  color: #d6dfcc;
}
.hero h1 {
  font-size: 19px;
  color: var(--lime);
  line-height: 1.5;
}
.hero-statement {
  display: block;
  font-size: 64px;
  line-height: 1.05;
  color: white;
  margin-top: 18px;
}
.hero-copy {
  color: #c3c9c1;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 34px;
}
.hero-bottom {
  position: relative;
  border-top: 1px solid #ffffff30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  color: #b4bfb1;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.hero-bottom > a {
  font-size: 25px;
  color: var(--lime);
  padding: 10px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 6%;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  text-align: center;
}
.principles span + span {
  border-left: 1px solid var(--line);
}
/* Expertise and assessment process */

.section {
  padding: 94px 6%;
  scroll-margin-top: 20px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin-bottom: 50px;
}
.section-heading .eyebrow {
  padding-top: 8px;
}
.section-heading > div {
  display: flex;
  gap: 45px;
  align-items: flex-end;
  justify-content: space-between;
}
.section-heading h2 {
  flex: 1;
  min-width: 280px;
}
.section-heading p:not(.eyebrow) {
  max-width: 330px;
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service {
  position: relative;
  padding: 35px 30px 34px 0;
}
.service + .service {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}
.service-number {
  font-family: monospace;
  font-size: 13px;
  color: #858c81;
}
.service-symbol {
  display: block;
  font-family: monospace;
  font-size: 36px;
  margin: 30px 0 23px;
  height: 50px;
}
.service h3 {
  margin-bottom: 20px;
}
.service p {
  color: var(--muted);
  max-width: 360px;
  min-height: 110px;
}
.tags {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.tags span {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.services-foot {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  font-size: 14px;
  color: var(--muted);
}
.inline-link {
  color: var(--ink);
  font-weight: 600;
  white-space: nowrap;
}
.inline-link span {
  margin-left: 15px;
}
.approach {
  background: var(--soft);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.steps article {
  border-top: 1px solid #aeb8a4;
  padding-top: 25px;
}
.steps article > span {
  font-size: 12px;
  color: #69755d;
  font-family: monospace;
}
.steps h3 {
  font-size: 21px;
  margin: 25px 0 16px;
}
.steps p {
  font-size: 15px;
  color: var(--muted);
}
.methodology {
  margin-top: 55px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: center;
  justify-content: space-between;
}
.methodology p {
  font-size: 14px;
  color: var(--muted);
}
.methodology > div {
  display: flex;
  gap: 30px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.methodology small {
  width: 100%;
  font-size: 12px;
  color: #646e5c;
}
/* Report preview */

.report-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11%;
  align-items: center;
}
.report-copy > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 26px;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 25px 0 34px;
}
.check-list li {
  font-size: 15px;
  padding: 9px 0 9px 28px;
  position: relative;
}
.check-list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #657c2b;
  font-weight: bold;
}
.report-preview {
  padding: 30px 32px 20px;
  border: 1px solid #d4dacd;
  background: #fff;
  box-shadow: 12px 16px 0 #f0f3eb;
  transform: rotate(1deg);
  border-radius: 3px;
}
.report-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.mini-brand {
  font-size: 10px;
  font-weight: 700;
}
.sample-label {
  background: var(--soft);
  padding: 5px 7px;
  font-size: 9px;
}
.report-id {
  font-family: monospace;
  font-size: 11px;
  color: #76806a;
  margin-top: 40px;
}
.report-preview h3 {
  font-size: 29px;
  margin: 12px 0 26px;
}
.report-rule {
  height: 2px;
  background: #1b2118;
  margin-bottom: 22px;
}
.report-summary {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
}
.report-summary span + span {
  color: #738066;
  font-weight: 400;
}
.risk-bars {
  margin: 19px 0 25px;
}
.risk-bars > div {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 12px 0;
  font-size: 12px;
}
.risk-label {
  width: 50px;
}
.track {
  flex: 1;
  height: 6px;
  background: #f0f2ec;
}
.track i {
  display: block;
  height: 100%;
  background: #aab598;
}
.track .high {
  background: #d15d52;
}
.track .medium {
  background: #c4a14b;
}
.track .low {
  background: #8eab86;
}
.finding-preview {
  background: #f5f6f1;
  padding: 20px;
}
.severity {
  color: #a64137;
  font-size: 10px;
  font-weight: 700;
}
.finding-preview h4 {
  font-size: 16px;
  margin: 9px 0;
}
.finding-preview p {
  font-size: 12px;
  color: #66705e;
}
.finding-status {
  display: block;
  font-size: 11px;
  border-top: 1px solid var(--line);
  margin-top: 17px;
  padding-top: 12px;
  color: #626c5b;
}
.report-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  margin-top: 22px;
  color: #77806c;
}
/* Engagements and frequently asked questions */

.engagements {
  border-top: 1px solid var(--line);
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.package {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.package.featured {
  background: #f1f7e4;
  border-color: #cad6b2;
}
.package .eyebrow {
  color: #667449;
  margin-bottom: 27px;
}
.package h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.package > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}
.package ul {
  list-style: none;
  padding: 22px 0;
  margin: 15px 0 24px;
  border-top: 1px solid #d5deca;
  flex: 1;
}
.package li {
  font-size: 14px;
  line-height: 1.55;
  padding: 8px 0;
}
.package li:before {
  content: '+';
  margin-right: 10px;
  color: #708149;
}
.package .button {
  width: 100%;
  gap: 10px;
  padding: 13px 15px;
}
.faq-section {
  background: #f6f7f3;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
}
.faqs details {
  border-bottom: 1px solid #d8ded1;
  padding: 24px 0;
}
.faqs details:first-child {
  padding-top: 0;
}
.faqs summary {
  list-style: none;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.faqs summary::-webkit-details-marker {
  display: none;
}
.faqs summary:after {
  content: '+';
  font-size: 22px;
  line-height: 1;
}
.faqs details[open] summary:after {
  content: '−';
}
.faqs details p {
  font-size: 15px;
  color: var(--muted);
  padding: 18px 35px 0 0;
}
/* Contact */

.contact-section {
  background: var(--dark);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
}
.contact-section h2 {
  font-size: 60px;
}
.contact-section > div > p:not(.eyebrow) {
  color: #bac4b4;
  max-width: 350px;
  margin-top: 28px;
}
.authorization {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  max-width: 380px;
  border-top: 1px solid #394035;
  padding-top: 24px;
  color: #c1cbb7;
}
.authorization > span {
  font-size: 22px;
  white-space: nowrap;
  color: var(--lime);
}
.authorization p {
  font-size: 13px;
  line-height: 1.6;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #4c5545;
  border-radius: 3px;
  background: #1d221b;
  color: white;
  margin-top: 9px;
  padding: 13px 14px;
  font-size: 15px;
  min-height: 47px;
  outline-offset: 3px;
  min-width: 0;
}
textarea {
  resize: vertical;
  line-height: 1.6;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--lime);
}
input::placeholder,
textarea::placeholder {
  color: #98a18f;
}
form .button {
  width: 100%;
}
.form-note {
  font-size: 12px;
  color: #aeb9a1;
  margin-top: 15px;
}
.form-status {
  font-size: 14px;
  min-height: 24px;
  margin-top: 14px;
}
.form-status:empty {
  display: none;
}
.form-status[data-state='error'] {
  color: #ffb5ac;
}
.form-status[data-state='success'] {
  color: var(--lime);
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 6%;
  font-size: 12px;
  color: #626c59;
}
footer p {
  font-size: 13px;
}
footer .brand {
  color: var(--ink);
}
.menu-toggle {
  display: none;
}
.skip {
  position: fixed;
  top: -80px;
  left: 15px;
  padding: 15px;
  background: var(--lime);
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Report and inquiry dialogs */

dialog {
  border: 1px solid var(--line);
  padding: 0;
  border-radius: 6px;
  width: min(850px, 92%);
  max-height: 90dvh;
  color: var(--ink);
  background: white;
}
dialog::backdrop {
  background: #101710bd;
  backdrop-filter: blur(5px);
}
.dialog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 17px 24px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}
.dialog-toolbar > span {
  font-size: 11px;
  font-weight: 650;
}
.dialog-toolbar > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.close-dialog {
  border: 0;
  background: none;
  font-size: 30px;
  width: 38px;
  height: 38px;
  line-height: 1;
}
.report-document {
  padding: 40px;
}
.report-document h2 {
  font-size: 38px;
}
.report-lead {
  margin-top: 10px;
  color: var(--muted);
}
.report-document h3 {
  margin: 30px 0 14px;
  font-size: 23px;
}
.report-document p {
  font-size: 15px;
  margin: 10px 0;
}
.sample-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 25px 0;
  border-block: 1px solid var(--line);
  padding: 20px 0;
}
.sample-stats span {
  font-size: 13px;
  color: var(--muted);
}
.sample-stats strong {
  display: block;
  font-size: 27px;
  color: var(--ink);
  margin-bottom: 6px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
th,
td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
th {
  background: var(--soft);
}
.sample-disclaimer {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  color: var(--muted);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.contact-address {
  display: inline-block;
  margin-top: 24px;
  max-width: 100%;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid #718149;
  background: transparent;
}
.contact-address img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contact-address:disabled {
  cursor: default;
}
/* Responsive layout */

@media (min-width: 1600px) {
  .site-header,
  .section,
  .hero,
  .principles,
  footer {
    padding-left: max(6%, calc((100% - 1440px) / 2));
    padding-right: max(6%, calc((100% - 1440px) / 2));
  }
  .hero {
    min-height: 680px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 5%;
    gap: 20px;
  }
  .site-header nav {
    gap: 20px;
  }
  .section-heading {
    grid-template-columns: 1fr 3fr;
    gap: 30px;
  }
  .section-heading > div {
    display: block;
  }
  .section-heading p:not(.eyebrow) {
    margin-top: 20px;
    max-width: 600px;
  }
  .hero-statement {
    font-size: 56px;
  }
  .report-section {
    gap: 6%;
  }
  .steps {
    gap: 20px;
  }
  .package {
    padding: 25px 20px;
  }
  .package h3 {
    font-size: 22px;
  }
  .contact-section {
    gap: 7%;
  }
  .hero {
    min-height: 640px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 35px;
  }
  .site-header {
    height: 76px;
    gap: 15px;
  }
  .brand {
    font-size: 18px;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 29px;
  }
  .header-cta {
    margin-left: auto;
    font-size: 12px;
    gap: 12px;
    min-height: 38px;
    padding: 8px 12px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 38px;
    height: 40px;
    border: 0;
    background: none;
    padding: 6px;
  }
  .menu-toggle span {
    width: 25px;
    height: 2px;
    background: var(--ink);
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: white;
    z-index: 5;
    padding: 20px 6%;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 20px #0001;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hero {
    padding: 50px 6% 0;
    min-height: 660px;
  }
  .hero-art {
    background-position: 65% center;
    opacity: 0.75;
    background-image:
      linear-gradient(90deg, rgba(17, 21, 19, 0.96), rgba(17, 21, 19, 0.58)),
      url('assets/security-surface.png');
  }
  .hero-statement {
    font-size: 46px;
    line-height: 1.09;
  }
  .hero h1 {
    font-size: 18px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    margin-top: 28px;
  }
  .hero-content {
    padding-bottom: 45px;
  }
  .hero-bottom {
    min-height: 62px;
  }
  .hero-bottom span:nth-child(2) {
    display: none;
  }
  .eyebrow {
    font-size: 11px;
  }
  .principles {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    font-size: 12px;
  }
  .principles span:nth-child(3) {
    border-left: 0;
  }
  .section {
    padding: 64px 6%;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading > div {
    display: block;
  }
  .section-heading h2 {
    min-width: 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service,
  .service + .service {
    padding: 26px 0;
    border-left: 0;
  }
  .service + .service {
    border-top: 1px solid var(--line);
  }
  .service-symbol {
    float: right;
    margin: 0;
    font-size: 32px;
    height: auto;
  }
  .service h3 {
    margin-top: 20px;
    font-size: 25px;
  }
  .service h3 br {
    display: none;
  }
  .service p {
    min-height: 0;
    max-width: 100%;
  }
  .tags {
    margin-top: 20px;
  }
  .services-foot {
    flex-direction: column;
    gap: 20px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .steps h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .methodology {
    margin-top: 35px;
  }
  .methodology > div {
    flex-wrap: wrap;
    gap: 15px 23px;
    font-size: 14px;
  }
  .report-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .report-preview {
    max-width: 500px;
    transform: none;
    padding: 25px 22px;
  }
  .report-top {
    gap: 7px;
  }
  .sample-label {
    font-size: 8px;
  }
  .package-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .package {
    padding: 28px;
  }
  .package ul {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-section h2 {
    font-size: 48px;
  }
  .authorization {
    margin-top: 25px;
  }
  footer {
    flex-wrap: wrap;
    gap: 25px;
    padding: 30px 6%;
  }
  footer p {
    display: none;
  }
  .report-document {
    padding: 25px 20px;
  }
  .report-document h2 {
    font-size: 30px;
  }
  .dialog-toolbar {
    padding: 12px 15px;
  }
  .dialog-toolbar > span {
    font-size: 9px;
    max-width: 130px;
  }
  .dialog-toolbar .button {
    font-size: 11px;
    padding: 8px;
  }
  .dialog-toolbar > div {
    gap: 8px;
  }
  .sample-stats {
    gap: 8px;
  }
  .desktop-break {
    display: none;
  }
}
@media (max-width: 380px) {
  .hero-statement {
    font-size: 39px;
  }
  .brand {
    font-size: 16px;
    gap: 8px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
  }
  .header-cta {
    font-size: 11px;
    padding: 7px 9px;
    gap: 7px;
  }
  .site-header {
    gap: 8px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .report-top {
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 13px;
    padding: 14px 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  body > *:not(#report-dialog) {
    display: none !important;
  }
  body {
    overflow: visible !important;
  }
  #report-dialog {
    display: block !important;
    position: static;
    border: 0;
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
  }
  #report-dialog .dialog-toolbar {
    display: none;
  }
  .report-document {
    padding: 0;
  }
  .report-document h3 {
    break-after: avoid;
  }
  .report-document p,
  tr {
    break-inside: avoid;
  }
}
