/* Shared chrome for MarginAX information pages. */
.page-header {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  max-width: none;
  height: 112px;
  margin: 0;
  padding: 0 clamp(24px, 4vw, 90px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #d6ded9;
  backdrop-filter: blur(16px);
}
.page-header .brand { width: 142px; height: 94px; flex: 0 0 auto; }
.page-header .page-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 40px); margin-left: auto; }
.page-header .page-nav a { color: #112a27; font-size: 17px; font-weight: 800; white-space: nowrap; }
.page-header .page-nav a:hover { color: #00a85a; }
.page-language { display: flex; align-items: center; gap: 9px; color: #112a27; font-size: 16px; font-weight: 800; white-space: nowrap; }
.page-language img { width: 27px; height: 27px; }
.page-header .header-cta { flex: 0 0 auto; padding: 21px 29px; border-radius: 13px; background: #087957; color: #fff; font-size: 17px; font-weight: 800; white-space: nowrap; }
.page-header .header-cta:hover { background: #056649; color: #fff; }
.page-header + main { margin-top: 112px; }

.site-footer { width: 100%; max-width: none; margin: 0; padding: 0 clamp(24px, 4vw, 90px); background: #092623; color: #d4e3db; border: 0; }
.site-footer .footer-main { width: min(100%, 1420px); margin: 0 auto; padding: 72px 0 56px; display: grid; grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(115px, .65fr)); gap: 48px; }
.site-footer .footer-intro .brand { display: block; width: 154px; height: 92px; margin: -18px 0 12px; }
.site-footer .footer-intro .brand img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.site-footer .footer-intro > p { max-width: 345px; margin: 0; color: #a9c0b5; font-size: 14px; line-height: 1.65; }
.site-footer .footer-email { display: inline-block; margin-top: 20px; color: #72f0af; font-size: 14px; font-weight: 800; }
.site-footer .footer-column { display: flex; flex-direction: column; gap: 13px; }
.site-footer .footer-column p { margin: 0 0 5px; color: #7cecad; font: 11px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.site-footer .footer-column a { color: #e7f2ed; font-size: 14px; font-weight: 700; }
.site-footer .footer-column a:hover, .site-footer .footer-email:hover { color: #00d773; }
.site-footer .footer-bottom { width: min(100%, 1420px); margin: 0 auto; padding: 22px 0 26px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(214, 233, 223, .18); color: #91a99e; font-size: 11px; }
.site-footer .footer-bottom p { margin: 0; }
.site-footer .footer-bottom a { color: #dcebe3; font-weight: 800; }

@media (max-width: 900px) {
  .page-header { height: 82px; padding: 0 24px; }
  .page-header .brand { width: 100px; height: 68px; }
  .page-header .page-nav { display: none; }
  .page-language { margin-left: auto; font-size: 14px; }
  .page-language img { width: 23px; height: 23px; }
  .page-header .header-cta { padding: 14px 17px; font-size: 13px; }
  .page-header + main { margin-top: 82px; }
  .site-footer .footer-main { padding: 54px 0 40px; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 35px 28px; }
  .site-footer .footer-column:last-child { grid-column: 2; }
}
@media (max-width: 560px) {
  .page-header { height: 74px; padding: 0 18px; gap: 14px; }
  .page-header .brand { width: 82px; height: 56px; }
  .page-language span { display: none; }
  .page-language { margin-left: auto; }
  .page-header .header-cta { padding: 12px 14px; font-size: 12px; border-radius: 10px; }
  .page-header + main { margin-top: 74px; }
  .site-footer { padding: 0 22px; }
  .site-footer .footer-main { grid-template-columns: repeat(2, 1fr); padding-top: 48px; }
  .site-footer .footer-intro { grid-column: 1 / -1; }
  .site-footer .footer-bottom { flex-direction: column; }
}
